View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000031 | Industrial-Craft² | general / other | public | 2012-11-03 08:07 | 2012-11-17 15:16 |
| Reporter | Geggo | Assigned To | RichardG | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | suspended | ||
| Summary | 0000031: Error message in forge logs (client only) | ||||
| Description | Below error appears in client side forge logs in version 1.108.71 but not in the earlier beta 1.107.35. Happens even with just forge and ic2 installed. Goes away if craftguide 1.6.2.6 is installed. 2012-11-03 09:45:04 [INFO] [STDOUT] [IC2] Loading IC2 submodule: cgIntegration 2012-11-03 09:45:04 [INFO] [STDERR] java.lang.ClassNotFoundException: CraftGuide.API.CraftGuideAPIObject 2012-11-03 09:45:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:126) 2012-11-03 09:45:04 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.buildEvents(EventTransformer.java:54) 2012-11-03 09:45:04 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:35) 2012-11-03 09:45:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:163) 2012-11-03 09:45:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:119) 2012-11-03 09:45:04 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at ic2.cgIntegration.SubModule.init(SubModule.java:11) 2012-11-03 09:45:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-11-03 09:45:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at ic2.common.IC2.loadSubModule(IC2.java:803) 2012-11-03 09:45:04 [INFO] [STDERR] at ic2.common.IC2.modsLoaded(IC2.java:710) 2012-11-03 09:45:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-11-03 09:45:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440) 2012-11-03 09:45:04 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-11-03 09:45:04 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-11-03 09:45:04 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-11-03 09:45:04 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-11-03 09:45:04 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-11-03 09:45:04 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140) 2012-11-03 09:45:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-11-03 09:45:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-11-03 09:45:04 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-11-03 09:45:04 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-11-03 09:45:04 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-11-03 09:45:04 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-11-03 09:45:04 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83) 2012-11-03 09:45:04 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:654) 2012-11-03 09:45:04 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:196) 2012-11-03 09:45:04 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:465) 2012-11-03 09:45:04 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:752) 2012-11-03 09:45:04 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] Caused by: java.lang.NullPointerException 2012-11-03 09:45:04 [INFO] [STDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source) 2012-11-03 09:45:04 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29) 2012-11-03 09:45:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:163) 2012-11-03 09:45:04 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:119) 2012-11-03 09:45:04 [INFO] [STDERR] ... 44 more | ||||
| Tags | No tags attached. | ||||
| Minecraft Version | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-11-03 08:07 | Geggo | New Issue | |
| 2012-11-03 08:09 | xKillerbees | Status | new => acknowledged |
| 2012-11-03 08:46 | RawCode | Note Added: 0000065 | |
| 2012-11-17 15:16 | RichardG | Note Added: 0000235 | |
| 2012-11-17 15:16 | RichardG | Status | acknowledged => closed |
| 2012-11-17 15:16 | RichardG | Assigned To | => RichardG |
| 2012-11-17 15:16 | RichardG | Resolution | open => suspended |