
Mod Combo Crash on flight take off
Keaft opened this issue ยท 2 comments
Log:
crash-2022-03-28_13.17.49-server.txt
Minecraft 1.12.2, Forge 14.23.5.2859
I've whittled it down to this list of 19 mods. Remove any one and the crash goes away. ParticleCulling just so happens to be the last one added to my pack.
(Note that mixins is being handled by either Sledgehammer, Randompatches, or FoamFix I can't remember which.)
Equip a normal vanilla Elytra on your back, and a Magic Feather in the bauble slot.
While standing on the ground use a firework to take off. Creative mode is fine and makes it so you can survive. The important part seems to be only on take off and only randomly, so spamming it quickly by taking off and landing makes it crash the quickest.
It would appear that something about either the player entity or firework entity is running a foul with the normal vanilla functions. The best guess I have is that between all the patching there is a null value being passed along crashing the game.
Anywho! I noticed that you have an ignore list for particles. I wonder if I should start by ignoring the firework particles? Would you happen to know what to add to that list to ignore the proper particle?
Yeah, this is not caused by Particle Culling, as Minecraft's entity tracker is throwing the error, and this mod does not touch that.
Adding net.minecraft.client.particle.ParticleFirework
will ignore the firework particle.