spaceboy01218 / additional-pipes

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

SMP Fails to load, NoClassDefFoundError: buildcraft/transport/IPipeProvideRedstonePowerHook #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
"
[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
"

I have checked out the branch and have been using the /CurrentBuilds/*.zip 
files to install. I noticed zAdditionalPipesServer.zip is missing the 
/transport/ folder but zAdditionalPipesClient.zip has them. That is why I am 
getting the error above. :)

Thank you for your time

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

GoogleCodeExporter commented 8 years ago
A hacky fix that is working for me right now (not fully tested) is to take the 
buildcraft/transport/IPipeProvideRedstonePowerHook.class and drop it into the 
same location for the server.

Original comment by kusinw...@gmail.com on 2 Nov 2011 at 5:16

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