Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Clay Soldiers mod - 1.6.2

  • 13-11-2013 04:58AM
    #1
    Registered Users, Registered Users 2 Posts: 4


    Hello all,

    I've run into a little issue while trying to install the Clay Soldiers 1.6.2 mod. I am hoping if I describe what I've done, someone can point me in the right direction. I am running MineOS server (debian 7.2), and have MCForge 1.6.2 installed. I was able to log in using the MCF profile, so I feel that part is correct. The last steps I completed were to copy CSM_V200a.jar and SAP_ManPackCore_v200a.jar to my server path /var/games/minecraft/servers/minecraft_162/mods and to the client side folder, also in a mods directory. After launching MC, i am experiencing a crash with the following details provided in ForgeModLoader-client-1 log file.
    2013-11-12 21:40:38 [SEVERE] [ForgeModLoader] Unable to launch
    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 net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
        at net.minecraft.client.main.Main.main(SourceFile:37)
        ... 6 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 7 more
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
        ... 9 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityPlayerSP
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 13 more
    Caused by: java.lang.RuntimeException: Needle not found in Haystack!
        at sanandreasp.core.manpack.transformer.ASMHelper.findFirstNodeFromNeedle(ASMHelper.java:180)
        at sanandreasp.core.manpack.transformer.TransformFOVMultiplier.transformPlayerSP(TransformFOVMultiplier.java:107)
        at sanandreasp.core.manpack.transformer.TransformFOVMultiplier.transform(TransformFOVMultiplier.java:45)
        at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:267)
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:165)
        ... 15 more
    

    Any recommendations?

    thank you!


Comments

  • Registered Users, Registered Users 2 Posts: 4 wherbjr35


    The issue seems to be on the client side, just a guess, but when I removed the mods from the client side directory, there were no issues/crashing getting to multi-player mode. Could this be a permissions issue? Chmod is one of those commands I don't have a great deal of experience using yet...so I often don't even go there unless told to explicitly.

    thanks..


Advertisement