haubna / PhysicsMod

Physics Mod for Minecraft
97 stars 10 forks source link

Crash due to particle spawner #829

Open Irizarr opened 6 months ago

Irizarr commented 6 months ago

Physics mod seems to be conflicting in some way with a particle event which causes a crash.

To Reproduce:

  1. Install mod list as shown in crash log
  2. Play test until crash

Unfortunately I am unable to pinpoint which mod is causing the issue. Disabling physics mod does prevent the game from crashing after this error. Re-enabling the mod after playing for a short time with it off allows the game to be stable until the event causing the crash occurs again.

Minecraft Version: 1.20.1 Physics Mod Version: Pro v167d [Forge]

Here is the log: crash-2024-02-22_07.01.42-server.txt

haubna commented 6 months ago

It is basically caused by this at com.mna.entities.faction.Deathcap.handleDelayCallback (doing some delayed wrong thread calling). I am not sure which mod it is though. Edit: seems to be Mana and Artifice. You can try reporting the bug to them and tell them this should only be called on the render thread. As a quick fix you can disable the small particles in the general settings.

Irizarr commented 6 months ago

Ah, gotcha, that aligns with some analysis I got on the prism launcher discord. I'll let the M&A dev know about the bug and disable those particles for now. Thanks Haubna!