This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
KingDarkLord's profile picture

[SOLVED][1.42][SMP]Inventory & OpenGL errors caused by [Iron Chests]

Started by KingDarkLord, 26 September 2012 - 01:56 PM
KingDarkLord #1
Posted 26 September 2012 - 03:56 PM
Description of Bug:
My inventory turns invisible and my client get constant
1283: Stack overflow
########## GL ERROR ##########

errors.

Steps to NOT Reproduce Bug:

Update Iron Chests to 4.0.3.X
(Fixes this bug)

FML Log-0:
*Snipped*

Error after x lines of above error:

2012-09-25 19:20:56 [INFO] [STDOUT] @ Post render
2012-09-25 19:20:56 [INFO] [STDOUT] 1283: Stack overflow
2012-09-25 19:20:56 [INFO] [STDOUT] ########## GL ERROR ##########
2012-09-25 19:20:56 [INFO] [STDOUT] @ Post render
2012-09-25 19:20:56 [INFO] [STDOUT] 1283: Stack overflow
2012-09-25 19:20:56 [INFO] [STDOUT] ########## GL ERROR ##########
2012-09-25 19:20:56 [INFO] [STDOUT] @ Post render
2012-09-25 19:20:56 [INFO] [STDOUT] 1283: Stack overflow
2012-09-25 19:21:00 [INFO] [ForgeModLoader] An error occured reading texture file /terrain/ccturtle.png (refreshTexture)
java.lang.IllegalArgumentException: input == null!
at javax.imageio.ImageIO.read(Unknown Source)
at avf.a(RenderEngine.java:628)
at avf.b(RenderEngine.java:569)
at aym.a(SourceFile:143)
at app.a(SourceFile:176)
at ayl.a(SourceFile:106)
at auw.b(EntityRenderer.java:917)
at net.minecraft.client.Minecraft.J(Minecraft.java:871)
at net.minecraft.client.Minecraft.run(Minecraft.java:764)
at java.lang.Thread.run(Unknown Source)
2012-09-25 19:21:00 [INFO] [STDERR] java.lang.IllegalArgumentException: input == null!
2012-09-25 19:21:00 [INFO] [STDERR]  at javax.imageio.ImageIO.read(Unknown Source)
2012-09-25 19:21:00 [INFO] [STDERR]  at avf.a(RenderEngine.java:628)
2012-09-25 19:21:00 [INFO] [STDERR]  at avf.b(RenderEngine.java:569)
2012-09-25 19:21:00 [INFO] [STDERR]  at aym.a(SourceFile:143)
2012-09-25 19:21:00 [INFO] [STDERR]  at app.a(SourceFile:176)
2012-09-25 19:21:00 [INFO] [STDERR]  at ayl.a(SourceFile:106)
2012-09-25 19:21:00 [INFO] [STDERR]  at auw.b(EntityRenderer.java:917)
2012-09-25 19:21:00 [INFO] [STDERR]  at net.minecraft.client.Minecraft.J(Minecraft.java:871)
2012-09-25 19:21:00 [INFO] [STDERR]  at net.minecraft.client.Minecraft.run(Minecraft.java:764)
2012-09-25 19:21:00 [INFO] [STDERR]  at java.lang.Thread.run(Unknown Source)
2012-09-25 19:31:05 [INFO] [ForgeModLoader] An error occured reading texture file /terrain/ccturtle.png (refreshTexture)
java.lang.IllegalArgumentException: input == null!
at javax.imageio.ImageIO.read(Unknown Source)
at avf.a(RenderEngine.java:628)
at avf.b(RenderEngine.java:569)
at ayl.a(SourceFile:86)
at apn.a(SourceFile:64)
at ayl.a(SourceFile:95)
at apn.d(SourceFile:112)
at apn.m(SourceFile:100)
at net.minecraft.client.Minecraft.l(Minecraft.java:1482)
at net.minecraft.client.Minecraft.J(Minecraft.java:834)
at net.minecraft.client.Minecraft.run(Minecraft.java:764)
at java.lang.Thread.run(Unknown Source)
2012-09-25 19:31:05 [INFO] [STDERR] java.lang.IllegalArgumentException: input == null!
2012-09-25 19:31:05 [INFO] [STDERR]  at javax.imageio.ImageIO.read(Unknown Source)
2012-09-25 19:31:05 [INFO] [STDERR]  at avf.a(RenderEngine.java:628)
2012-09-25 19:31:05 [INFO] [STDERR]  at avf.b(RenderEngine.java:569)
2012-09-25 19:31:05 [INFO] [STDERR]  at ayl.a(SourceFile:86)
2012-09-25 19:31:05 [INFO] [STDERR]  at apn.a(SourceFile:64)
2012-09-25 19:31:05 [INFO] [STDERR]  at ayl.a(SourceFile:95)
2012-09-25 19:31:05 [INFO] [STDERR]  at apn.d(SourceFile:112)
2012-09-25 19:31:05 [INFO] [STDERR]  at apn.m(SourceFile:100)
2012-09-25 19:31:05 [INFO] [STDERR]  at net.minecraft.client.Minecraft.l(Minecraft.java:1482)
2012-09-25 19:31:05 [INFO] [STDERR]  at net.minecraft.client.Minecraft.J(Minecraft.java:834)
2012-09-25 19:31:05 [INFO] [STDERR]  at net.minecraft.client.Minecraft.run(Minecraft.java:764)
2012-09-25 19:31:05 [INFO] [STDERR]  at java.lang.Thread.run(Unknown Source)
Edited on 17 October 2012 - 08:05 AM
Xfel #2
Posted 26 September 2012 - 03:58 PM
That doesn't look anyhow related to computercraft. there are no cc classes in the call stack. Are you shure that you are right here?
KingDarkLord #3
Posted 26 September 2012 - 04:06 PM
That doesn't look anyhow related to computercraft. there are no cc classes in the call stack. Are you shure that you are right here?

Only thing I got out of this error was this:
2012-09-25 19:31:05 [INFO] [ForgeModLoader] An error occured reading texture file /terrain/ccturtle.png (refreshTexture)

I am just thinking its CC
Edited on 26 September 2012 - 02:40 PM
jag #4
Posted 26 September 2012 - 04:34 PM
That doesn't look anyhow related to computercraft. there are no cc classes in the call stack. Are you shure that you are right here?

Only thing I got out of this error was this:
2012-09-25 19:31:05 [INFO] [ForgeModLoader] An error occured reading texture file /terrain/ccturtle.png (refreshTexture)

I am just thinking its CC
Well I'm pretty sure of that that's a CC error, look at it! It says "An error occured reading texture file /terrain/ccturtle.png".
KingDarkLord #5
Posted 26 September 2012 - 04:45 PM
Added FML Client log
Cloudy #6
Posted 26 September 2012 - 05:26 PM
Seems to be nothing to do with ComputerCraft. The error occurs AFTER all the rendering stuff (which is generally a bug in a mods rendering code).

It also seems the client was running for over a day? You snip from

2012-09-24 13:00:19 [INFO] [STDOUT] ########## GL ERROR ##########

to

2012-09-25 19:20:56 [INFO] [STDOUT] @ Post render
KingDarkLord #7
Posted 26 September 2012 - 05:46 PM
Seems to be nothing to do with ComputerCraft. The error occurs AFTER all the rendering stuff (which is generally a bug in a mods rendering code).

It also seems the client was running for over a day? You snip from

2012-09-24 13:00:19 [INFO] [STDOUT] ########## GL ERROR ##########

to

2012-09-25 19:20:56 [INFO] [STDOUT] @ Post render

Since 1.3.2 have no chunkloaders I had to be on my server for my forestry farms.

I hope I can find someone else with this problem then.