OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

Project Red Crashing #112

Closed kurokuno closed 10 years ago

kurokuno commented 10 years ago

project red isant working with the current open peripherals at all

boq commented 10 years ago

Can't reproduce. Please at least provide crashlog and version numbers.

ruifung commented 10 years ago
 2014-02-12 21:52:17 [INFO] [STDOUT] java.lang.NoClassDefFoundError: mrtjp/projectred/api/ITransmissionAPI
 2014-02-12 21:52:17 [INFO] [STDOUT]    at java.lang.Class.forName0(Native Method)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at java.lang.Class.forName(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at net.minecraft.client.main.Main.main(SourceFile:101)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
 2014-02-12 21:52:17 [INFO] [STDOUT] Caused by: java.lang.ClassNotFoundException: mrtjp.projectred.api.ITransmissionAPI
 2014-02-12 21:52:17 [INFO] [STDOUT]    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at java.lang.ClassLoader.loadClass(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at java.lang.ClassLoader.loadClass(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    ... 34 more
 2014-02-12 21:52:17 [INFO] [STDOUT] Caused by: java.lang.NullPointerException
 2014-02-12 21:52:17 [INFO] [STDOUT]    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at codechicken.lib.asm.ASMHelper.createClassNode(ASMHelper.java:113)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at codechicken.lib.asm.ASMHelper.createClassNode(ASMHelper.java:107)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at codechicken.core.asm.DefaultImplementationTransformer.transform(DefaultImplementationTransformer.java:84)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
 2014-02-12 21:52:17 [INFO] [STDOUT]    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
 2014-02-12 21:52:17 [INFO] [STDOUT]    ... 36 more

OpenPeripheralCore 0.3.0 Project: Red 4.2.2.19 (According to filename) Minecraft 1.6.4

This doesn't happen without openPeripherals Core installed.

ghost commented 10 years ago

This issue got fixed with the latest update of ProjectRed from 3/4/2014 Current version number for ProjectRed is 4.3.0 build 24 http://projectredwiki.com/wiki/Version_archive

theoriginalbit commented 10 years ago

can @kurokuno or @ruifung please confirm what @tr4st stated

ruifung commented 10 years ago

@theoriginalbit Yep, its fixed.

theoriginalbit commented 10 years ago

thank you