AtomicStryker / atomicstrykers-minecraft-mods

Repository for my open source Minecraft Mods
https://atomicstryker.github.io/
180 stars 96 forks source link

Crash when breaking travelers backpack #466

Closed KostromDan closed 1 year ago

KostromDan commented 1 year ago

latest.log crash-2023-02-10_08.40.28-client.txt

AtomicStryker commented 1 year ago

TickEvent.LevelTickEvent is somehow firing concurrently in your crash log. A second tick of phase END is executing before the first is finished. I can only suspect another mod is responsible for that?!

AtomicStryker commented 1 year ago

https://github.com/AtomicStryker/atomicstrykers-minecraft-mods/commit/9bcf22cb044e98ae778ed457566d4aefcdd7c2a0 https://github.com/AtomicStryker/atomicstrykers-minecraft-mods/commit/130986d742d786ef469ff868827b0fc66459f479 Well i am pushing the same concurrency bugfix i did here https://github.com/AtomicStryker/atomicstrykers-minecraft-mods/issues/467 for Multi Mine 1.18, same reasoning.

You probably have another mod causing a problem and will now crash with something else. Multi Mine 1.19.3.2 is pushed to curse

AtomicStryker commented 1 year ago

Should be fixed with the changes from https://github.com/AtomicStryker/atomicstrykers-minecraft-mods/issues/467. It was my fault after all ;)