ive allways wanted a way to turn rp2 energy into ic2 energy
If you don't think Crossovers mods are OP, RP2-->BC-->IC² is already feasible ...
ive allways wanted a way to turn rp2 energy into ic2 energy
If you don't think Crossovers mods are OP, RP2-->BC-->IC² is already feasible ...
This is happening with all of the add-ons for my dedicated server
I'm not sure, but isn't bbb a rendering class? And if it is then...yeah server shouldn't be trying to render things :p
2013-01-15 17:27:17 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod DCore
2013-01-15 17:27:17 [INFO] [STDERR] java.lang.NoClassDefFoundError: bbb
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods0(Native Method)
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredMethods(Class.java:2442)
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods(Class.java:1808)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:310)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:455)
2013-01-15 17:27:17 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
2013-01-15 17:27:17 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2013-01-15 17:27:17 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-15 17:27:17 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-01-15 17:27:17 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:479)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345)
2013-01-15 17:27:17 [INFO] [STDERR] at ho.c(DedicatedServer.java:64)
2013-01-15 17:27:17 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
2013-01-15 17:27:17 [INFO] [STDERR] at fy.run(SourceFile:849)
2013-01-15 17:27:17 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: bbb
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
2013-01-15 17:27:17 [INFO] [STDERR] ... 30 more
2013-01-15 17:27:17 [INFO] [STDERR] Caused by: java.lang.RuntimeException: Attempted to load class bbb for invalid side SERVER
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:38)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173)
2013-01-15 17:27:17 [INFO] [STDERR] ... 32 more
2013-01-15 17:27:17 [SEVERE] [Minecraft] Encountered an unexpected exception NoClassDefFoundError
java.lang.NoClassDefFoundError: bbb
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2442)
at java.lang.Class.getDeclaredMethods(Class.java:1808)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:310)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:455)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:479)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345)
at ho.c(DedicatedServer.java:64)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
Caused by: java.lang.ClassNotFoundException: bbb
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 30 more
Caused by: java.lang.RuntimeException: Attempted to load class bbb for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:38)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173)
... 32 more
2013-01-15 17:27:17 [SEVERE] [Minecraft] This crash report has been saved to: /home/multicraft/server/servers/server14/./crash-reports/crash-2013-01-15_17.27.17-server.txt
2013-01-15 17:27:42 [INFO] [Minecraft] Saving...
2013-01-15 17:27:42 [INFO] [Minecraft] An unknown error occurred while attempting to perform this command
2013-01-15 17:27:42 [INFO] [STDERR] java.lang.NullPointerException
2013-01-15 17:27:42 [INFO] [STDERR] at hf.b(SourceFile:29)
2013-01-15 17:27:42 [INFO] [STDERR] at x.a(CommandHandler.java:82)
2013-01-15 17:27:42 [INFO] [STDERR] at ho.al(DedicatedServer.java:309)
2013-01-15 17:27:42 [INFO] [STDERR] at ho.a(DedicatedServer.java:236)
2013-01-15 17:27:42 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540)
2013-01-15 17:27:42 [INFO] [STDERR] at fy.run(SourceFile:849)
2013-01-15 17:27:42 [INFO] [Minecraft] An unknown error occurred while attempting to perform this command
2013-01-15 17:27:42 [INFO] [STDERR] java.lang.NullPointerException
2013-01-15 17:27:42 [INFO] [STDERR] at hi.a(SourceFile:67)
2013-01-15 17:27:42 [INFO] [STDERR] at w.a(SourceFile:192)
2013-01-15 17:27:42 [INFO] [STDERR] at w.a(SourceFile:187)
2013-01-15 17:27:42 [INFO] [STDERR] at hk.b(SourceFile:18)
2013-01-15 17:27:42 [INFO] [STDERR] at x.a(CommandHandler.java:82)
2013-01-15 17:27:42 [INFO] [STDERR] at ho.al(DedicatedServer.java:309)
2013-01-15 17:27:42 [INFO] [STDERR] at ho.a(DedicatedServer.java:236)
2013-01-15 17:27:42 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540)
2013-01-15 17:27:42 [INFO] [STDERR] at fy.run(SourceFile:849)
update defence, it had an error in version 3.0.0
well, I also got the error with ACore.
Would defense cause it to give an error with ACore?
I'll try that though.
Could I have a really simple mod which just adds a compressor recipe so I can get rid of some of my crushed obsidian back into obsidian. Redpower decided all 22 stack of obsidian I had would be better in crushed form. I disagree, but have no way of doing it legit. This upsets me.
Please help!
Could I have a really simple mod which just adds a compressor recipe so I can get rid of some of my crushed obsidian back into obsidian. Redpower decided all 22 stack of obsidian I had would be better in crushed form. I disagree, but have no way of doing it legit. This upsets me.
Please help!
Couldnt you just turn Lava and water into obsidian? :3
Reason #43 to visit the nether.
That doesn't fix the problem. I've got 22 stacks of crushed obsidian and nothing to do with it. Also, how am I meant to get water flow in the nether?
Also, how am I meant to get water flow in the nether?
2 pieces of UUM are enough.
I guess. Still, 22 stacks of crushed obsidian, I got a compressor. How long would a simple recipe addition even take?