So I am trying to get this mod to work. I have latest minecraft and forge versions, everything works fine. When I put the IC2 jar into mods folder, I get black screen at startup. Can anyone help with this?
Support Request: IC2 black screen
-
-
Define latest.
What are the exact version numbers of MC, Forge, and IC2? Also, give us an error log.
-
It's stickied in the bugs section, but I think it should be stickied here as well. People, we can't do anything without error logs (in most cases) especially if the description of the bug/issue is basically "I crashed, please help", most people don't seem to know this so I think it deserves a sticky/to be tacked onto the READ FIRST: Support thread.
-
I am using MC 1.3.2, forge 4.4.298 and IC2 1.106, I managed to somehow fix the problem by restoring backup and installing modloader (which is strange because it was giving me errors before). Although this seems like a wrong solution because I cant hear any sounds from the machines except the one where it stops working.
Log is spamming this during machine usage, hope it will help.
2012-10-02 10:48:20 [INFO] [STDOUT] Error in class 'SourceLWJGL OpenAL'
2012-10-02 10:48:20 [INFO] [STDOUT] Channel null in method 'stop' -
I am using MC 1.3.2, forge 4.4.298 and IC2 1.106, I managed to somehow fix the problem by restoring backup and installing modloader (which is strange because it was giving me errors before). Although this seems like a wrong solution because I cant hear any sounds from the machines except the one where it stops working.
Log is spamming this during machine usage, hope it will help.
2012-10-02 10:48:20 [INFO] [STDOUT] Error in class 'SourceLWJGL OpenAL'
2012-10-02 10:48:20 [INFO] [STDOUT] Channel null in method 'stop'Sorry for not being specific, we need something that looks like this specifically
java.lang.ExceptionInInitializerError
at forestry.ForestryClient.initialize(ForestryClient.java:63)
at mod_Forestry.<init>(mod_Forestry.java:29)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeMethod)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(UnknownSource)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(UnknownSource)
at java.lang.reflect.Constructor.newInstance(UnknownSource)
at java.lang.Class.newInstance0(UnknownSource)
at java.lang.Class.newInstance(UnknownSource)
at ModLoader.addMod(ModLoader.java:275)
at ModLoader.readFromModFolder(ModLoader.java:1179)
at ModLoader.init(ModLoader.java:824)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at aam.<init>(aam.java:61)
at aam.<clinit>(aam.java:10)
at net.minecraft.client.Minecraft.a(SourceFile:259)
at net.minecraft.client.Minecraft.run(SourceFile:629)
at java.lang.Thread.run(UnknownSource)Causedby: java.lang.ArrayIndexOutOfBoundsException:2017
at forge.Configuration.getOrCreateBlockIdProperty(Configuration.java:66)
at forestry.ForestryCore.<clinit>(ForestryCore.java:207)