Windows .exe SPC+WE fix?

  • 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
Status
Not open for further replies.

Stryke

New Member
Jul 29, 2019
2
0
0
Hello so I recently decided to install SPC and shoved into my jar mods... however the World Edit functionality (the part I want) is not working. I found the errors in the console so here they are :)

2013-01-30 18:12:48 [INFO] [STDERR] Failed to load com.sijobe.spc.worldedit.WorldEditCommandSet
2013-01-30 18:12:48 [INFO] [STDERR] java.lang.NoClassDefFoundError: com/sk89q/worldedit/LocalConfiguration
2013-01-30 18:12:48 [INFO] [STDERR] at java.lang.Class.getDeclaredConstructors0(Native Method)
2013-01-30 18:12:48 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
2013-01-30 18:12:48 [INFO] [STDERR] at java.lang.Class.getConstructor0(Unknown Source)
2013-01-30 18:12:48 [INFO] [STDERR] at java.lang.Class.getConstructor(Unknown Source)
2013-01-30 18:12:48 [INFO] [STDERR] at com.sijobe.spc.hooks.InitialiseCommands.loadMultipleCommands(InitialiseCommands.java:123)
2013-01-30 18:12:48 [INFO] [STDERR] at com.sijobe.spc.hooks.InitialiseCommands.access$000(InitialiseCommands.java:27)
2013-01-30 18:12:48 [INFO] [STDERR] at com.sijobe.spc.hooks.InitialiseCommands$1.run(InitialiseCommands.java:78)
2013-01-30 18:12:48 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.LocalConfiguration
2013-01-30 18:12:48 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
2013-01-30 18:12:48 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-01-30 18:12:48 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-01-30 18:12:48 [INFO] [STDERR] ... 7 more
2013-01-30 18:12:48 [INFO] [STDERR] Caused by: java.lang.NullPointerException

Any help is appreciated :) I didn't use the support website because this is not the "Vanilla" modpack so I felt like asking the forum before moving there.


Additional INFO
- Windows 7
- Direwolf20 pack V5
- Optifine C2 installed
- Treecapitator installed
- ignorant user (me) installed
 

TheSandwichMakr

New Member
Jul 29, 2019
582
0
0
Follow the install instructions on the forum thread.

1. Go to the ".minecraft/bin" directory and backup minecraft.jar
2. Using 7zip or equally capable archive viewer open minecraft.jar
3. Delete the META-INF folder (if on a MAC *only* delete the Mojang_c files)
4. Copy the "com" directory contained within the mod to minecraft.jar, replacing the existing one.
5. Close minecraft.jar
6. Copy ALL the ".jar" files contained within the mod to the ".minecraft/bin" directory (the same directory as minecraft.jar).This means copy WorldEdit.jar into ".minecraft/bin" NOT into Minecraft.jar
7. Enjoy the mod.
 
Status
Not open for further replies.