spaceboy01218 / additional-pipes

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

problems with server install #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
following the install steps for server causes the server to throw an error
the client works perfect
1.i installed ModLoaderMP 1.8.1 into minecraft server jar
2.installed forge server 1.1.1
3.ran minecraft server jar to generate mods folder
4.moved BC core builders energy factory transport zips into the mods folder 
5. moved zAdditionalPipesServer.zip (1.7) into mods folder
6. opened BC server B transport zip and added 
ServerBuildcraftTransportPatch.zip files into transport zip

What do you see instead?
the server throws this error

[INFO] ModLoader Server Beta 1.8.1 Initializing...
[INFO] Mod Loaded: mod_BuildCraftCore 2.2.1
[INFO] Mod Loaded: mod_BuildCraftBuilders 2.2.1
[INFO] Mod Loaded: mod_BuildCraftEnergy 2.2.1
[INFO] Mod Loaded: mod_BuildCraftFactory 2.2.1
[INFO] Mod Loaded: mod_BuildCraftTransport 2.2.1
[INFO] Mod Loaded: mod_zAdditionalPipes 1.7
[INFO] ModLoaderMP Beta 1.8.1 Initialized
[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/IPipeTransportPowerHook
    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:165)
    at ModLoader.init(ModLoader.java:615)
    ... 4 more
Caused by: java.lang.ClassNotFoundException: 
buildcraft.transport.IPipeTransportPowerHook
    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.
ive tried many different ways if install including the old way of dropping the 
BC dependencies into minecraft server jar
and they throw the error

i can get all the way from installing modloaderMP forge, putting BC 
dependencies in the mods folder and adding the patch to the transport file the 
server loads fine but when i add the zAdditionalPipesserver.zip to the mods 
folder that's when it throws the error

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

Original issue reported on code.google.com by viper1884@gmail.com on 13 Oct 2011 at 6:46

GoogleCodeExporter commented 8 years ago
i had this also he dont spesify it in the server patch that you need to place 
it under the folder transport in buildcraft transport zip.
/buildcraft/transport

Original comment by haak...@gmail.com on 13 Oct 2011 at 11:08

GoogleCodeExporter commented 8 years ago
Yea it's the same as the client, forgot to fix that zip to reflect that

Original comment by brutalvi...@gmail.com on 13 Oct 2011 at 11:35

GoogleCodeExporter commented 8 years ago
well doing that no longer throws an error in the server but when i try and log 
into the server thru minecraft i get the message i am missing the mod 
mod_zAdditionalPipes 1.7
which i have installed becase i can use all the pipes in single player

Original comment by viper1884@gmail.com on 13 Oct 2011 at 10:07

GoogleCodeExporter commented 8 years ago
Once I release 1.8 try again and if you still get this problem report it again

Original comment by brutalvi...@gmail.com on 13 Oct 2011 at 11:59

GoogleCodeExporter commented 8 years ago

Original comment by brutalvi...@gmail.com on 13 Oct 2011 at 11:59

GoogleCodeExporter commented 8 years ago
will 1.8 work with BC 2.2.1? 2.2.2 is out but spacetoad says smp is broken

Original comment by viper1884@gmail.com on 15 Oct 2011 at 7:51

GoogleCodeExporter commented 8 years ago
No it won't 2.2.2 has a new API structure. and SMP should be no more broken 
then it was in 2.2.1 :P

If you are having that pipe bug install the file I have attached to its proper 
folder (buildcraft\transport)

Original comment by brutalvi...@gmail.com on 15 Oct 2011 at 7:55

Attachments: