Chicken-Bones / ForgeMultipart

An API for dynamically handling different functional parts in the one block space.
Other
119 stars 55 forks source link

[In game error] Stack Overflow 1283 (open GL) #372

Open CMS95 opened 8 years ago

CMS95 commented 8 years ago

Hello, for some reason I keep getting a error message "Open GL ERROR: 1283 (Stack Overflow)" This Error occurs when I have a Multi-Part item in the inventory. also when I have a Multi-part in the selected slot on the hot-bar it hides the inventory when I open it. and when selecting a Multi-part from NEI (Not Enough Items) it will put one in the hot-bar and one in the inventory.

Thank you, CMS_95

here is the Error message for the "stack overflow":

java.lang.AbstractMethodError: mrtjp.projectred.transmission.JacketedHighlightRenderer$.renderHighlight(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/util/MovingObjectPosition;Lcodechicken/microblock/CommonMicroClass;II)Z at codechicken.microblock.MicroMaterialRegistry$$anonfun$2.apply(MicroMaterialRegistry.scala:233) ~[MicroMaterialRegistry$$anonfun$2.class:?] at codechicken.microblock.MicroMaterialRegistry$$anonfun$2.apply(MicroMaterialRegistry.scala:233) ~[MicroMaterialRegistry$$anonfun$2.class:?] at scala.collection.LinearSeqOptimized$class.find(LinearSeqOptimized.scala:99) ~[LinearSeqOptimized$class.class:?] at scala.collection.immutable.List.find(List.scala:83) ~[List.class:?] at scala.collection.generic.TraversableForwarder$class.find(TraversableForwarder.scala:43) ~[TraversableForwarder$class.class:?] at scala.collection.mutable.ListBuffer.find(ListBuffer.scala:45) ~[ListBuffer.class:?] at codechicken.microblock.MicroMaterialRegistry$.renderHighlight(MicroMaterialRegistry.scala:233) ~[MicroMaterialRegistry$.class:?] at codechicken.microblock.ItemMicroPartRenderer$.renderHighlight(ItemMicroPart.scala:168) ~[ItemMicroPartRenderer$.class:?] at codechicken.microblock.handler.MicroblockEventHandler$.drawBlockHighlight(MicroblockEventHandler.scala:35) ~[MicroblockEventHandler$.class:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler_385_MicroblockEventHandler$_drawBlockHighlight_DrawBlockHighlightEvent.invoke(.dynamic) ~[?:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?] at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?] at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:256) [ForgeHooksClient.class:?] at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] at Reflector.callBoolean(Reflector.java:218) [Reflector.class:?] at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1593) [blt.class:?] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1305) [blt.class:?] at net.minecraft.client.Minecraft.func_71411_J(Unknown Source) [bao.class:?] at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) [bao.class:?] at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60] 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:?]

Fadenfire commented 8 years ago

I too have this problem.