So the mojang screen shows up after launching, and after a long while the windows dissapears
Error log:http://pastebin.com/AuUv3c0T
Error log:http://pastebin.com/AuUv3c0T
Last edited:
your running out of RAM. set MAX RAM in the settings tab of the launcher to 2 GB and try again
Same thing again... I just want to play with my friends :Ctry 3 or 4 GB (if you can)
This is the 4 gb ram one: http://pastebin.com/ryvWdLryTry to upload a new log. Might be something else happening now.
its not, i missed it earlier...Try to upload a new log. Might be something else happening now.
JVM Flags: 4 total; -Xms256M -Xmx1024M -XX:PermSize=256m -Xmx512M
JVM Flags: 4 total; -Xms256M -Xmx4096M -XX:PermSize=256m -Xmx512M
Now minecraft doesnt even open at all... The console says: http://pastebin.com/fP1ETXR2its not, i missed it earlier...
heres the problem (on line 97 of your first log):and line 97 of the second:Code:JVM Flags: 4 total; -Xms256M -Xmx1024M -XX:PermSize=256m -Xmx512M
Code:JVM Flags: 4 total; -Xms256M -Xmx4096M -XX:PermSize=256m -Xmx512M
the launcher is trying to start the game with a reserved memory space of 256 MB (-Xms256M) and a maximum of 1GB (-Xmx1024M) or 4GB (-Xmx4096M) which is usually all it does by default. you've specified "-XX:PermSize=256m -Xmx512M" as extra parameters in the "additional Java parameters" section of the advanced settings and so the second max memory space parameter (-Xmx512M) is overriding the first one. hence why changing the MAX RAM in the launcher is making no difference.
fix it by going to the settings tab of the launcher, click "advanced options" and then just clear the "additional Java parameters" box and use the reccomended perameters found here
-Xms1024m -XX:PermSize=256m -XX:NewRatio=3 -XX:SurvivorRatio=3 -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:MaxGCMinorPauseMillis=7 -XX:+ExplicitGCInvokesConcurrent -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=60 -XX:+BindGCTaskThreadsToCPUs -Xnoclassgc
Got it working, Thanks a bunch!fix it by going to the settings tab of the launcher, click "advanced options" and then just clear the "additional Java parameters" box and ONLY use the recommended parameters found here AFTER you get it to launch with the box cleared
Great! now check my previous post again. i edited it to keep things simple.Got it working, Thanks a bunch!