Random client crashes
PikachuMC99 opened this issue ยท 1 comments
Some friends and I are playing on a private server with our own modpack and we added BP the other day and we all have been getting random crashes. the crashes are more than just "oh you crashed now your back in the menu" they completely crash MC we are not sure if it is a compatibility issue or if it's just a bug
My latest crash report
This looks like a compatibility issue with some (most likely core-) mod. Something related to light updates, specifically a coremod which modifies any of:
RenderGlobal.updateClouds()
RenderGlobal.markBlocksForUpdate()
ViewFrustum.markBlocksForUpdate()
RenderChunk.setNeedsUpdate()
(I'd guess this one)ViewFrustum
in general could be problematic since BP fundamentally changes it
Based on the above, I'd suggest throwing out Optifine and DynamicLights, those two seem like the prime candidates, and seeing if that solves the issue. If it does, re-add one of them to see which one's the issue (likely DL, lots of people have used OF with BP before and BP has explicit support for some of it).
If it doesn't you can either try throwing out more mods (though given the amount of mods, that might take a while) or reply back and I'll give you instructions about how we can fairly quickly determine which of those methods were modified (and probably also by whom).