spaceboy01218 / additional-pipes

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

Problem at loading #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installing Buildcraft 2.2.4
2. Installing the Awesome :) Additional Pipes mod

What is the expected output? What do you see instead?
Good loading

What version are you using?
BC 2.2.4 & AdditionalPipes Rev29

Please provide your Console/ModLoader output below.

2011-11-01 20:07:35 [INFO] Mod Loaded: mod_zAdditionalPipes Rev29
2011-11-01 20:07:36 [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.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(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.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

Please provide any additional information below.
Extra mods: 

IC² 1.23
IC² Thermometer v1.15
IC² AdvMachine v2.1 modded by CPW
IC² ChargingBench
MpUtils 1.7.3v2
All Redpower mods

Please provide any screenshots you feel would help demonstrate this
issue/feature.
/

Original issue reported on code.google.com by rodonies...@gmail.com on 1 Nov 2011 at 7:13

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
EDIT: All of this is happening in SMP (WHY IS THERE NO DAMN EDIT BUTTON T.T)

Original comment by rodonies...@gmail.com on 1 Nov 2011 at 7:15

GoogleCodeExporter commented 8 years ago
This is due to the transport files actually missing in the server build. Looks 
like he just forgot to put them in :-P
Just open both client and server zips, enter the buildcraft directory, and copy 
the transport folder from client to server. The source looks like its only 
interface files, so it should be the same files for client and server. Works 
for me :)

Original comment by aleksand...@gmail.com on 1 Nov 2011 at 8:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Works (Only copy the 2 IPipe files and not the BlockGeneric or whatever)

Original comment by rodonies...@gmail.com on 3 Nov 2011 at 2:46

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