When i click play it loads across screen put does not do anything this is what i got:
[10:36:10 ERROR]: Couldn't launch game
java.io.IOException: Cannot run program "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java" (in directory "/Users/Garrett/Library/Application Support/minecraft"): error=2, No such file or directory
at java.lang.ProcessBuilder.processException(ProcessBuilder.java:478) ~[?:1.6.0_65]
at java.lang.ProcessBuilder.start(ProcessBuilder.java:457) ~[?:1.6.0_65]
at com.mojang.launcher.game.process.direct.DirectGameProcessFactory.startGame(DirectGameProcessFactory.java:14) ~[launcher.jar:?]
at net.minecraft.launcher.game.MinecraftGameRunner.launchGame(MinecraftGameRunner.java:205) [launcher.jar:?]
at com.mojang.launcher.game.runner.AbstractGameRunner.onDownloadJobFinished(AbstractGameRunner.java:177) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:122) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) [?:1.6.0_65]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [?:1.6.0_65]
at java.util.concurrent.FutureTask.run(FutureTask.java:138) [?:1.6.0_65]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) [?:1.6.0_65]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [?:1.6.0_65]
at java.lang.Thread.run(Thread.java:695) [?:1.6.0_65]
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method) ~[?:1.6.0_65]
at java.lang.UNIXProcess.<init>(UNIXProcess.java:53) ~[?:1.6.0_65]
at java.lang.ProcessImpl.start(ProcessImpl.java:91) ~[?:1.6.0_65]
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452) ~[?:1.6.0_65]
... 12 more
[10:36:10 INFO]: Deleting /Users/Garrett/Library/Application Support/minecraft/versions/1.7.2/1.7.2-natives-1404747370703465000
Looks like you are trying to allocate too much ram to java, and it craps out because it doesnt know what to do.
99.9% of the time, this is caused by using 32bit version of Java and not the 64bit. Uninstall java and reinstall the 64bit version. Double check that it really is the 64 bit version, and make sure you uninstall the old version first.
Rollback Post to RevisionRollBack
Cast aside your festive doylaks: dragon stuff is about to happen.
Multiplayer is lonely once you understand how it actually works.
When you launched Minecraft did it say that the Java Runtime... Had encountered a fatal error. If it did that would definitely be allocating too much ram
Rollback Post to RevisionRollBack
Member of the MCPE Community | Active in the Support Forum | Make sure to quote me when you reply | Don't be afraid to ask me questions | Find me on reddit | If you don't understand something I say, PM me | I love to help people! | If I helped you resolve an issue, let me know by clicking the green arrow in the bottom left | Please follow the forum rules |
You can learn more about me by clicking the link below
i just tried again and it did not work and i was wondering if this Caused by: java.io.IOException: error=2, No such file or directory had a lot to do with it because it can not find the file
[10:36:10 ERROR]: Couldn't launch game
java.io.IOException: Cannot run program "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java" (in directory "/Users/Garrett/Library/Application Support/minecraft"): error=2, No such file or directory
at java.lang.ProcessBuilder.processException(ProcessBuilder.java:478) ~[?:1.6.0_65]
at java.lang.ProcessBuilder.start(ProcessBuilder.java:457) ~[?:1.6.0_65]
at com.mojang.launcher.game.process.direct.DirectGameProcessFactory.startGame(DirectGameProcessFactory.java:14) ~[launcher.jar:?]
at net.minecraft.launcher.game.MinecraftGameRunner.launchGame(MinecraftGameRunner.java:205) [launcher.jar:?]
at com.mojang.launcher.game.runner.AbstractGameRunner.onDownloadJobFinished(AbstractGameRunner.java:177) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:122) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:?]
at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) [?:1.6.0_65]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [?:1.6.0_65]
at java.util.concurrent.FutureTask.run(FutureTask.java:138) [?:1.6.0_65]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) [?:1.6.0_65]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [?:1.6.0_65]
at java.lang.Thread.run(Thread.java:695) [?:1.6.0_65]
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method) ~[?:1.6.0_65]
at java.lang.UNIXProcess.<init>(UNIXProcess.java:53) ~[?:1.6.0_65]
at java.lang.ProcessImpl.start(ProcessImpl.java:91) ~[?:1.6.0_65]
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452) ~[?:1.6.0_65]
... 12 more
[10:36:10 INFO]: Deleting /Users/Garrett/Library/Application Support/minecraft/versions/1.7.2/1.7.2-natives-1404747370703465000
99.9% of the time, this is caused by using 32bit version of Java and not the 64bit. Uninstall java and reinstall the 64bit version. Double check that it really is the 64 bit version, and make sure you uninstall the old version first.
Cast aside your festive doylaks: dragon stuff is about to happen.
Multiplayer is lonely once you understand how it actually works.
Alpha 1.0.4
Go here and download 64bit java.
https://www.java.com/en/download/manual.jsp
Cast aside your festive doylaks: dragon stuff is about to happen.
Multiplayer is lonely once you understand how it actually works.
Alpha 1.0.4
I cant help you then.
Cast aside your festive doylaks: dragon stuff is about to happen.
Multiplayer is lonely once you understand how it actually works.
Alpha 1.0.4