Crash with JEI and optifine
gdude2002 opened this issue ยท 7 comments
With JEI installed, search for @Botania
(All the items added by Botania). Scroll down to around the sixth page or so, and the client crashes with the following:
[22:00:19] [Client thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.client.event.GuiScreenEvent$BackgroundDrawnEvent@f7fede6:
java.lang.NullPointerException
at net.minecraft.client.renderer.block.model.BakedQuad.makeVertexDataSingle(BakedQuad.java:103) ~[boc.class:?]
at net.minecraft.client.renderer.block.model.BakedQuad.getVertexDataSingle(BakedQuad.java:91) ~[boc.class:?]
at net.minecraft.client.renderer.RenderItem.func_175033_a(RenderItem.java:260) ~[brw.class:?]
at net.minecraft.client.renderer.RenderItem.func_175032_a(RenderItem.java:305) ~[brw.class:?]
at net.minecraft.client.renderer.RenderItem.func_175045_a(RenderItem.java:159) ~[brw.class:?]
at net.minecraft.client.renderer.RenderItem.func_175036_a(RenderItem.java:134) ~[brw.class:?]
at mezz.jei.gui.ingredients.GuiItemStackFast.renderItemAndEffectIntoGUI(GuiItemStackFast.java:99) ~[GuiItemStackFast.class:?]
at mezz.jei.gui.ingredients.GuiItemStackFastList.render(GuiItemStackFastList.java:114) ~[GuiItemStackFastList.class:?]
at mezz.jei.gui.ItemListOverlay.drawScreen(ItemListOverlay.java:288) ~[ItemListOverlay.class:?]
at mezz.jei.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:81) ~[GuiEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_251_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?]
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:582) [bez.class:?]
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:73) [bfr.class:?]
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51) [bgc.class:?]
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:591) [bga.class:?]
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:355) [ForgeHooksClient.class:?]
at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at Reflector.callVoid(Reflector.java:304) [Reflector.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1398) [bnd.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1075) [bcd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:369) [bcd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:282) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:364) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
[22:00:19] [Client thread/ERROR] [FML]: Index: 1 Listeners:
[22:00:19] [Client thread/ERROR] [FML]: 0: NORMAL
[22:00:19] [Client thread/ERROR] [FML]: 1: ASM: mezz.jei.GuiEventHandler@3d1c302a onDrawBackgroundEventPost(Lnet/minecraftforge/client/event/GuiScreenEvent$BackgroundDrawnEvent;)V
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: java.lang.reflect.InvocationTargetException
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at java.lang.reflect.Method.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at Reflector.callVoid(Reflector.java:304)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1398)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1075)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:369)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.main.Main.main(SourceFile:124)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at java.lang.reflect.Method.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at java.lang.reflect.Method.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:282)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:364)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at org.multimc.EntryPoint.listen(EntryPoint.java:170)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at org.multimc.EntryPoint.main(EntryPoint.java:54)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.NullPointerException
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.client.renderer.block.model.BakedQuad.makeVertexDataSingle(BakedQuad.java:103)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.client.renderer.block.model.BakedQuad.getVertexDataSingle(BakedQuad.java:91)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.client.renderer.RenderItem.func_175033_a(RenderItem.java:260)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.client.renderer.RenderItem.func_175032_a(RenderItem.java:305)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.client.renderer.RenderItem.func_175045_a(RenderItem.java:159)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.client.renderer.RenderItem.func_175036_a(RenderItem.java:134)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at mezz.jei.gui.ingredients.GuiItemStackFast.renderItemAndEffectIntoGUI(GuiItemStackFast.java:99)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at mezz.jei.gui.ingredients.GuiItemStackFastList.render(GuiItemStackFastList.java:114)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at mezz.jei.gui.ItemListOverlay.drawScreen(ItemListOverlay.java:288)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at mezz.jei.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:81)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_251_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:582)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:73)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:591)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:355)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: ... 22 more
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: java.lang.reflect.InvocationTargetException
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at java.lang.reflect.Method.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at Reflector.callVoid(Reflector.java:471)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.renderer.RenderGlobal.func_174976_a(RenderGlobal.java:1774)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1624)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1555)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1334)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1075)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:369)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.main.Main.main(SourceFile:124)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at java.lang.reflect.Method.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at java.lang.reflect.Method.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:282)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:364)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at org.multimc.EntryPoint.listen(EntryPoint.java:170)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at org.multimc.EntryPoint.main(EntryPoint.java:54)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.IllegalStateException: Already building!
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.client.renderer.VertexBuffer.func_181668_a(VertexBuffer.java:287)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at vazkii.botania.client.render.world.SkyblockSkyRenderer.render(SkyblockSkyRenderer.java:101)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: ... 25 more
[22:00:19] [Client thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.client.event.RenderWorldLastEvent@52597df9:
java.lang.IllegalStateException: Already building!
at net.minecraft.client.renderer.VertexBuffer.func_181668_a(VertexBuffer.java:287) ~[bmx.class:?]
at vazkii.botania.client.fx.FXSparkle.dispatchQueuedRenders(FXSparkle.java:78) ~[FXSparkle.class:?]
at vazkii.botania.client.fx.ParticleRenderDispatcher.dispatch(ParticleRenderDispatcher.java:43) ~[ParticleRenderDispatcher.class:?]
at vazkii.botania.client.core.handler.LightningHandler.onRenderWorldLast(LightningHandler.java:60) ~[LightningHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_283_LightningHandler_onRenderWorldLast_RenderWorldLastEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?]
at net.minecraftforge.client.ForgeHooksClient.dispatchRenderLast(ForgeHooksClient.java:144) [ForgeHooksClient.class:?]
at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at Reflector.callVoid(Reflector.java:304) [Reflector.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1862) [bnd.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1555) [bnd.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1334) [bnd.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1075) [bcd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:369) [bcd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:282) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:364) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
[22:00:19] [Client thread/ERROR] [FML]: Index: 7 Listeners:
[22:00:19] [Client thread/ERROR] [FML]: 0: HIGHEST
[22:00:19] [Client thread/ERROR] [FML]: 1: ASM: com.vanhal.progressiveautomation.events.EventRenderWorld@2746d44a renderWorldLast(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 2: NORMAL
[22:00:19] [Client thread/ERROR] [FML]: 3: ASM: WayofTime.bloodmagic.util.handler.ClientEventHandler@25e42acb render(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 4: ASM: vazkii.botania.common.item.ItemCraftingHalo@108533ae onRenderWorldLast(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 5: ASM: mcp.mobius.waila.overlay.DecoratorRenderer@7ce03100 onRenderWorldLast(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 6: ASM: lumien.randomthings.handler.RTEventHandler@11e09f88 renderWorldPost(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 7: ASM: vazkii.botania.client.core.handler.LightningHandler@774fbceb onRenderWorldLast(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 8: ASM: vazkii.botania.client.core.handler.BoundTileRenderer@40587d0d onWorldRenderLast(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 9: ASM: vazkii.botania.client.core.handler.SubTileRadiusRenderHandler@6fe0fbbb onWorldRenderLast(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 10: ASM: vazkii.botania.client.core.handler.MultiblockRenderHandler@2c442dfc onWorldRenderLast(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 11: ASM: vazkii.botania.client.render.world.SkyblockRenderEvents@3b6c4434 onRender(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 12: ASM: li.cil.oc.client.renderer.WirelessNetworkDebugRenderer$@3e08ff20 onRenderWorldLastEvent(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 13: ASM: mcp.mobius.waila.overlay.DecoratorRenderer@784e17fb onRenderWorldLast(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 14: ASM: mod.chiselsandbits.render.chiseledblock.tesr.ChisledBlockRenderChunkTESR@48b91652 uploadDisplaylists(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 15: ASM: mod.chiselsandbits.core.ClientSide@6a287ed8 drawLast(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 16: ASM: romelo333.notenoughwands.proxy.ClientProxy@3a6d06da renderWorldLastEvent(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/ERROR] [FML]: 17: ASM: mcjty.rftools.proxy.ClientProxy@24b8ae36 renderWorldLastEvent(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: java.lang.reflect.InvocationTargetException
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at java.lang.reflect.Method.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at Reflector.callVoid(Reflector.java:304)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1862)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1555)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1334)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1075)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:369)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.client.main.Main.main(SourceFile:124)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at java.lang.reflect.Method.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at java.lang.reflect.Method.invoke(Unknown Source)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:282)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:364)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at org.multimc.EntryPoint.listen(EntryPoint.java:170)
[22:00:19] [Client thread/INFO] [STDERR]: [Reflector:handleException:880]: at org.multimc.EntryPoint.main(EntryPoint.java:54)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.IllegalStateException: Already building!
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.client.renderer.VertexBuffer.func_181668_a(VertexBuffer.java:287)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at vazkii.botania.client.fx.FXSparkle.dispatchQueuedRenders(FXSparkle.java:78)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at vazkii.botania.client.fx.ParticleRenderDispatcher.dispatch(ParticleRenderDispatcher.java:43)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at vazkii.botania.client.core.handler.LightningHandler.onRenderWorldLast(LightningHandler.java:60)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_283_LightningHandler_onRenderWorldLast_RenderWorldLastEvent.invoke(.dynamic)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraftforge.client.ForgeHooksClient.dispatchRenderLast(ForgeHooksClient.java:144)
[22:00:19] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:-1]: ... 24 more
[22:00:21] [Client thread/FATAL]: Unreported exception thrown!
java.lang.IllegalStateException: Already building!
at net.minecraft.client.renderer.VertexBuffer.func_181668_a(VertexBuffer.java:287) ~[bmx.class:?]
at net.minecraft.client.renderer.RenderItem.func_175045_a(RenderItem.java:154) ~[brw.class:?]
at net.minecraft.client.renderer.RenderItem.func_175036_a(RenderItem.java:134) ~[brw.class:?]
at net.minecraft.client.renderer.RenderItem.func_180454_a(RenderItem.java:197) ~[brw.class:?]
at net.minecraft.client.renderer.RenderItem.func_184394_a(RenderItem.java:390) ~[brw.class:?]
at net.minecraft.client.renderer.RenderItem.func_184392_a(RenderItem.java:355) ~[brw.class:?]
at net.minecraft.client.renderer.ItemRenderer.func_187462_a(ItemRenderer.java:78) ~[bnh.class:?]
at net.minecraft.client.renderer.ItemRenderer.func_187457_a(ItemRenderer.java:454) ~[bnh.class:?]
at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:352) ~[bnh.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:1025) ~[bnd.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1886) ~[bnd.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1555) ~[bnd.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1334) ~[bnd.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1075) ~[bcd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:369) [bcd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:282) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:364) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
The actual error reported using MC's error reporter:
// I'm sorry, Dave.
Time: 28/05/16 22:00
Description: Unexpected error
java.lang.IllegalStateException: Already building!
at net.minecraft.client.renderer.VertexBuffer.func_181668_a(VertexBuffer.java:287)
at net.minecraft.client.renderer.RenderItem.func_175045_a(RenderItem.java:154)
at net.minecraft.client.renderer.RenderItem.func_175036_a(RenderItem.java:134)
at net.minecraft.client.renderer.RenderItem.func_180454_a(RenderItem.java:197)
at net.minecraft.client.renderer.RenderItem.func_184394_a(RenderItem.java:390)
at net.minecraft.client.renderer.RenderItem.func_184392_a(RenderItem.java:355)
at net.minecraft.client.renderer.ItemRenderer.func_187462_a(ItemRenderer.java:78)
at net.minecraft.client.renderer.ItemRenderer.func_187457_a(ItemRenderer.java:454)
at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:352)
at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:1025)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1886)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1555)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1334)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1075)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:369)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:282)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:364)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.client.renderer.VertexBuffer.func_181668_a(VertexBuffer.java:287)
at net.minecraft.client.renderer.RenderItem.func_175045_a(RenderItem.java:154)
at net.minecraft.client.renderer.RenderItem.func_175036_a(RenderItem.java:134)
at net.minecraft.client.renderer.RenderItem.func_180454_a(RenderItem.java:197)
at net.minecraft.client.renderer.RenderItem.func_184394_a(RenderItem.java:390)
at net.minecraft.client.renderer.RenderItem.func_184392_a(RenderItem.java:355)
at net.minecraft.client.renderer.ItemRenderer.func_187462_a(ItemRenderer.java:78)
at net.minecraft.client.renderer.ItemRenderer.func_187457_a(ItemRenderer.java:454)
at net.minecraft.client.renderer.ItemRenderer.func_78440_a(ItemRenderer.java:352)
at net.minecraft.client.renderer.EntityRenderer.func_78476_b(EntityRenderer.java:1025)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1886)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1555)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['<PROFILE NAME>'/631, l='MpServer', x=-11.50, y=76.00, z=167.50]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-4,64,176), Chunk: (at 12,4,0 in -1,11; contains blocks -16,0,176 to -1,255,191), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 616 game time, 616 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 185 total; [EntityPig['Pig'/71, l='MpServer', x=-91.50, y=83.00, z=179.50], EntityPig['Pig'/72, l='MpServer', x=-91.50, y=83.00, z=178.50], EntityPig['Pig'/73, l='MpServer', x=-91.50, y=83.00, z=178.50], EntityPig['Pig'/74, l='MpServer', x=-91.50, y=83.00, z=178.50], EntityPig['Pig'/80, l='MpServer', x=-83.50, y=85.00, z=213.50], EntityPig['Pig'/81, l='MpServer', x=-81.50, y=85.00, z=214.50], EntityPig['Pig'/82, l='MpServer', x=-82.50, y=85.00, z=211.50], EntityPig['Pig'/83, l='MpServer', x=-82.50, y=85.00, z=212.50], EntityPig['Pig'/84, l='MpServer', x=-76.50, y=63.00, z=247.50], EntityPig['Pig'/85, l='MpServer', x=-78.50, y=69.00, z=245.50], EntityPig['Pig'/86, l='MpServer', x=-80.50, y=69.00, z=246.50], EntityPig['Pig'/87, l='MpServer', x=-78.50, y=69.00, z=245.50], EntityPig['Pig'/94, l='MpServer', x=-69.50, y=89.00, z=131.50], EntityPig['Pig'/95, l='MpServer', x=-71.50, y=89.00, z=131.50], EntityPig['Pig'/96, l='MpServer', x=-69.50, y=89.00, z=131.50], EntityPig['Pig'/97, l='MpServer', x=-69.50, y=89.00, z=130.50], EntityPig['Pig'/98, l='MpServer', x=-69.50, y=86.00, z=153.50], EntityPig['Pig'/99, l='MpServer', x=-65.50, y=87.00, z=155.50], EntityPig['Pig'/100, l='MpServer', x=-68.50, y=86.00, z=155.50], EntityPig['Pig'/101, l='MpServer', x=-69.50, y=86.00, z=155.50], EntitySheep['Sheep'/102, l='MpServer', x=-67.50, y=88.00, z=161.50], EntitySheep['Sheep'/103, l='MpServer', x=-70.50, y=88.00, z=162.50], EntitySheep['Sheep'/104, l='MpServer', x=-70.50, y=87.00, z=160.50], EntitySheep['Sheep'/105, l='MpServer', x=-67.50, y=88.00, z=160.50], EntityPig['Pig'/106, l='MpServer', x=-58.50, y=85.00, z=206.50], EntityPig['Pig'/107, l='MpServer', x=-57.50, y=85.00, z=206.50], EntityPig['Pig'/108, l='MpServer', x=-59.50, y=84.00, z=210.50], EntityPig['Pig'/109, l='MpServer', x=-65.25, y=84.00, z=216.50], EntityOwl['Owl'/116, l='MpServer', x=-54.50, y=63.00, z=106.50], EntityOwl['Owl'/117, l='MpServer', x=-45.50, y=75.00, z=115.50], EntityPig['Pig'/118, l='MpServer', x=-50.50, y=91.00, z=157.73], EntityPig['Pig'/119, l='MpServer', x=-52.50, y=94.00, z=164.50], EntityPig['Pig'/120, l='MpServer', x=-51.67, y=95.00, z=164.38], EntityPig['Pig'/121, l='MpServer', x=-49.50, y=97.00, z=167.50], EntityChicken['Chicken'/143, l='MpServer', x=-16.50, y=72.00, z=103.50], EntityChicken['Chicken'/144, l='MpServer', x=-22.50, y=70.00, z=94.50], EntityChicken['Chicken'/145, l='MpServer', x=-22.50, y=70.00, z=91.50], EntityPig['Pig'/146, l='MpServer', x=-9.50, y=73.00, z=160.50], EntityPig['Pig'/147, l='MpServer', x=-8.50, y=77.00, z=163.50], EntityPig['Pig'/148, l='MpServer', x=-8.31, y=75.00, z=158.24], EntityPig['Pig'/149, l='MpServer', x=-14.28, y=73.00, z=164.48], EntityItem['item.tile.mushroom9'/165, l='MpServer', x=16.76, y=20.00, z=132.17], EntityItem['item.tile.mushroom9'/166, l='MpServer', x=17.83, y=22.00, z=124.24], EntitySheep['Sheep'/167, l='MpServer', x=22.50, y=68.00, z=125.50], EntitySheep['Sheep'/168, l='MpServer', x=22.50, y=68.00, z=125.50], EntitySheep['Sheep'/169, l='MpServer', x=23.50, y=68.00, z=128.50], EntitySheep['Sheep'/170, l='MpServer', x=20.50, y=68.00, z=120.50], EntityFallingBlock['Falling Block'/407, l='MpServer', x=-121.50, y=25.31, z=229.50], EntityFallingBlock['Falling Block'/408, l='MpServer', x=-122.50, y=29.00, z=228.50], EntityFallingBlock['Falling Block'/409, l='MpServer', x=-122.50, y=25.31, z=229.50], EntityFallingBlock['Falling Block'/410, l='MpServer', x=-120.50, y=25.31, z=229.50], EntityFallingBlock['Falling Block'/411, l='MpServer', x=-123.50, y=25.31, z=228.50], EntityFallingBlock['Falling Block'/413, l='MpServer', x=-122.50, y=14.00, z=248.50], EntityFallingBlock['Falling Block'/414, l='MpServer', x=-123.50, y=13.00, z=248.50], EntityFallingBlock['Falling Block'/423, l='MpServer', x=-123.50, y=13.00, z=247.50], EntityFallingBlock['Falling Block'/451, l='MpServer', x=-117.50, y=4.00, z=112.50], EntityFallingBlock['Falling Block'/452, l='MpServer', x=-118.50, y=3.00, z=111.50], EntityFallingBlock['Falling Block'/453, l='MpServer', x=-118.50, y=3.00, z=112.50], EntityFallingBlock['Falling Block'/454, l='MpServer', x=-117.50, y=4.00, z=111.50], EntityFallingBlock['Falling Block'/455, l='MpServer', x=-119.50, y=4.00, z=111.50], EntityFallingBlock['Falling Block'/456, l='MpServer', x=-118.50, y=4.00, z=110.50], EntityFallingBlock['Falling Block'/457, l='MpServer', x=-119.50, y=4.00, z=110.50], EntityFallingBlock['Falling Block'/458, l='MpServer', x=-119.50, y=3.00, z=112.50], EntityFallingBlock['Falling Block'/459, l='MpServer', x=-120.50, y=4.00, z=111.50], EntityFallingBlock['Falling Block'/498, l='MpServer', x=-76.50, y=17.31, z=55.50], EntityFallingBlock['Falling Block'/499, l='MpServer', x=-75.50, y=17.31, z=55.50], EntityFallingBlock['Falling Block'/573, l='MpServer', x=-27.50, y=26.20, z=58.50], EntityFallingBlock['Falling Block'/574, l='MpServer', x=-28.50, y=26.20, z=58.50], EntityFallingBlock['Falling Block'/575, l='MpServer', x=-27.50, y=25.20, z=57.50], EntityFallingBlock['Falling Block'/576, l='MpServer', x=-26.50, y=25.20, z=57.50], EntityFallingBlock['Falling Block'/577, l='MpServer', x=-26.50, y=25.20, z=58.50], EntityFallingBlock['Falling Block'/578, l='MpServer', x=-26.50, y=26.20, z=59.50], EntityFallingBlock['Falling Block'/579, l='MpServer', x=-29.50, y=26.20, z=58.50], EntityFallingBlock['Falling Block'/580, l='MpServer', x=-31.50, y=27.20, z=58.50], EntityFallingBlock['Falling Block'/581, l='MpServer', x=-30.50, y=27.20, z=58.50], EntityFallingBlock['Falling Block'/582, l='MpServer', x=-30.50, y=28.20, z=59.50], EntityFallingBlock['Falling Block'/583, l='MpServer', x=-29.50, y=25.20, z=57.50], EntityFallingBlock['Falling Block'/584, l='MpServer', x=-29.50, y=27.20, z=59.50], EntityFallingBlock['Falling Block'/585, l='MpServer', x=-28.50, y=25.20, z=57.50], EntityFallingBlock['Falling Block'/586, l='MpServer', x=-28.50, y=27.20, z=59.50], EntityFallingBlock['Falling Block'/587, l='MpServer', x=-27.50, y=26.20, z=59.50], EntityFallingBlock['Falling Block'/588, l='MpServer', x=-32.50, y=27.20, z=58.50], EntityFallingBlock['Falling Block'/589, l='MpServer', x=-31.50, y=28.20, z=59.50], EntityFallingBlock['Falling Block'/590, l='MpServer', x=-30.50, y=25.20, z=57.50], EntityFallingBlock['Falling Block'/591, l='MpServer', x=-33.50, y=28.20, z=58.50], EntityFallingBlock['Falling Block'/592, l='MpServer', x=-32.50, y=28.20, z=59.50], EntityFallingBlock['Falling Block'/593, l='MpServer', x=-29.50, y=37.00, z=62.50], EntityFallingBlock['Falling Block'/594, l='MpServer', x=-32.50, y=30.20, z=61.50], EntityFallingBlock['Falling Block'/703, l='MpServer', x=-1.50, y=8.00, z=56.50], EntityFallingBlock['Falling Block'/704, l='MpServer', x=-2.50, y=10.00, z=57.50], EntityFallingBlock['Falling Block'/705, l='MpServer', x=-2.50, y=9.00, z=56.50], EntityFallingBlock['Falling Block'/706, l='MpServer', x=-1.50, y=9.00, z=57.50], EntityFallingBlock['Falling Block'/707, l='MpServer', x=-3.50, y=10.00, z=57.50], EntityFallingBlock['Falling Block'/708, l='MpServer', x=-3.50, y=9.00, z=56.50], EntityFallingBlock['Falling Block'/709, l='MpServer', x=-2.50, y=9.00, z=55.50], EntityFallingBlock['Falling Block'/710, l='MpServer', x=-3.50, y=9.00, z=55.50], EntityFallingBlock['Falling Block'/712, l='MpServer', x=-1.50, y=8.00, z=55.50], EntityFallingBlock['Falling Block'/715, l='MpServer', x=-4.50, y=9.00, z=55.50], EntityFallingBlock['Falling Block'/716, l='MpServer', x=-4.50, y=9.00, z=56.50], EntityFallingBlock['Falling Block'/717, l='MpServer', x=-5.50, y=10.00, z=56.50], EntityFallingBlock['Falling Block'/718, l='MpServer', x=-5.50, y=9.00, z=55.50], EntityFallingBlock['Falling Block'/719, l='MpServer', x=-6.50, y=10.00, z=56.50], EntityFallingBlock['Falling Block'/720, l='MpServer', x=-6.50, y=8.00, z=55.50], EntityFallingBlock['Falling Block'/723, l='MpServer', x=-7.50, y=9.00, z=56.50], EntityFallingBlock['Falling Block'/724, l='MpServer', x=-7.50, y=8.00, z=55.50], EntityFallingBlock['Falling Block'/725, l='MpServer', x=-10.50, y=8.00, z=57.50], EntityFallingBlock['Falling Block'/749, l='MpServer', x=6.50, y=22.00, z=279.50], EntityZombie['Zombie'/2889, l='MpServer', x=-10.50, y=45.00, z=202.77], EntitySkeleton['Skeleton'/2928, l='MpServer', x=-64.50, y=45.00, z=88.50], EntityZombie['Zombie'/2945, l='MpServer', x=43.71, y=33.00, z=176.47], EntityBat['Bat'/2961, l='MpServer', x=-1.64, y=40.28, z=218.45], EntitySkeleton['Skeleton'/2965, l='MpServer', x=-26.50, y=42.00, z=176.50], EntityBat['Bat'/3001, l='MpServer', x=-78.36, y=37.78, z=107.30], EntitySkeleton['Skeleton'/3038, l='MpServer', x=-22.50, y=17.00, z=118.50], EntitySkeleton['Skeleton'/3059, l='MpServer', x=-17.50, y=14.00, z=119.50], EntityBat['Bat'/3077, l='MpServer', x=-81.62, y=42.96, z=98.43], EntityZombie['Zombie'/3117, l='MpServer', x=17.50, y=23.00, z=119.50], EntityBat['Bat'/3156, l='MpServer', x=-45.06, y=40.03, z=165.74], EntityBat['Bat'/3168, l='MpServer', x=19.51, y=48.47, z=127.28], EntityCreeper['Creeper'/3178, l='MpServer', x=29.50, y=34.00, z=88.50], EntityBat['Bat'/3182, l='MpServer', x=22.02, y=41.99, z=104.80], EntityZombie['Zombie'/3198, l='MpServer', x=58.50, y=54.00, z=87.50], EntityFallingBlock['Falling Block'/1277, l='MpServer', x=-122.50, y=29.00, z=228.50], EntityFallingBlock['Falling Block'/1278, l='MpServer', x=-123.50, y=27.65, z=228.50], EntityFallingBlock['Falling Block'/1280, l='MpServer', x=-123.50, y=13.65, z=248.50], EntityBat['Bat'/3335, l='MpServer', x=29.08, y=42.49, z=169.42], EntityFallingBlock['Falling Block'/1308, l='MpServer', x=-117.50, y=4.00, z=112.50], EntityFallingBlock['Falling Block'/1309, l='MpServer', x=-117.50, y=6.00, z=111.50], EntityFallingBlock['Falling Block'/1310, l='MpServer', x=-118.50, y=3.65, z=111.50], EntityFallingBlock['Falling Block'/1311, l='MpServer', x=-118.50, y=5.00, z=110.50], EntityFallingBlock['Falling Block'/1312, l='MpServer', x=-120.50, y=6.00, z=111.50], EntityFallingBlock['Falling Block'/1313, l='MpServer', x=-119.50, y=4.00, z=111.50], EntityFallingBlock['Falling Block'/1314, l='MpServer', x=-119.50, y=4.00, z=110.50], EntityFallingBlock['Falling Block'/1335, l='MpServer', x=-76.50, y=19.65, z=55.50], EntityFallingBlock['Falling Block'/1374, l='MpServer', x=-26.50, y=27.61, z=58.50], EntityFallingBlock['Falling Block'/1375, l='MpServer', x=-27.50, y=28.61, z=58.50], EntityFallingBlock['Falling Block'/1376, l='MpServer', x=-27.50, y=27.61, z=57.50], EntityFallingBlock['Falling Block'/1377, l='MpServer', x=-28.50, y=28.61, z=58.50], EntityFallingBlock['Falling Block'/1378, l='MpServer', x=-28.50, y=27.61, z=57.50], EntityFallingBlock['Falling Block'/1379, l='MpServer', x=-26.50, y=27.61, z=57.50], EntityFallingBlock['Falling Block'/1380, l='MpServer', x=-26.50, y=28.61, z=59.50], EntityFallingBlock['Falling Block'/1381, l='MpServer', x=-29.50, y=28.61, z=58.50], EntityFallingBlock['Falling Block'/1382, l='MpServer', x=-29.50, y=27.61, z=57.50], EntityFallingBlock['Falling Block'/1383, l='MpServer', x=-31.50, y=29.61, z=58.50], EntityFallingBlock['Falling Block'/1384, l='MpServer', x=-30.50, y=29.61, z=58.50], EntityFallingBlock['Falling Block'/1385, l='MpServer', x=-29.50, y=29.61, z=59.50], EntityFallingBlock['Falling Block'/1386, l='MpServer', x=-30.50, y=30.61, z=59.50], EntityFallingBlock['Falling Block'/1387, l='MpServer', x=-27.50, y=28.61, z=59.50], EntityFallingBlock['Falling Block'/1388, l='MpServer', x=-28.50, y=29.61, z=59.50], EntityFallingBlock['Falling Block'/1389, l='MpServer', x=-32.50, y=29.61, z=58.50], EntityFallingBlock['Falling Block'/1390, l='MpServer', x=-31.50, y=30.61, z=59.50], EntityFallingBlock['Falling Block'/1391, l='MpServer', x=-30.50, y=27.61, z=57.50], EntityZombie['Zombie'/3450, l='MpServer', x=-68.50, y=45.00, z=90.50], EntityCreeper['Creeper'/3451, l='MpServer', x=-23.83, y=42.00, z=175.48], EntityEnderman['Enderman'/3454, l='MpServer', x=61.50, y=34.00, z=228.50], EntityPlayerSP['<PROFILE NAME>'/631, l='MpServer', x=-11.50, y=76.00, z=167.50], EntityCreeper['Creeper'/3519, l='MpServer', x=-16.50, y=17.00, z=162.50], EntitySkeleton['Skeleton'/3531, l='MpServer', x=-20.50, y=45.00, z=187.50], EntityCreeper['Creeper'/3546, l='MpServer', x=-62.50, y=54.00, z=119.50], EntitySkeleton['Skeleton'/3623, l='MpServer', x=4.50, y=16.00, z=167.50], EntityZombie['Zombie'/3626, l='MpServer', x=-19.50, y=44.00, z=198.50], EntityConcussionCreeper['Concussion Creeper'/3627, l='MpServer', x=-21.50, y=36.00, z=177.50], EntityEnderman['Enderman'/3643, l='MpServer', x=9.65, y=16.00, z=162.49], EntitySkeleton['Skeleton'/3670, l='MpServer', x=11.50, y=35.00, z=141.50], EntityZombie['Zombie'/3719, l='MpServer', x=12.50, y=53.00, z=143.50], EntityCreeper['Creeper'/3758, l='MpServer', x=18.50, y=56.00, z=191.50], EntitySkeleton['Skeleton'/3761, l='MpServer', x=-79.50, y=38.00, z=105.50], EntityEnderman['Enderman'/3766, l='MpServer', x=35.50, y=44.00, z=182.50], EntitySkeleton['Skeleton'/3788, l='MpServer', x=6.50, y=46.00, z=194.50], EntityZombie['Zombie'/3807, l='MpServer', x=-21.65, y=15.00, z=169.35], EntityCreeper['Creeper'/3844, l='MpServer', x=27.50, y=39.00, z=101.50], EntityEnderman['Enderman'/3879, l='MpServer', x=61.50, y=54.00, z=91.50], EntitySkeleton['Skeleton'/3896, l='MpServer', x=37.50, y=23.00, z=167.50], EntitySkeleton['Skeleton'/1871, l='MpServer', x=7.50, y=16.00, z=169.50], EntitySkeleton['Skeleton'/3929, l='MpServer', x=-72.50, y=45.00, z=96.50], EntityZombie['Zombie'/3950, l='MpServer', x=62.50, y=33.00, z=230.50], EntitySkeleton['Skeleton'/3987, l='MpServer', x=-69.50, y=56.00, z=113.50], EntityZombie['Zombie'/3994, l='MpServer', x=-41.50, y=18.00, z=88.50], EntitySkeleton['Skeleton'/3995, l='MpServer', x=19.50, y=39.00, z=108.50], EntityCreeper['Creeper'/3999, l='MpServer', x=-81.50, y=36.00, z=103.50], EntitySpider['Spider'/1963, l='MpServer', x=44.50, y=19.00, z=180.50], EntityBat['Bat'/1969, l='MpServer', x=11.96, y=17.03, z=173.79], EntityCreeper['Creeper'/4054, l='MpServer', x=-86.50, y=15.00, z=130.50], EntityCreeper['Creeper'/4058, l='MpServer', x=-14.50, y=26.00, z=212.50], EntityItem['item.item.string'/4080, l='MpServer', x=44.41, y=19.00, z=181.42]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:478)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2649)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:282)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:364)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
I'm not sure if this is optifine-specific or not, but I get this on Botania r1.8-308
and r1.8-306
equally.
This sounds optifine specific, in that Optifine is causing the vertex buffer to be leaked.
I think it's probably Optifine inadvertently messing with one of the special item renders in botania.
Yup, right you are, it's Optifine.
Is there anything that can be done to mitigate this, or should I complain to them?