Windows .exe New world pack crashes when I try to connect to servers.

Labigcheese

New Member
Jul 29, 2019
3
0
0
Since the 0.0.7. update I've found it impossible to connect to any servers. I first get a loading terrain, then a dirt block screen then finally crashes.

This is the error log produced.
 

Attachments

  • crash-2014-03-03_21.24.01-client.txt
    26.2 KB · Views: 109

Byte Templar

New Member
Jul 29, 2019
142
0
0
You are running out of memory.
"java.lang.OutOfMemoryError: Java heap space"

You have same JVM flag twice for example:
"JVM Flags: 4 total; -Xms256M -Xmx1024M -XX:permSize=256m -Xmx512M"
Remove the last one (-Xmx512M)
 

Labigcheese

New Member
Jul 29, 2019
3
0
0
Sorry to sound like an idiot but I'm not really a computer genius when it comes to java. Where would I find the source of the java error to delete?