spaceboy01218 / additional-pipes

Automatically exported from code.google.com/p/additional-pipes
0 stars 0 forks source link

bug in the server rev 29 #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when i put the mode in the server the folling eror shows when i try to run the 
server 

2011-11-02 19:39:25 [INFO] ModLoader Server Beta 1.8.1 Initializing...
2011-11-02 19:39:25 [INFO] Mod Loaded: mod_BuildCraftCore 2.2.4
2011-11-02 19:39:25 [INFO] Mod Loaded: mod_BuildCraftBuilders 2.2.4
2011-11-02 19:39:25 [INFO] Mod Loaded: mod_BuildCraftEnergy 2.2.4
2011-11-02 19:39:25 [INFO] Mod Loaded: mod_BuildCraftFactory 2.2.4
2011-11-02 19:39:25 [INFO] Mod Loaded: mod_BuildCraftTransport 2.2.4
2011-11-02 19:39:25 [INFO] ModLoaderMP Beta 1.8.1 Initialized
2011-11-02 19:39:25 [INFO] Mod Loaded: mod_IC2 v1.23
2011-11-02 19:39:25 [INFO] Mod Loaded: mod_BuildCraft_BucketFiller 2.2.4_1
2011-11-02 19:39:25 [INFO] Mod Loaded: mod_RedPowerArray 2.0pr3b
2011-11-02 19:39:25 [INFO] Mod Loaded: mod_RedPowerCore 2.0pr3b
2011-11-02 19:39:25 [INFO] Mod Loaded: mod_RedPowerLighting 2.0pr3b
2011-11-02 19:39:25 [INFO] Mod Loaded: mod_RedPowerLogic 2.0pr3b
2011-11-02 19:39:25 [INFO] Mod Loaded: mod_RedPowerMachine 2.0pr3b
2011-11-02 19:39:26 [INFO] Mod Loaded: mod_RedPowerWiring 2.0pr3b
2011-11-02 19:39:26 [INFO] Mod Loaded: mod_RedPowerWorld 2.0pr3b
2011-11-02 19:39:26 [INFO] Starting minecraft server version Beta 1.8.1
2011-11-02 19:39:26 [INFO] Loading properties
2011-11-02 19:39:26 [INFO] Starting Minecraft server on *:25565
2011-11-02 19:39:26 [INFO] Preparing level "world"
2011-11-02 19:39:26 [INFO] Default game type: 0
2011-11-02 19:39:26 [INFO] Preparing start region for level 0
2011-11-02 19:39:27 [INFO] Preparing start region for level 1
2011-11-02 19:39:27 [INFO] Preparing spawn area: 0%
2011-11-02 19:39:28 [INFO] Done (1990048372ns)! For help, type "help" or "?"
2011-11-02 19:39:34 [INFO] CONSOLE: Stopping the server..
2011-11-02 19:39:34 [INFO] Stopping server
2011-11-02 19:39:34 [INFO] Saving chunks
2011-11-02 19:39:35 [INFO] Saving chunks
2011-11-02 19:39:47 [INFO] ModLoader Server Beta 1.8.1 Initializing...
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_BuildCraftCore 2.2.4
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_BuildCraftBuilders 2.2.4
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_BuildCraftEnergy 2.2.4
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_BuildCraftFactory 2.2.4
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_BuildCraftTransport 2.2.4
2011-11-02 19:39:47 [INFO] ModLoaderMP Beta 1.8.1 Initialized
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_IC2 v1.23
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_BuildCraft_BucketFiller 2.2.4_1
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_RedPowerArray 2.0pr3b
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_RedPowerCore 2.0pr3b
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_RedPowerLighting 2.0pr3b
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_RedPowerLogic 2.0pr3b
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_RedPowerMachine 2.0pr3b
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_RedPowerWiring 2.0pr3b
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_RedPowerWorld 2.0pr3b
2011-11-02 19:39:47 [INFO] Mod Loaded: mod_zAdditionalPipes Rev29
2011-11-02 19:39:48 [SEVERE] Unexpected exception
java.lang.RuntimeException: ModLoader has failed to initialize.
    at ModLoader.ThrowException(ModLoader.java:1206)
    at ModLoader.init(ModLoader.java:627)
    at ModLoader.Init(ModLoader.java:1269)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:74)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:262)
    at ce.run(SourceFile:417)
Caused by: java.lang.NoClassDefFoundError: 
buildcraft/transport/IPipeProvideRedstonePowerHook
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at mod_zAdditionalPipes.ModsLoaded(mod_zAdditionalPipes.java:257)
    at ModLoader.init(ModLoader.java:615)
    ... 4 more
Caused by: java.lang.ClassNotFoundException: 
buildcraft.transport.IPipeProvideRedstonePowerHook
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 18 more
2011-11-02 19:39:54 [INFO] Stopping server

Original issue reported on code.google.com by shakeda...@gmail.com on 2 Nov 2011 at 5:44

GoogleCodeExporter commented 8 years ago
I get
[INFO] ModLoader Server Beta 1.8.1 Initializing...
[INFO] ModLoaderMP Beta 1.8.1 Initialized
[INFO] Mod Loaded: mod_IC2 v1.23
[INFO] [Portal Gun 1.8.1v4] Loaded IDs from config
[INFO] [Portal Gun 1.8.1v4] Initializing blocks and items.
[INFO] [Portal Gun 1.8.1v4] Adding statistics and achievements.
[INFO] Mod Loaded: mod_PortalGun 1.8.1v4
[INFO] Mod Loaded: mod_IC2_AdvMachine v2.1 modded by CPW
[INFO] Mod Loaded: mod_BuildCraftCore 2.2.4
[INFO] Mod Loaded: mod_BuildCraftBuilders 2.2.4
[INFO] Mod Loaded: mod_BuildCraftEnergy 2.2.4
[INFO] Mod Loaded: mod_BuildCraftFactory 2.2.4
[INFO] Mod Loaded: mod_BuildCraftTransport 2.2.4
[INFO] Mod Loaded: mod_IC2_MoreTreeTaps 1.8_01
[INFO] Mod Loaded: mod_IC2_PortableTeleporter 1.8_01
[INFO] Mod Loaded: mod_IronChest 0.9.4
[INFO] Mod Loaded: mod_MineFactory 1.8.1R1.3.1
[INFO] Mod Loaded: mod_MineFactoryCompat_Grass 1.3.0B
[INFO] Mod Loaded: mod_cfinjector 0.1
[INFO] Mod Loaded: mod_ElectricFishingPole 1.23-2
[INFO] Mod Loaded: mod_IC2MobilePump v1.15
[INFO] Mod Loaded: mod_MpUtils 1.7.3v2
[INFO] Mod Loaded: mod_PowerConverters 1.8.1R1.1.1
[INFO] Mod Loaded: mod_RedPowerArray 2.0pr3b
[INFO] Mod Loaded: mod_RedPowerCore 2.0pr3b
[INFO] Mod Loaded: mod_RedPowerLighting 2.0pr3b
[INFO] Mod Loaded: mod_RedPowerLogic 2.0pr3b
[INFO] Mod Loaded: mod_RedPowerMachine 2.0pr3b
[INFO] Mod Loaded: mod_RedPowerWiring 2.0pr3b
[INFO] Mod Loaded: mod_RedPowerWorld 2.0pr3b
[INFO] Mod Loaded: mod_WirelessRedstoneAddons CBE 1.0.0
[INFO] Mod Loaded: mod_WirelessRedstoneCore CBE 1.0.0
[INFO] Mod Loaded: mod_WirelessRedstoneRedPower CBE 1.0.0
[INFO] Mod Loaded: mod_zAdditionalPipes Rev29
[SEVERE] Unexpected exception
java.lang.RuntimeException: ModLoader has failed to initialize.
    at ModLoader.ThrowException(ModLoader.java:1206)
    at ModLoader.init(ModLoader.java:627)
    at ModLoader.Init(ModLoader.java:1269)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:74)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:262)
    at ce.run(SourceFile:417)
Caused by: java.lang.NoClassDefFoundError: 
buildcraft/transport/IPipeProvideRedstonePowerHook
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at mod_zAdditionalPipes.ModsLoaded(mod_zAdditionalPipes.java:257)
    at ModLoader.init(ModLoader.java:615)
    ... 4 more
Caused by: java.lang.ClassNotFoundException: 
buildcraft.transport.IPipeProvideRedstonePowerHook
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 18 more

Original comment by Shalasha...@gmail.com on 6 Nov 2011 at 9:13

GoogleCodeExporter commented 8 years ago
I've been getting the same error.
Running the server on Win7 x64.
The client doesn't have a problem with it, just the server.

Original comment by Night...@gmail.com on 11 Nov 2011 at 11:11

GoogleCodeExporter commented 8 years ago
As I have not been able to keep up during my busy weeks, I am closing all 
tickets. If your problem still persists in the version I am posting today, 
please create a new ticket and sorry for the inconvenience, and I will attempt 
to fix all known bugs this week.

-Zeldo

Original comment by brutalvi...@gmail.com on 18 Nov 2011 at 7:46