Bookshelf rendering crash
cadaverous-eris opened this issue ยท 2 comments
Some players on my server have been experiencing a crash caused by bookshelf models.
Inspirations 0.2.1
Forge 14.23.4.2715
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.