(1.9.4) crash with Optifine
0Navis0 opened this issue ยท 5 comments
The Chisel creative menu doesn't diplay correctly when Optifine is installed, and then Minecraft crash with this error : http://pastebin.com/6P7bpwUn
In more the log fills it in an alarming rate of errors repeted again and again when both Chisel and Optifine are installed, here is an example of what I get : http://pastebin.com/GZLGXQPB
Sometimes Minecraft crash when I load/create a world with this error : http://pastebin.com/abSaQHnR
Optifine probably screwed something up and changed something that broke our end. Report it to them.
sp614x/optifine#60 looks related.
EDIT: Yeah... Safe to say that switching to Forge's rendering pipeline would be the best move. ๐
Maybe for once, Optifine won't break Modded rendering. :D
The problem only appears when shaders are active.
It looks like Chisel is using a custom vertex format which is not compatible with the shaders vertex format.
Custom vertex formats are problematic with shaders because they use extended formats with additional fields (normal, midTexCoord, tangent, blockId).
Blocks and items should generally use DefaultVertexFormats.BLOCK and ITEM to avoid conflicts with shaders.
More details from Chisel & Bits: ChiselsAndBits/Chisels-and-Bits#29 (comment)