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

[ERROR] [ComputerCraft/FML] java.lang.StackOverflowError

Started by sodacycle, 10 October 2012 - 06:52 AM
sodacycle #1
Posted 10 October 2012 - 08:52 AM
I'm getting an error when I install this mod. It's not in the minecraft window though, that just stay's blank. I've only got Forge installed, aside from ComputerCraft.

In the Forge log it shows this:

2012-10-10 03:05:33 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 4 mods
2012-10-10 03:05:33 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.StackOverflowError
2012-10-10 03:05:33 [INFO] [STDERR] at ModTextureAnimation.func_783_a(ModTextureAnimation.java:136)
2012-10-10 03:05:33 [INFO] [STDERR] at dan200.computer.client.TextureComputerFX.a(TextureComputerFX.java:35)


and it just keeps repeating the last bit about "(TextureComputerFX.java:35)" over and over again.

*I uploaded the entire log file for the sake of maybe not posting something more important that I missed while looking through it. That's the only Exception or Error I see in it though.*

Minecraft will launch if I don't have the ComputerCraft zipfile in the /mods/ folder. I also tried making a ComputerCraft folder and extracting the zip into it, I get the same error.

Forge 303 (downloaded it just over an hour ago)
ComputerCraft 1.42 (downloaded 2 days ago)
Minecraft 1.3.2 (did a fresh install an hour ago)
jag #2
Posted 10 October 2012 - 09:07 AM
Yeah, well ComputerCraft 1.4 is incompatible with the latest version of Forge (FML).
You'll have to use a older version of Forge.
sodacycle #3
Posted 10 October 2012 - 09:18 AM
Is there a specific build/version of Forge I should get for CompCraft 1.4?

Ex: Forge #302, #301, etc?
Luanub #4
Posted 10 October 2012 - 09:27 AM
Is there a specific reason your using 1.42? If not upgrade to CC 1.43 it will work with the latest forge.

Otherwise I think you will need forge 275 or lower.
sodacycle #5
Posted 10 October 2012 - 09:45 AM
I'm on 56k Internet and it's a large download for me. I was recently on a cable connection, hence why I have 1.42. I'm in the process of downloading Forge atm, 1.4MB (8 - 10 Mins)
sodacycle #6
Posted 10 October 2012 - 12:24 PM
The older Forge version is all I needed.