I've been trying to add the universal electricity mods and I've gotten most of them on there but am having some wierd errors between Atomic Sciences and Steve's Carts 2. Here's the error log:
2013-02-17 11:43:19 [INFO] Starting minecraft server version 1.4.7
2013-02-17 11:43:27 [INFO] Loading properties
2013-02-17 11:43:27 [INFO] Default game type: SURVIVAL
2013-02-17 11:43:27 [INFO] Generating keypair
2013-02-17 11:43:27 [INFO] Starting Minecraft server on *:25565
2013-02-17 11:43:29 [SEVERE] Encountered an unexpected exception ClassCastException
java.lang.ClassCastException: vswe.stevescarts.Items.ItemCarts cannot be cast to universalelectricity.core.implement.IItemElectric
at universalelectricity.prefab.ItemElectric.getWithCharge(ItemElectric.java:170)
at universalelectricity.prefab.ItemElectric.getUncharged(ItemElectric.java:164)
at atomicscience.common.ZhuYao.load(ZhuYao.java:437)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.initializeMods(Loader.java:657)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at ho.c(DedicatedServer.java:135)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
2013-02-17 11:43:29 [SEVERE] This crash report has been saved to: C:\Users\Keith\Desktop\Server\Outpost\.\crash-reports\crash-2013-02-17_11.43.29-server.txt
It would be nice if I can get them to behave together, but if it really is a case of removing one or the other I'll just leave Atomic Sciences outI suppose I should of put this in server because that's where I'm testing it, but I'm getting the same error from my client
Rollback Post to RevisionRollBack
Uncle Creeper Wants YOU
For Creeper Army
Nearest Hugging Center
To post a comment, please login or register a new account.
2013-02-17 11:43:19 [INFO] Starting minecraft server version 1.4.7
2013-02-17 11:43:27 [INFO] Loading properties
2013-02-17 11:43:27 [INFO] Default game type: SURVIVAL
2013-02-17 11:43:27 [INFO] Generating keypair
2013-02-17 11:43:27 [INFO] Starting Minecraft server on *:25565
2013-02-17 11:43:29 [SEVERE] Encountered an unexpected exception ClassCastException
java.lang.ClassCastException: vswe.stevescarts.Items.ItemCarts cannot be cast to universalelectricity.core.implement.IItemElectric
at universalelectricity.prefab.ItemElectric.getWithCharge(ItemElectric.java:170)
at universalelectricity.prefab.ItemElectric.getUncharged(ItemElectric.java:164)
at atomicscience.common.ZhuYao.load(ZhuYao.java:437)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.initializeMods(Loader.java:657)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at ho.c(DedicatedServer.java:135)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
2013-02-17 11:43:29 [SEVERE] This crash report has been saved to: C:\Users\Keith\Desktop\Server\Outpost\.\crash-reports\crash-2013-02-17_11.43.29-server.txt
It would be nice if I can get them to behave together, but if it really is a case of removing one or the other I'll just leave Atomic Sciences outI suppose I should of put this in server because that's where I'm testing it, but I'm getting the same error from my client
For Creeper Army
Nearest Hugging Center