-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Celestial Prism - Crash on Break #381
Comments
I had this crash while breaking a spell export crystal as well. It may be Optifine as detailed in this issue: #197 |
Could you try it without optifine? I haven't been able to reproduce it. |
I don't crash without Optifine. BTW, using OptiFine 1.10.2_HD_U_E3. The other issues I reference lead me to believe that older versions of OF have an issue too but I could try them. On your end did you try with Optifine? Here is the problem: Without Optifine my framerate is terrible due to the chunk updating bug with the Lectern. With Optifine it is tolerable. |
Just a hunch, but does this still occur without Packing Tape installed? |
I see why you might think that. What had happened is that I installed Packing Tape after crashing to try another method to move the Celestial Prism by packaging it. It didn't work. Here is the previous crash log before Packing Tape: crash-2017-08-12_18.03.23-client.txt The facing of air seems suspicious. |
Here in the code it is getting EnumFacing from BlockEssenceGenerator? Does that seem right?
|
Yeah, it's just using the Essence Generators' shared direction enum rather than having a custom one for the light and neutral generators. From what I can tell from a proper look at the crash report, Optifine appears to be causing an extra TESR render call when a block is destroyed for some reason. When this render call happens, it checks the blockstate at the position of the now broken prism, which is now air, for a facing value. Since air doesn't have a facing value, a crash occurs. To fix this, it will be necessary to add sanity checks to quite a few renderers, which will have the added impact of reducing FPS somewhat for all users, and will almost certainly take a while to release anyway. In the meantime, you could try updating FoamFix to use a 1.10.2 version, which might make gameplay feasible without optifine. |
Makes sense. |
Crash when breaking prism in either creative or survival. Maybe related to #278
Also, I get extreme FPS drop when Celestial Prism is active.
crash-2017-08-12_18.08.42-client.txt
The text was updated successfully, but these errors were encountered: