KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

Bookshelf rendering crash #80

Closed cadaverous-eris closed 5 years ago

cadaverous-eris commented 6 years ago

Some players on my server have been experiencing a crash caused by bookshelf models.

Crash log

Inspirations 0.2.1 Forge 14.23.4.2715

KnightMiner commented 6 years ago

Somebody broken vanilla model loading. This is not something I can fix, find out which mod is breaking it so we can get this fixed. Notably, you have Optifine which tends to break rendering stuff. Better Foliage also shows up in the issue report stack trace, and FoamFix could be modifying the model cache

It seems even though that is you game log which has quite a bit of unneeded information before the crash, there is one line useful to me. Somehow the model is unable to load its parent claiming a circular dependency, but then when it prints the list of models causing said circular dependency that list is empty. Best I can tell is its a concurrency issue, loading models on the wrong thread.

KnightMiner commented 5 years ago

This should be fixed in a recent Forge build, let me know if it happens again