I have a problem. When i run minecraft it crashes after 20 seconds. But only if im in game (on a map) doesnt matter if mp or single. I'm running BackTrack R3 (I know it sounds weird that im playing minecraft on backtrack). Here's the console output:
[email protected]:~/Desktop# java -jar Minecraft.jar
java.io.IOException: Cannot run program "javaw": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
at net.minecraft.MinecraftLauncher.main(MinecraftLauncher.java:31)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)
... 1 more
MCPatcherUtils initialized. Directory /root/.minecraft
27 achievements
195 recipes
Setting user: *******, -7368836490735614814
LWJGL Version: 2.8.3
Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.########## GL ERROR ##########
@ Pre render
1281: Invalid value
Connecting to 176.9.141.94, 25565
Connecting to 176.9.141.94, 25565
java: vbo/vbo_save_api.c:218: map_vertex_store: Assertion `vertex_store->buffer' failed.
Aborted
I have tried running minecraft under java 7 and openjdk 6. Still nothing helps.Does anyone knows what could be wrong?
Props for using Linux!
OpenGL is having an error, causing a crash. Here's a solution from a long time ago:
Go to java.sun.com
get the newest java, download it
Open terminal, cd to the directory you downloaded the jre
type "sudo su ./<file>.bin"
cd to your minecraft directory
Type java -jar Minecraft.jar
Apparently, installing Mesa3D helps, but I haven't tested that theory myself.
Sorry, I got fixated on the wrong line of your output.
This crash has been reported before. Some people report that Tiny render distance makes the problem go away.
Others suggest updating Mesa (Open GL support).
Mesa can't be updated because of using old lib's and i have the newest ones for other programs.
Tiny render works, but isnt very good beacuse i pretty much cant see anything
If you know any other solutions i would be please to know, and thank you for the help now i can play even if on tiny render distance
Mesa can't be updated because of using old lib's and i have the newest ones for other programs.
Unlike some other OS's linux is perfectly fine having multiple versions of libraries installed. Applications should already be linked against the versions that they work with, i.e. if a program needs libstdc++.so.5, or libstdc++.so.5.0 or libstdc++.so.6 it should be linked against those.
I have tried running minecraft under java 7 and openjdk 6. Still nothing helps.Does anyone knows what could be wrong?
OpenGL is having an error, causing a crash. Here's a solution from a long time ago:
Go to java.sun.com
get the newest java, download it
Open terminal, cd to the directory you downloaded the jre
type "sudo su ./<file>.bin"
cd to your minecraft directory
Type java -jar Minecraft.jar
Apparently, installing Mesa3D helps, but I haven't tested that theory myself.
Zombiecraft Maps!
-
View User Profile
-
View Posts
-
Send Message
Retired Staffhttp://www.minecraftwiki.net/wiki/LWJGL
-
View User Profile
-
View Posts
-
Send Message
Retired StaffThis crash has been reported before. Some people report that Tiny render distance makes the problem go away.
Others suggest updating Mesa (Open GL support).
Tiny render works, but isnt very good beacuse i pretty much cant see anything
If you know any other solutions i would be please to know, and thank you for the help now i can play even if on tiny render distance
Unlike some other OS's linux is perfectly fine having multiple versions of libraries installed. Applications should already be linked against the versions that they work with, i.e. if a program needs libstdc++.so.5, or libstdc++.so.5.0 or libstdc++.so.6 it should be linked against those.
Thank you
Zombiecraft Maps!