Karlijn12345 Posted June 27, 2015 Posted June 27, 2015 (edited) Hey, I made my own modpack, but when I start a new world in single player it crashes. Can someone help me fix this? I uploaded the crash report. http://pastebin.com/7zZcMsaz Thanks! Edited June 27, 2015 by Karlijn12345 Quote
Moderators AetherPirate Posted June 27, 2015 Moderators Posted June 27, 2015 Attachments don't work, use pastebin and include modpack API url. Quote
Moderators AetherPirate Posted June 27, 2015 Moderators Posted June 27, 2015 How much ram are you allocating to the launcher? Quote
Discord Moderator plowmanplow Posted June 27, 2015 Discord Moderator Posted June 27, 2015 java.lang.OutOfMemoryError: Java heap space This means that the client exhausted the available RAM. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M This indicates that you are only allocating 1G of RAM to the Launcher. You need to allocate more (2G is a good starting point). If you are unable to allocate more than 1G of RAM then you need to update to 64bit Java. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.