Gegy / WTS

A Minecraft Mod that displays what items can go into a slot
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

Stack Overflow #1

Closed WenXin20 closed 8 years ago

WenXin20 commented 8 years ago

When I used the scrollbar, I got a stack overflow. Forge 2026 on 1.10.2. Could be because it tried to show a lot of blocks from other mods.

WenXin20 commented 8 years ago

It didn't crash, but here is the log I get when i try to scroll: [13:03:00] [Client thread/ERROR]: ########## GL ERROR ########## [13:03:00] [Client thread/ERROR]: @ Post render [13:03:00] [Client thread/ERROR]: 1283: Stack overflow

[13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at java.lang.reflect.Method.invoke(Method.java:483) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at Reflector.call(Reflector.java:616) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:338) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.minecraft.client.renderer.RenderItem.func_175042_a(RenderItem.java:411) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.gegy1000.wts.SlotRenderer.onGUIRender(SlotRenderer.java:54) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_356_SlotRenderer_onGUIRender_Post.invoke(.dynamic) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:383) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at java.lang.reflect.Method.invoke(Method.java:483) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at Reflector.callVoid(Reflector.java:309) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1399) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.minecraft.client.main.Main.main(SourceFile:124) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at java.lang.reflect.Method.invoke(Method.java:483) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [13:03:00] [Client thread/INFO] [STDERR]: [Reflector:handleException:885]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [13:03:00] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: Caused by: java.lang.NullPointerException [13:03:00] [Client thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post@4734ab96: java.lang.NullPointerException at net.minecraft.client.renderer.RenderItem.func_184390_a(RenderItem.java:425) ~[bsu.class:?] at net.minecraft.client.renderer.RenderItem.func_175042_a(RenderItem.java:411) ~[bsu.class:?] at net.gegy1000.wts.SlotRenderer.onGUIRender(SlotRenderer.java:54) ~[SlotRenderer.class:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_356_SlotRenderer_onGUIRender_Post.invoke(.dynamic) ~[?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72) ~[ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168) [EventBus.class:?] at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:383) [ForgeHooksClient.class:?] at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at Reflector.callVoid(Reflector.java:309) [Reflector.class:?] at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1399) [bnz.class:?] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076) [bcx.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?] at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:?]