Problem MCPC+ Issue

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Strubinator

New Member
Jul 29, 2019
176
0
1
So, because some plugins refuse to work with bukkitforge, I switched to MCPC+
I couldnt get it to work on the first try on the server, so I downloaded MCPC+ again, put it in a folder on my desktop, and let it generate the files.
I stole the start.bat file and let it run without any mods, ran fine.
Added coremods, ran fine.
Added mods, ran fine except for some xycraft id conflicts, understandable.
But when I added the config files for the mods, I get this:
Code:
C:\Users\****\Desktop\New folder (2)>java -Xms512M -Xmx1G -jar mcpc-plus-1.4.7-R
1.1-SNAPSHOT-f534-242.jar
2013-03-12 20:37:46 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556
for Minecraft 1.4.7 loading
2013-03-12 20:37:46 [INFO] [MiscPeripheralsASM] Initialized
Adding Accesstransformer map: pcc_at.cfg
Adding Accesstransformer map: codechickencore_at.cfg
Adding AccessTransformer: chickenchunks_at.cfg
Adding Accesstransformer map: temp.dat
Adding Accesstransformer map: nei_at.cfg
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 cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.ja
va:138)
        at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelaunc
her.java:33)
        at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1723)
        at org.bukkit.craftbukkit.Main.main(Main.java:18)
Caused by: java.lang.NoClassDefFoundError: aky
        at amq.<clinit>(Block.java:98)
        at jq.a(StatList.java:185)
        at jq.<clinit>(StatList.java:96)
        at net.minecraft.server.MinecraftServer.fmlReentry(MinecraftServer.java:
1739)
        ... 8 more
Caused by: java.lang.ClassNotFoundException: aky
        at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLo
ader.java:218)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
Caused by: java.lang.RuntimeException: Needle found 0 times in Haystack: org.obj
ectweb.asm.tree.InsnList@6769ba97
    ILOAD 6
    ISTORE -1
    ICONST_0
    ISTORE 8
 
        at codechicken.core.asm.TweakTransformer$1.alter(TweakTransformer.java:5
8)
        at codechicken.core.asm.ASMHelper.alterMethods(ASMHelper.java:227)
        at codechicken.core.asm.TweakTransformer.transform(TweakTransformer.java
:127)
        at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchC
lassLoader.java:261)
        at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLo
ader.java:206)
        ... 14 more

Any idea what's going wrong? Any tweaks I need to make to the config's?
Any help is appreciated.


Edit: Without the config files.
 
I am getting the same error after installing GroupManager and fixing a bunch of permissions. It worked fine until I started it up today.