Every time I try to play my modded Minecraft, it launches fine and I can start to play but it quickly lags and crashes. Occasionally the crash report gives an OutOfMemoryException but not always. It does always say:
Game ended with bad state (exit code -805306369)
Any idea as to why this is happening?
EDIT:
When it gives the OutOfMemoryException this is the text in the dev console:
[STDERR] Exception in thread "Client read thread" java.lang.OutOfMemoryError: PermGen space
I have tried upping the memory to 8 GB out of the 16 I have, no change.
Try using the same arguments as me: "-Xmx2560M -Xms2560M -d64 -XX:MaxPermSize=256M -XX:UseSSE=4 -Djava.net.preferIPv4Stack=true -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseFastAccessorMethods -XX:+" (without quotes).
Hey,
I tried using those arguments you provided. I had to delete that last part, the '-XX:+' but everything else took. And it seems to have fixed it, it runs without crashing. Thanks a ton. Would it be possible to explain what all those arguments mean? I'm mostly just curious in case I need to work with them in the future. Thanks again!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Game ended with bad state (exit code -805306369)
Any idea as to why this is happening?
EDIT:
When it gives the OutOfMemoryException this is the text in the dev console:
[STDERR] Exception in thread "Client read thread" java.lang.OutOfMemoryError: PermGen space
I have tried upping the memory to 8 GB out of the 16 I have, no change.
It does not generate a crash report.
Hey,
I tried using those arguments you provided. I had to delete that last part, the '-XX:+' but everything else took. And it seems to have fixed it, it runs without crashing. Thanks a ton. Would it be possible to explain what all those arguments mean? I'm mostly just curious in case I need to work with them in the future. Thanks again!