optifine icon indicating copy to clipboard operation
optifine copied to clipboard

Crash with OpenBlocks Glyph and AF/AA enabled

Open Spodi opened this issue 5 years ago • 7 comments

The game crashes every time a glyph (item/block) from OpenBlocks should be rendered and AF (ond/or probalby AA) is enabled in Optifine. In this case its trying to render in JEI.

Crash explained in OpenBlocks bug tracker: https://github.com/OpenMods/OpenBlocks/issues/948

Maybe related to #1031

Description: Rendering ingredient

java.lang.ArrayIndexOutOfBoundsException: -1
	at net.minecraft.client.renderer.BufferBuilder.drawMultiTexture(BufferBuilder.java:847)
	[...]

-- Head --
Thread: Client thread
Stacktrace:
	at net.minecraft.client.renderer.BufferBuilder.drawMultiTexture(BufferBuilder.java:847)
	[...]

-- Ingredient being rendered --
Details:
	Ingredient Mod: OpenBlocks
	Ingredient Info: 1xitem.openblocks.glyph@32 openblocks:glyph
Stacktrace:
	at mezz.jei.util.ErrorUtil.createRenderIngredientException(ErrorUtil.java:250)
	[...]

Full Crash report: https://pastebin.com/rHjhdxmK

Versions Minecraft: 1.12.2 Forge: 14.23.5.2796 Openblocks: 1.8 JEI: 4.13.1.255 OptiFine: HD U E3

Spodi avatar Mar 24 '19 16:03 Spodi