InventorRaccoon wrote:
That should do it. It's frozen like that.
It's a partial image of the exception dump, buddy. The entire stack is needed in order to tell what exactly went wrong.
My guess is memory issues (out of heap memory error). The solution has been mentioned here before.
Assuming you have a 64b system, upgrade your Java version to the latest 64b edition - make sure it's not 32b.
If you have a 32b system, you can try increasing the heap space manually by running SMM via command line using the following command:
java -Xms1024M -Xms1024M -jar modman.jar
1gb of heap space should do the trick.