View Issue Details

IDProjectCategoryView StatusLast Update
0000481Industrial-Craft²general / otherpublic2013-07-12 22:21
Reportervoltik12 Assigned ToPlayer  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionno change required 
PlatformAllOSAllOS VersionAll
Summary0000481: Crash on load
DescriptionMinecraft crashes on load. Other mods are working, but when I add IC2, minecraft crashes. If I remove all mods and coremods, still crashing. Using latest forge for MC 1.5.2
Steps To ReproduceDownload latest forge for 1.5.2
Download IC2 Build 397
Install forge and IC2
Run Minecraft
Additional Informationxxxx@xxxxx:~/.minecraft$ java -jar minecraft.jar-old
Fontconfig error: "~/.fonts.conf", line 1: not well-formed (invalid token)
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
asdf
2013-07-11 13:24:19 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.738 for Minecraft 1.5.2 loading
2013-07-11 13:24:19 [INFO] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.7.0_21, running on Linux:amd64:3.8.0-25-generic, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
2013-07-11 13:24:20 [SEVERE] [ForgeModLoader] FML appears to be missing any signature data. This is not a good thing
2013-07-11 13:24:25 [INFO] [STDOUT] 229 recipes
2013-07-11 13:24:25 [INFO] [STDOUT] 27 achievements
2013-07-11 13:24:25 [INFO] [Minecraft-Client] Setting user: xxxxxxxx
2013-07-11 13:24:25 [INFO] [STDOUT] (Session ID is xxxxxxxxxxxxxx)
2013-07-11 13:24:27 [INFO] [Minecraft-Client] LWJGL Version: 2.4.2
2013-07-11 13:24:27 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2013-07-11 13:24:27 [INFO] [STDOUT] MinecraftForge v7.8.1.738 Initialized
2013-07-11 13:24:27 [INFO] [ForgeModLoader] MinecraftForge v7.8.1.738 Initialized
2013-07-11 13:24:28 [INFO] [STDOUT] Replaced 85 ore recipies
2013-07-11 13:24:28 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2013-07-11 13:24:28 [INFO] [ForgeModLoader] Reading custom logging properties from /home/martin/.minecraft/config/logging.properties
2013-07-11 13:24:28 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2013-07-11 13:24:28 [INFO] [ForgeModLoader] Searching /home/martin/.minecraft/mods for mods
2013-07-11 13:24:28 [INFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
2013-07-11 13:24:28 [INFO] [mcp] Activating mod mcp
2013-07-11 13:24:28 [INFO] [FML] Activating mod FML
2013-07-11 13:24:29 [INFO] [Forge] Activating mod Forge
2013-07-11 13:24:29 [INFO] [IC2] Activating mod IC2
2013-07-11 13:24:29 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2013-07-11 13:24:29 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2013-07-11 13:24:30 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: net/minecraft/client/resources/ResourceLocation
2013-07-11 13:24:30 [INFO] [STDERR] at ic2.core.block.personal.TileEntityPersonalChestRenderer.<clinit>(TileEntityPersonalChestRenderer.java:57)
2013-07-11 13:24:30 [INFO] [STDERR] at ic2.core.PlatformClient.<init>(PlatformClient.java:85)
2013-07-11 13:24:30 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2013-07-11 13:24:30 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
2013-07-11 13:24:30 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2013-07-11 13:24:30 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
2013-07-11 13:24:30 [INFO] [STDERR] at java.lang.Class.newInstance0(Class.java:374)
2013-07-11 13:24:30 [INFO] [STDERR] at java.lang.Class.newInstance(Class.java:327)
2013-07-11 13:24:30 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:58)
2013-07-11 13:24:30 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)
2013-07-11 13:24:30 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-11 13:24:30 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-07-11 13:24:30 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-11 13:24:30 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
2013-07-11 13:24:30 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-07-11 13:24:30 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-07-11 13:24:30 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-07-11 13:24:30 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-07-11 13:24:30 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-07-11 13:24:30 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-07-11 13:24:30 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-07-11 13:24:30 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-11 13:24:30 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-07-11 13:24:30 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-07-11 13:24:30 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
2013-07-11 13:24:30 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-07-11 13:24:30 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-07-11 13:24:30 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-07-11 13:24:30 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-07-11 13:24:30 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-07-11 13:24:30 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-07-11 13:24:30 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:504)
2013-07-11 13:24:30 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
2013-07-11 13:24:30 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
2013-07-11 13:24:30 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-07-11 13:24:30 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-07-11 13:24:30 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:722)
2013-07-11 13:24:30 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.resources.ResourceLocation
2013-07-11 13:24:30 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-07-11 13:24:30 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
2013-07-11 13:24:30 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
2013-07-11 13:24:30 [INFO] [STDERR] ... 37 more
2013-07-11 13:24:30 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2013-07-11 13:24:30 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
2013-07-11 13:24:30 [INFO] [STDERR] ... 39 more
TagsNo tags attached.
Minecraft Version

Activities

Player

2013-07-12 22:21

administrator   ~0001128

You are using an IC2 version for MC 1.6.1 with MC 1.5.2, check the build.txt in the IC2 jar to see what it's compiled for.

Issue History

Date Modified Username Field Change
2013-07-11 11:26 voltik12 New Issue
2013-07-12 22:21 Player Note Added: 0001128
2013-07-12 22:21 Player Status new => closed
2013-07-12 22:21 Player Assigned To => Player
2013-07-12 22:21 Player Resolution open => no change required