This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
liko2k's profile picture

[SOLVED][1.4.2][SERVER] ComputerCraft - RedPower incompatibility

Started by liko2k, 25 September 2012 - 08:34 AM
liko2k #1
Posted 25 September 2012 - 10:34 AM
Hi,

I've found that trying running the server with both RedPower 2.0pr5b2 and ComputerCraft 1.42 with the Forge 4.1.1 is crashing the server and generates error:

2012-09-25 10:24:31 [INFO] Starting minecraft server version 1.3.2
2012-09-25 10:24:34 [INFO] Loading properties
2012-09-25 10:24:34 [INFO] Default game type: SURVIVAL
2012-09-25 10:24:34 [INFO] Generating keypair
2012-09-25 10:24:34 [INFO] Starting Minecraft server on *:25565
2012-09-25 10:24:34 [SEVERE] Encountered an unexpected exception LoaderException
cpw.mods.fml.common.LoaderException: java.lang.reflect.InvocationTargetException
at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:641)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:357)
at ft.b(DedicatedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:415)
at ep.run(SourceFile:539)
Caused by: java.lang.reflect.InvocationTargetException
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:371)
at sun.reflect.GeneratedMethodAccessor2.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:124)
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:81)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640)
... 5 more
Caused by: java.lang.VerifyError: (class: eloraam/core/RedPowerLib, method: getTileCurrentStrength signature: (Lge;IIIII)I) Incompatible argument to function
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at dan200.computer.shared.RedPowerInterop.findRedPower(RedPowerInterop.java:55)
at dan200.computer.shared.RedPowerInterop.isRedPowerInstalled(RedPowerInterop.java:145)
at dan200.computer.shared.TileEntityComputer.getComputerClass(TileEntityComputer.java:24)
at dan200.computer.shared.ComputerCraftProxyCommon.registerTileEntities(ComputerCraftProxyCommon.java:278)
at dan200.computer.shared.ComputerCraftProxyCommon.load(ComputerCraftProxyCommon.java:32)
at dan200.computer.server.ComputerCraftProxyServer.load(ComputerCraftProxyServer.java:26)
at dan200.ComputerCraft.load(ComputerCraft.java:174)
Relevant Details:
- Minecraft Version: 1.3.2
- Operating System: Windows 7 (x86) version 6.1
- Java Version: 1.7.0_07, Oracle Corporation
- Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
- Memory: 994015104 bytes (947 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
- JVM Flags: 2 total; -Xmx1024M -Xms1024M
- FML: ~ERROR~ NullPointerException: null
- Is Modded: Definitely; 'forge,fml'
- Profiler Position: N/A (disabled)
- Type: Dedicated Server

Did anyone replicate this error?

Cheers.
Xtansia #2
Posted 25 September 2012 - 10:37 AM
HINT: Look at your MC Server version, Then look at the version RedPower is made for.
DarkSnake #3
Posted 25 September 2012 - 10:39 AM
To the OP:
Really? are you serious?
liko2k #4
Posted 25 September 2012 - 10:45 AM
HINT: Look at your MC Server version, Then look at the version RedPower is made for.

http://minecraftgood.com/redpower-2-mod/

This version is downloaded from RP2 site, it works alone without CC with this version of MC server (as reported on their site), but doesn't work when combined with CC.
Xfel #5
Posted 25 September 2012 - 10:53 AM
OK, here the explanation extra for you: RP2pr5b2 is for Minecraft 1.2.5. CC 1.42 and Forge 4.1.1 are for Minecraft 1.3.2.
rjwboys #6
Posted 25 September 2012 - 10:53 AM
uh derp, rp2 is not for 1.3.2 YET
that site your linking to has wrong info
Xtansia #7
Posted 25 September 2012 - 10:54 AM
Eloraams site(The dev of RedPower) is http://www.eloraam.com/
Which if you look does not have a version for MC1.3.2
liko2k #8
Posted 25 September 2012 - 10:57 AM
ok. Link aside. RP works without CC, why?
rjwboys #9
Posted 25 September 2012 - 11:02 AM
say what? that can't be!
show me proof you have RP2 working in 1.3.2
Cloudy #10
Posted 25 September 2012 - 11:11 AM
Remove ComputerCraft and show me the ForgeModLoader-0.log to show me it works and I'll take you seriously. Because unless that site has done an unofficial port (which I doubt) then it isn't possible.
rjwboys #11
Posted 25 September 2012 - 11:15 AM
its not a port, it links to eloraams ad.fly link
and youngest timestamp is in may in the zip file
liko2k #12
Posted 25 September 2012 - 11:25 AM
Should it state in the log that it has been injected?

I bow my head in regret :P/>/> It wasn't loaded after all but strangely with CC in the mods folder it crashed the server and without it - nothing happened. Anyway, topic can be locked/deleted now. Thanks for clarifying.

cheers
rjwboys #13
Posted 25 September 2012 - 11:29 AM
is it saying something along the lines of "forge has found a non-mod its being injected may cause problems and should be removed"?
liko2k #14
Posted 25 September 2012 - 11:37 AM
anyway, heres the log:

2012-09-25 11:21:17 [INFO] [ForgeModLoader] Forge Mod Loader version 3.0.196.366 for Minecraft client:1.3.2, server:1.3.2 loading
2012-09-25 11:21:17 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-09-25 11:21:17 [FINEST] [ForgeModLoader] Discovering coremods
2012-09-25 11:21:17 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

2012-09-25 11:21:17 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

2012-09-25 11:21:17 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

2012-09-25 11:21:17 [FINEST] [ForgeModLoader] Running coremod plugins
2012-09-25 11:21:17 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2012-09-25 11:21:17 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2012-09-25 11:21:17 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2012-09-25 11:21:17 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2012-09-25 11:21:17 [FINEST] [ForgeModLoader] Validating minecraft
2012-09-25 11:21:17 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2012-09-25 11:21:17 [INFO] [STDOUT] 195 recipes
2012-09-25 11:21:17 [INFO] [STDOUT] 27 achievements
2012-09-25 11:21:17 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2012-09-25 11:21:17 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Found a minecraft related file at D:InstallsMCSminecraft_server.jar, examining for mod candidates
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Skipping known library file D:InstallsMCSlibargo-2.25.jar
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Skipping known library file D:InstallsMCSlibguava-12.0.1.jar
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Skipping known library file D:InstallsMCSlibasm-all-4.0.jar
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2012-09-25 11:21:18 [INFO] [ForgeModLoader] Searching D:InstallsMCSmods for mods
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Found a candidate zip or jar file buildcraft-A-3.2.0pre7.jar
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Found a candidate mod directory ccSensors
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Found a candidate zip or jar file ccSensors-server-MC125-B017pr2.zip
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Found a candidate zip or jar file industrialcraft-2_1.106.jar
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Found a candidate zip or jar file Railcraft_6.2.0.0.zip
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Found a candidate zip or jar file RedPowerCore-Server-2.0pr5b2.zip
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Examining file minecraft_server.jar for potential mods
2012-09-25 11:21:18 [FINE] [ForgeModLoader] The mod container minecraft_server.jar appears to be missing an mcmod.info file
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Examining file buildcraft-A-3.2.0pre7.jar for potential mods
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Located mcmod.info file in file buildcraft-A-3.2.0pre7.jar
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftBuilders
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Parsed dependency info : [BuildCraft|Core@3.2.0pre7] [BuildCraft|Core@3.2.0pre7] []
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftCore
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftEnergy
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Parsed dependency info : [BuildCraft|Core@3.2.0pre7] [BuildCraft|Core@3.2.0pre7] []
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftFactory
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Parsed dependency info : [BuildCraft|Core@3.2.0pre7] [BuildCraft|Core@3.2.0pre7] []
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftSilicon
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Parsed dependency info : [BuildCraft|Transport@3.2.0pre7] [BuildCraft|Transport@3.2.0pre7] []
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftTransport
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Parsed dependency info : [BuildCraft|Core@3.2.0pre7] [BuildCraft|Core@3.2.0pre7] []
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Examining directory ccSensors for potential mods
2012-09-25 11:21:18 [FINE] [ForgeModLoader] No mcmod.info file found in directory ccSensors
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Recursing into package api
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Recursing into package help
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Recursing into package lua
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Examining file ccSensors-server-MC125-B017pr2.zip for potential mods
2012-09-25 11:21:18 [FINE] [ForgeModLoader] The mod container ccSensors-server-MC125-B017pr2.zip appears to be missing an mcmod.info file
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Identified a class mod_ccSensors following modloader naming convention but not directly a BaseMod or currently seen subclass
2012-09-25 11:21:18 [INFO] [ForgeModLoader] Attempting to reparse the mod container ccSensors-server-MC125-B017pr2.zip
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Examining file ccSensors-server-MC125-B017pr2.zip for potential mods
2012-09-25 11:21:18 [FINE] [ForgeModLoader] The mod container ccSensors-server-MC125-B017pr2.zip appears to be missing an mcmod.info file
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Identified a class mod_ccSensors following modloader naming convention but not directly a BaseMod or currently seen subclass
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Examining file industrialcraft-2_1.106.jar for potential mods
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Located mcmod.info file in file industrialcraft-2_1.106.jar
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Identified an FMLMod type mod ic2.common.IC2
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Examining file Railcraft_6.2.0.0.zip for potential mods
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Located mcmod.info file in file Railcraft_6.2.0.0.zip
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Identified an FMLMod type mod railcraft.common.core.Railcraft
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Parsed dependency info : [] [mod_BuildCraftCore, mod_Forestry, mod_IC2] []
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Examining file RedPowerCore-Server-2.0pr5b2.zip for potential mods
2012-09-25 11:21:18 [FINE] [ForgeModLoader] The mod container RedPowerCore-Server-2.0pr5b2.zip appears to be missing an mcmod.info file
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Identified a class mod_RedPowerCore following modloader naming convention but not directly a BaseMod or currently seen subclass
2012-09-25 11:21:18 [INFO] [ForgeModLoader] Attempting to reparse the mod container RedPowerCore-Server-2.0pr5b2.zip
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Examining file RedPowerCore-Server-2.0pr5b2.zip for potential mods
2012-09-25 11:21:18 [FINE] [ForgeModLoader] The mod container RedPowerCore-Server-2.0pr5b2.zip appears to be missing an mcmod.info file
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Identified a class mod_RedPowerCore following modloader naming convention but not directly a BaseMod or currently seen subclass
2012-09-25 11:21:18 [INFO] [ForgeModLoader] Forge Mod Loader has identified 10 mods to load
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Received a system property request ''
2012-09-25 11:21:18 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
2012-09-25 11:21:18 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Activating mod FML
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Activating mod Forge
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Enabling mod BuildCraft|Builders
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Activating mod BuildCraft|Builders
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Enabling mod BuildCraft|Core
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Activating mod BuildCraft|Core
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Enabling mod BuildCraft|Energy
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Activating mod BuildCraft|Energy
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Enabling mod BuildCraft|Factory
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Activating mod BuildCraft|Factory
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Enabling mod BuildCraft|Silicon
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Activating mod BuildCraft|Silicon
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Enabling mod BuildCraft|Transport
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Activating mod BuildCraft|Transport
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Enabling mod IC2
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Activating mod IC2
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Enabling mod Railcraft
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Activating mod Railcraft
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
2012-09-25 11:21:18 [FINE] [ForgeModLoader] All mod requirements are satisfied
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Sorting mods into an ordered list
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Mod sorting completed successfully
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Mod sorting data:
2012-09-25 11:21:18 [FINE] [ForgeModLoader]  BuildCraft|Core(BuildCraft:3.2.0pre7): buildcraft-A-3.2.0pre7.jar ()
2012-09-25 11:21:18 [FINE] [ForgeModLoader]  BuildCraft|Builders(BC Builders:3.2.0pre7): buildcraft-A-3.2.0pre7.jar (required-after:BuildCraft|Core@3.2.0pre7)
2012-09-25 11:21:18 [FINE] [ForgeModLoader]  BuildCraft|Energy(BC Energy:3.2.0pre7): buildcraft-A-3.2.0pre7.jar (required-after:BuildCraft|Core@3.2.0pre7)
2012-09-25 11:21:18 [FINE] [ForgeModLoader]  BuildCraft|Factory(BC Factory:3.2.0pre7): buildcraft-A-3.2.0pre7.jar (required-after:BuildCraft|Core@3.2.0pre7)
2012-09-25 11:21:18 [FINE] [ForgeModLoader]  BuildCraft|Transport(BC Transport:3.2.0pre7): buildcraft-A-3.2.0pre7.jar (required-after:BuildCraft|Core@3.2.0pre7)
2012-09-25 11:21:18 [FINE] [ForgeModLoader]  BuildCraft|Silicon(BC Silicon:3.2.0pre7): buildcraft-A-3.2.0pre7.jar (required-after:BuildCraft|Transport@3.2.0pre7)
2012-09-25 11:21:18 [FINE] [ForgeModLoader]  IC2(IndustrialCraft 2:1.106): industrialcraft-2_1.106.jar ()
2012-09-25 11:21:18 [FINE] [ForgeModLoader]  Railcraft(Railcraft:6.2.0.0): Railcraft_6.2.0.0.zip (after:mod_BuildCraftCore;after:mod_Forestry;after:mod_IC2)
2012-09-25 11:21:18 [SEVERE] [ForgeModLoader] FML has found a non-mod file ccSensors-server-MC125-B017pr2.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2012-09-25 11:21:18 [SEVERE] [ForgeModLoader] FML has found a non-mod file RedPowerCore-Server-2.0pr5b2.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e to mod FML
2012-09-25 11:21:18 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e delivered to mod FML
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e to mod Forge
2012-09-25 11:21:18 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e delivered to mod Forge
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e to mod BuildCraft|Core
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Testing mod BuildCraft|Core to very it can accept it's own version in a remote connection
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] The mod BuildCraft|Core accepts it's own version (3.2.0pre7)
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BuildCraft|Core
2012-09-25 11:21:18 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e delivered to mod BuildCraft|Core
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e to mod BuildCraft|Builders
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Testing mod BuildCraft|Builders to very it can accept it's own version in a remote connection
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] The mod BuildCraft|Builders accepts it's own version (3.2.0pre7)
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BuildCraft|Builders
2012-09-25 11:21:18 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e delivered to mod BuildCraft|Builders
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e to mod BuildCraft|Energy
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Testing mod BuildCraft|Energy to very it can accept it's own version in a remote connection
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] The mod BuildCraft|Energy accepts it's own version (3.2.0pre7)
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BuildCraft|Energy
2012-09-25 11:21:18 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e delivered to mod BuildCraft|Energy
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e to mod BuildCraft|Factory
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Testing mod BuildCraft|Factory to very it can accept it's own version in a remote connection
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] The mod BuildCraft|Factory accepts it's own version (3.2.0pre7)
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BuildCraft|Factory
2012-09-25 11:21:18 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e delivered to mod BuildCraft|Factory
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e to mod BuildCraft|Transport
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Testing mod BuildCraft|Transport to very it can accept it's own version in a remote connection
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] The mod BuildCraft|Transport accepts it's own version (3.2.0pre7)
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BuildCraft|Transport
2012-09-25 11:21:18 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e delivered to mod BuildCraft|Transport
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e to mod BuildCraft|Silicon
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Testing mod BuildCraft|Silicon to very it can accept it's own version in a remote connection
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] The mod BuildCraft|Silicon accepts it's own version (3.2.0pre7)
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BuildCraft|Silicon
2012-09-25 11:21:18 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e delivered to mod BuildCraft|Silicon
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e to mod IC2
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Testing mod IC2 to very it can accept it's own version in a remote connection
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] The mod IC2 accepts it's own version (1.106)
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into IC2
2012-09-25 11:21:18 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e delivered to mod IC2
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e to mod Railcraft
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] Testing mod Railcraft to very it can accept it's own version in a remote connection
2012-09-25 11:21:18 [FINEST] [ForgeModLoader] The mod Railcraft accepts it's own version (6.2.0.0)
2012-09-25 11:21:18 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into Railcraft
2012-09-25 11:21:18 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@1e1125e delivered to mod Railcraft
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b to mod FML
2012-09-25 11:21:18 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b delivered to mod FML
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b to mod Forge
2012-09-25 11:21:18 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b delivered to mod Forge
2012-09-25 11:21:18 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b to mod BuildCraft|Core
2012-09-25 11:21:20 [WARNING] [ForgeModLoader] BuildCraft: Using outdated version [3.2.0pre7 (build:3)] for Minecraft 1.3.2. Consider updating.
2012-09-25 11:21:20 [INFO] [Buildcraft] Starting BuildCraft 3.2.0pre7 (:3)
2012-09-25 11:21:20 [INFO] [Buildcraft] Copyright (c) SpaceToad, 2011
2012-09-25 11:21:20 [INFO] [Buildcraft] http://www.mod-buildcraft.com
2012-09-25 11:21:20 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b delivered to mod BuildCraft|Core
2012-09-25 11:21:20 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b to mod BuildCraft|Builders
2012-09-25 11:21:20 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b delivered to mod BuildCraft|Builders
2012-09-25 11:21:20 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b to mod BuildCraft|Energy
2012-09-25 11:21:20 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b delivered to mod BuildCraft|Energy
2012-09-25 11:21:20 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b to mod BuildCraft|Factory
2012-09-25 11:21:20 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b delivered to mod BuildCraft|Factory
2012-09-25 11:21:20 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b to mod BuildCraft|Transport
2012-09-25 11:21:20 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b delivered to mod BuildCraft|Transport
2012-09-25 11:21:20 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b to mod BuildCraft|Silicon
2012-09-25 11:21:20 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b delivered to mod BuildCraft|Silicon
2012-09-25 11:21:20 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b to mod IC2
2012-09-25 11:21:20 [INFO] [STDOUT] [IC2] Config loaded from d:InstallsMCS.configIC2.cfg
2012-09-25 11:21:21 [INFO] [ForgeModLoader] MinecraftForge v4.1.1.251 Initialized
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod IC2 entity MiningLaser as IC2.MiningLaser
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod IC2 entity Dynamite as IC2.Dynamite
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod IC2 entity StickyDynamite as IC2.StickyDynamite
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod IC2 entity Itnt as IC2.Itnt
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod IC2 entity Nuke as IC2.Nuke
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b delivered to mod IC2
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b to mod Railcraft
2012-09-25 11:21:21 [FINE] [Railcraft] Pre-Init Phase
2012-09-25 11:21:21 [FINER] [Railcraft] Pre-Init Start: ModuleCore
2012-09-25 11:21:21 [FINER] [Railcraft] Pre-Init Complete: ModuleCore
2012-09-25 11:21:21 [FINER] [Railcraft] Pre-Init Start: ModuleFactory
2012-09-25 11:21:21 [FINER] [Railcraft] Pre-Init Complete: ModuleFactory
2012-09-25 11:21:21 [FINER] [Railcraft] Pre-Init Start: ModuleAutomation
2012-09-25 11:21:21 [FINER] [Railcraft] Pre-Init Complete: ModuleAutomation
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@f0968b delivered to mod Railcraft
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea to mod FML
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea delivered to mod FML
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea to mod Forge
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea delivered to mod Forge
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea to mod BuildCraft|Core
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod BuildCraft|Core entity bcRobot as BuildCraft|Core.bcRobot
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod BuildCraft|Core entity bcLaser as BuildCraft|Core.bcLaser
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod BuildCraft|Core entity bcEnergyLaser as BuildCraft|Core.bcEnergyLaser
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea delivered to mod BuildCraft|Core
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea to mod BuildCraft|Builders
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea delivered to mod BuildCraft|Builders
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea to mod BuildCraft|Energy
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea delivered to mod BuildCraft|Energy
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea to mod BuildCraft|Factory
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea delivered to mod BuildCraft|Factory
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea to mod BuildCraft|Transport
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea delivered to mod BuildCraft|Transport
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea to mod BuildCraft|Silicon
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea delivered to mod BuildCraft|Silicon
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea to mod IC2
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea delivered to mod IC2
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea to mod Railcraft
2012-09-25 11:21:21 [FINE] [Railcraft] Init Phase
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleCore
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.basic as Railcraft.cart.basic
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.chest as Railcraft.cart.chest
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.furnace as Railcraft.cart.furnace
2012-09-25 11:21:21 [WARNING] [ForgeModLoader] Could not retrieve Forestry item identified by: canEmpty
2012-09-25 11:21:21 [WARNING] [ForgeModLoader] Could not retrieve Forestry item identified by: waxCapsule
2012-09-25 11:21:21 [WARNING] [ForgeModLoader] Could not retrieve Forestry item identified by: refractoryEmpty
2012-09-25 11:21:21 [WARNING] [ForgeModLoader] Could not retrieve Forestry item identified by: refractoryWax
2012-09-25 11:21:21 [WARNING] [ForgeModLoader] Could not retrieve Forestry item identified by: ingotTin
2012-09-25 11:21:21 [WARNING] [ForgeModLoader] Could not retrieve Forestry item identified by: beeswax
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleCore
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleFactory
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity FallingCube as Railcraft.FallingCube
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleFactory
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleExtras
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.tnt as Railcraft.cart.tnt
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.work as Railcraft.cart.work
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleExtras
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleTrack
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleTrack
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleTracksHighSpeed
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleTracksHighSpeed
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleTracksWood
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleTracksWood
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleTracksReinforced
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleTracksReinforced
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleTrain
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleTrain
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleSignals
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleSignals
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleStructures
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleStructures
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleAutomation
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.bore as Railcraft.cart.bore
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.anchor as Railcraft.cart.anchor
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.track.relayer as Railcraft.cart.track.relayer
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.undercutter as Railcraft.cart.undercutter
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleAutomation
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleTransport
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.tank as Railcraft.cart.tank
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleTransport
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleIC2
2012-09-25 11:21:21 [FINEST] [ForgeModLoader] Automatically registered mod Railcraft entity cart.energy as Railcraft.cart.energy
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleIC2
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleEnergy
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleEnergy
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Start: ModuleWorld
2012-09-25 11:21:21 [FINER] [Railcraft] Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSulfur, id=458 meta=0
2012-09-25 11:21:21 [FINER] [Railcraft] Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSaltpeter, id=458 meta=1
2012-09-25 11:21:21 [WARNING] [ForgeModLoader] Could not retrieve Forestry item identified by: fertilizerCompound
2012-09-25 11:21:21 [FINER] [Railcraft] Init-First Complete: ModuleWorld
2012-09-25 11:21:21 [FINER] [Railcraft] Init-Second Start: ModuleCore
2012-09-25 11:21:21 [FINER] [Railcraft] Init-Second Complete: ModuleCore
2012-09-25 11:21:21 [FINER] [Railcraft] Init-Second Start: ModuleFactory
2012-09-25 11:21:21 [FINER] [Railcraft] Init-Second Complete: ModuleFactory
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@1ad54ea delivered to mod Railcraft
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 to mod FML
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 delivered to mod FML
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 to mod Forge
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 delivered to mod Forge
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 to mod BuildCraft|Core
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 delivered to mod BuildCraft|Core
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 to mod BuildCraft|Builders
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 delivered to mod BuildCraft|Builders
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 to mod BuildCraft|Energy
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 delivered to mod BuildCraft|Energy
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 to mod BuildCraft|Factory
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 delivered to mod BuildCraft|Factory
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 to mod BuildCraft|Transport
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 delivered to mod BuildCraft|Transport
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 to mod BuildCraft|Silicon
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 delivered to mod BuildCraft|Silicon
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 to mod IC2
2012-09-25 11:21:21 [INFO] [STDOUT] MinecraftForge v4.1.1.251 Initialized
[IC2] Loading IC2 submodule: bcIntegration32x
2012-09-25 11:21:21 [INFO] [STDOUT] [IC2] BuildCraft 3.2 integration module loaded
2012-09-25 11:21:21 [INFO] [STDOUT] [IC2] Loaded minor compatibility modules: none
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 delivered to mod IC2
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 to mod Railcraft
2012-09-25 11:21:21 [FINE] [Railcraft] Post-Init Phase
2012-09-25 11:21:21 [FINER] [Railcraft] Post-Init Start: ModuleFactory
2012-09-25 11:21:21 [FINER] [Railcraft] Post-Init Complete: ModuleFactory
2012-09-25 11:21:21 [FINER] [Railcraft] Post-Init Start: ModuleTransport
2012-09-25 11:21:21 [FINER] [Railcraft] Post-Init Complete: ModuleTransport
2012-09-25 11:21:21 [FINER] [Railcraft] Post-Init Start: ModuleIC2
2012-09-25 11:21:21 [FINE] [Railcraft] IC2 Module: IC2 Detected, creating Energy Cart and Energy Loader recipes.
2012-09-25 11:21:21 [FINER] [Railcraft] Post-Init Complete: ModuleIC2
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPostInitializationEvent@1231c44 delivered to mod Railcraft
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 to mod FML
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 delivered to mod FML
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 to mod Forge
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 delivered to mod Forge
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 to mod BuildCraft|Core
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 delivered to mod BuildCraft|Core
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 to mod BuildCraft|Builders
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 delivered to mod BuildCraft|Builders
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 to mod BuildCraft|Energy
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 delivered to mod BuildCraft|Energy
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 to mod BuildCraft|Factory
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 delivered to mod BuildCraft|Factory
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 to mod BuildCraft|Transport
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 delivered to mod BuildCraft|Transport
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 to mod BuildCraft|Silicon
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 delivered to mod BuildCraft|Silicon
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 to mod IC2
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 delivered to mod IC2
2012-09-25 11:21:21 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 to mod Railcraft
2012-09-25 11:21:21 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLLoadCompleteEvent@1d24471 delivered to mod Railcraft
2012-09-25 11:21:21 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 10 mods
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea to mod FML
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea delivered to mod FML
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea to mod Forge
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea delivered to mod Forge
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea to mod BuildCraft|Core
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea delivered to mod BuildCraft|Core
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea to mod BuildCraft|Builders
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea delivered to mod BuildCraft|Builders
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea to mod BuildCraft|Energy
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea delivered to mod BuildCraft|Energy
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea to mod BuildCraft|Factory
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea delivered to mod BuildCraft|Factory
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea to mod BuildCraft|Transport
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea delivered to mod BuildCraft|Transport
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea to mod BuildCraft|Silicon
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea delivered to mod BuildCraft|Silicon
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea to mod IC2
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea delivered to mod IC2
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea to mod Railcraft
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartingEvent@1324aea delivered to mod Railcraft
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 to mod FML
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 delivered to mod FML
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 to mod Forge
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 delivered to mod Forge
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 to mod BuildCraft|Core
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 delivered to mod BuildCraft|Core
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 to mod BuildCraft|Builders
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 delivered to mod BuildCraft|Builders
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 to mod BuildCraft|Energy
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 delivered to mod BuildCraft|Energy
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 to mod BuildCraft|Factory
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 delivered to mod BuildCraft|Factory
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 to mod BuildCraft|Transport
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 delivered to mod BuildCraft|Transport
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 to mod BuildCraft|Silicon
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 delivered to mod BuildCraft|Silicon
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 to mod IC2
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 delivered to mod IC2
2012-09-25 11:21:22 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 to mod Railcraft
2012-09-25 11:21:22 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStartedEvent@495dc4 delivered to mod Railcraft
2012-09-25 11:21:25 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 to mod FML
2012-09-25 11:21:25 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 delivered to mod FML
2012-09-25 11:21:25 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 to mod Forge
2012-09-25 11:21:25 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 delivered to mod Forge
2012-09-25 11:21:25 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 to mod BuildCraft|Core
2012-09-25 11:21:25 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 delivered to mod BuildCraft|Core
2012-09-25 11:21:25 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 to mod BuildCraft|Builders
2012-09-25 11:21:25 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 delivered to mod BuildCraft|Builders
2012-09-25 11:21:25 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 to mod BuildCraft|Energy
2012-09-25 11:21:25 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 delivered to mod BuildCraft|Energy
2012-09-25 11:21:25 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 to mod BuildCraft|Factory
2012-09-25 11:21:25 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 delivered to mod BuildCraft|Factory
2012-09-25 11:21:25 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 to mod BuildCraft|Transport
2012-09-25 11:21:25 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 delivered to mod BuildCraft|Transport
2012-09-25 11:21:25 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 to mod BuildCraft|Silicon
2012-09-25 11:21:25 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 delivered to mod BuildCraft|Silicon
2012-09-25 11:21:25 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 to mod IC2
2012-09-25 11:21:25 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 delivered to mod IC2
2012-09-25 11:21:25 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 to mod Railcraft
2012-09-25 11:21:25 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLServerStoppingEvent@37ae0 delivered to mod Railcraft
2012-09-25 11:21:25 [INFO] [STDERR] 2012-09-25 11:21:17 [INFO] Starting minecraft server version 1.3.2
2012-09-25 11:21:21 [INFO] Loading properties
2012-09-25 11:21:21 [INFO] Default game type: SURVIVAL
2012-09-25 11:21:21 [INFO] Generating keypair
2012-09-25 11:21:21 [INFO] Starting Minecraft server on *:25565
2012-09-25 11:21:21 [INFO] Preparing level "world"
2012-09-25 11:21:22 [INFO] Preparing start region for level 0
2012-09-25 11:21:22 [INFO] Done (0.529s)! For help, type "help" or "?"
2012-09-25 11:21:25 [INFO] Stopping the server
2012-09-25 11:21:25 [INFO] Stopping server
2012-09-25 11:21:25 [INFO] Saving players
java.net.SocketException: socket closed
2012-09-25 11:21:25 [INFO] [STDERR]  at java.net.DualStackPlainSocketImpl.accept0(Native Method)
2012-09-25 11:21:25 [INFO] [STDERR]  at java.net.DualStackPlainSocketImpl.socketAccept(Unknown Source)
2012-09-25 11:21:25 [INFO] [STDERR]  at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
2012-09-25 11:21:25 [INFO] [STDERR]  at java.net.PlainSocketImpl.accept(Unknown Source)
2012-09-25 11:21:25 [INFO] [STDERR]  at java.net.ServerSocket.implAccept(Unknown Source)
2012-09-25 11:21:25 [INFO] [STDERR]  at java.net.ServerSocket.accept(Unknown Source)
2012-09-25 11:21:25 [INFO] [STDERR]  at fy.run(ServerListenThread.java:75)
2012-09-25 11:21:25 [INFO] [STDOUT] Closing listening thread

Yes, it was injected.
immibis #15
Posted 25 September 2012 - 11:55 AM
If you put a non-mod zip into the mods folder, it will be "injected into the classpath" (as FML puts it) but not loaded as a mod. All this means is that other mods can access files in the zip. It also means none of RedPower's initialization/startup code will be run, and so it will just sit there doing nothing.

Until something (like CC, which can use bundled cables when RP is installed) tries to use RedPower, which crashes because it's just a random pile of invalid (for the current MC version) class files.

Really bad analogy time:
You have a TV (RP2) and a toaster (CC) that only run on 110V power (1.2.5). You move to a country that uses 230V power (1.3.2).
You see a toaster that's like yours and works with 230V power (CC 1.42) so you buy one and throw away your old toaster.
For some reason this country has no TV's, but you see billboards saying they are coming soon, so you wait.
You invite your friend (FML) over to plug everything in (because you have wet hands for some reason).
They plug in your toaster (load CC), but since they read the label on your TV and know it won't work they leave it there and don't plug it in.
Now your toaster wants to watch TV, so it grows arms and legs (I did warn you about this analogy) and walks over to your TV. It notices the TV isn't plugged in, so it plugs it in…
*BOOM* Your TV explodes. (Minecraft crashes)
rjwboys #16
Posted 25 September 2012 - 11:57 AM
yeah but thats all it did, also it seems your trying to use CCSensors125 as well
rjwboys #17
Posted 25 September 2012 - 11:59 AM
If you put a non-mod zip into the mods folder, it will be "injected into the classpath" (as FML puts it) but not loaded as a mod. All this means is that other mods can access files in the zip. It also means none of RedPower's initialization/startup code will be run, and so it will just sit there doing nothing.

Until something (like CC, which can use bundled cables when RP is installed) tries to use RedPower, which crashes because it's just a random pile of invalid (for the current MC version) class files.

Really bad analogy time:
You have a TV (RP2) and a toaster (CC) that only run on 110V power (1.2.5). You move to a country that uses 230V power (1.3.2).
You see a toaster that's like yours and works with 230V power (CC 1.42) so you buy one and throw away your old toaster.
For some reason this country has no TV's, but you see billboards saying they are coming soon, so you wait.
You invite your friend (FML) over to plug everything in (because you have wet hands for some reason).
They plug in your toaster (load CC), but since they read the label on your TV and know it won't work they leave it there and don't plug it in.
Now your toaster wants to watch TV, so it grows arms and legs (I did warn you about this analogy) and walks over to your TV. It notices the TV isn't plugged in, so it plugs it in…
*BOOM* Your TV explodes. (Minecraft crashes)
lmao toaster growning legs
liko2k #18
Posted 25 September 2012 - 12:18 PM
Thanks you all for clarifying! :P/>/>

Good day! and lets wait for RP update… ;]
matejdro #19
Posted 29 September 2012 - 04:52 PM
I laughed so hard at the toaster example. Good job :)/>/>
etopsirhc #20
Posted 29 September 2012 - 10:16 PM
just so every one knows , the site that he got the "RP2 for 1.3" is a scam site
they make money off of stupid ppl who think they are downloading the real thing when really they are really giving you an old version that doesn't work
i'd bet you could search thaumcraft 3 for 1.3 and you will come up with at least 3 sites that says its done and out , when its still in the oven, and probably will be for a while