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

MAJOR BUG - Crash - java.lang.StackOverflowError

Started by SuperCheezyGuy, 02 October 2012 - 11:11 PM
SuperCheezyGuy #1
Posted 03 October 2012 - 01:11 AM
I'm using the latest recommended version of Minecraft Forge, the universal one. The following is a crash report:


Loading jars...
Loading URL: file:/C:/Users/Hixon/Desktop/Random/MultiMC/instances/test_1/.minecraft/bin/minecraft.jar
Loading URL: file:/C:/Users/Hixon/Desktop/Random/MultiMC/instances/test_1/.minecraft/bin/lwjgl.jar
Loading URL: file:/C:/Users/Hixon/Desktop/Random/MultiMC/instances/test_1/.minecraft/bin/lwjgl_util.jar
Loading URL: file:/C:/Users/Hixon/Desktop/Random/MultiMC/instances/test_1/.minecraft/bin/jinput.jar
Loading natives...
Fixed Minecraft Path: Field was private static java.io.File net.minecraft.client.Minecraft.am
MCDIR: C:\Users\Hixon\AppData\Roaming\.minecraft
Launching with applet wrapper...
Icon data is not translucent!
2012-10-03 08:08:55 [INFO] [ForgeModLoader] Forge Mod Loader version 3.1.30.390 for Minecraft client:1.3.2, server:1.3.2 loading
2012-10-03 08:08:55 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2012-10-03 08:08:55 [INFO] [ForgeModLoader] Download complete
2012-10-03 08:08:55 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2012-10-03 08:09:02 [INFO] [ForgeModLoader] Download complete
2012-10-03 08:09:02 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2012-10-03 08:09:03 [INFO] [ForgeModLoader] Download complete
2012-10-03 08:09:05 [INFO] [STDOUT] 27 achievements
2012-10-03 08:09:05 [INFO] [STDOUT] 195 recipes
2012-10-03 08:09:06 [INFO] [STDOUT] Setting user: SuperCheezyGuy, -4353079192703055059
2012-10-03 08:09:06 [INFO] [STDOUT] LWJGL Version: 2.4.2
2012-10-03 08:09:06 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2012-10-03 08:09:06 [INFO] [STDOUT] MinecraftForge v4.1.4.298 Initialized
2012-10-03 08:09:06 [INFO] [ForgeModLoader] MinecraftForge v4.1.4.298 Initialized
2012-10-03 08:09:06 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
2012-10-03 08:09:07 [INFO] [ForgeModLoader] Config directory created successfully
2012-10-03 08:09:07 [INFO] [ForgeModLoader] Searching C:\Users\Hixon\Desktop\Random\MultiMC\instances\test_1\.minecraft\mods for mods
2012-10-03 08:09:07 [INFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
2012-10-03 08:09:08 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2012-10-03 08:09:08 [INFO] [STDOUT] Starting up SoundSystem...
2012-10-03 08:09:08 [INFO] [STDOUT] Initializing LWJGL OpenAL
2012-10-03 08:09:08 [INFO] [STDOUT]	 (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
2012-10-03 08:09:09 [INFO] [STDOUT] OpenAL initialized.
2012-10-03 08:09:09 [INFO] [STDOUT] Loading ComputerCraft v1.42 (rev 680)
2012-10-03 08:09:09 [INFO] [STDOUT] ComputerCraft: Searching for RedPowerLib...
2012-10-03 08:09:09 [INFO] [STDOUT] ComputerCraft: RedPowerLib not found.
2012-10-03 08:09:09 [INFO] [STDOUT] Loading CCTurtle v1.42 (rev 680)
2012-10-03 08:09:09 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods
2012-10-03 08:09:09 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.StackOverflowError
2012-10-03 08:09:09 [INFO] [STDERR]  at dan200.computer.client.TextureComputerFX.a(TextureComputerFX.java:35)
2012-10-03 08:09:09 [INFO] [STDERR]  at ModTextureAnimation.func_783_a(ModTextureAnimation.java:136)

And from the last line it continues between the
"at dan200.computer.client.TextureComputerFX.a(TextureComputerFX.java:35)
at ModTextureAnimation.func_783_a(ModTextureAnimation.java:136)"
MysticT #2
Posted 03 October 2012 - 01:35 AM
If you took a few seconds to look in the same page where you posted the topic you would have seen like three or four posts about this. It's an incompatibility with the latest forge, go to one of those posts for more info.