Single Player Commands "java.lang.StackOverflowError" [closed]

I am using Single Player Commands to assist me while making a map. I am trying to use the /butcher command (this kills all mobs near the player), but I keep getting this error:

java.lang.StackOverflowError: null

I am not sure what the problem is.

Also my computer specifications can be found here.


Solution 1:

There are a few things you can try, here is what I would try if I were in your shoes:

Make sure that the versions of your mods and minecraft match up - are you playing on Minecraft v1.5.0 but using World Edit 1.5.1?

If you are using the proper version of everything, try these commands and seeing if you get the same error (please don't be surprised if any of these spit out an unknown command error to you) :

//butcher

/butcher 50

//butcher 50

Where the 50 represents the radius around you, meaning any mobs within a 50 block radius will be killed.

If that still doesn't work, try forceupdating your minecraft, then installing SinglePlayerCommands on your clean minecraft.jar.

There might be other mods, such as ones that add in new blocks, or even mobs, which might be interfering with you. So make sure to check (that if you are using these other mods) that you have compatible versions.

Solution 2:

Try to force update Minecraft, it's a bug with a Java loop. If Minecraft works, make sure, that you downloaded the latest (1.5.2) singleplayer commands (automated installation is better). If it doesn't works, try to install manually (and delete the Meta-inf)!