astei / krypton

A Fabric mod that optimizes the Minecraft networking stack and entity tracker.
GNU Lesser General Public License v3.0
367 stars 34 forks source link

Crash on World Generation #68

Closed TheAyes closed 1 year ago

TheAyes commented 2 years ago

So... This one is a pretty weird one. I myself do not understand what's happening at all. Following scenario: I'm using the Quilt Modloader with Krypton and Lithium -> The Game crashes on world gen. However using these 2 mods with a bunch of other Client Side mods does work perfectly fine. I am not sure which mod exactly is causing the crash to not happen. But apparently there's one.

Mod list for the working version: Cloth Config CCM Continuity Cull Leaves DashLoader DynamicFPS EnahancedBlockEntities Falling Leaves Indium Iris Krypton LambDynamicLights LazyDFU Lithium Mod Menu Phosphor Presence Footsteps QSL Reese's Sodium Options Sodium Sodium Extras

Modlist for the non working version: Lithium Krypton QSL

Crash Log: https://paste.ee/p/OqSGL

NoComment1105 commented 2 years ago

This is caused by quilt loader not ready custom values in the fabric.mod.json properly, this is a known bug and can be worked around by adding

mixin.alloc.entity_tracker=false

to the lithium.properties config file

astei commented 2 years ago

It'll be fixed in the next release (I removed the conflicting mixin)