You are not logged in.
Hi all.
I just created a new world and didn't even enter it. Because whenever i enter it i see those errors in the terminal and the game go black screen (Minecraft 1.8 & Sun java 6 & Nvidia 280 driver) :
rafael@rafael-945GZM-S2 ~/.minecraft $ java -jar minecraft.jar
java.io.IOException: Cannot run program "javaw": java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at net.minecraft.MinecraftLauncher.main(MinecraftLauncher.java:31)
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
... 1 more
17 achievements
161 recipes
Failed to open device (/dev/input/event3): Failed to open device /dev/input/event3 (13)
Failed to open device (/dev/input/event2): Failed to open device /dev/input/event2 (13)
Failed to open device (/dev/input/event1): Failed to open device /dev/input/event1 (13)
Failed to open device (/dev/input/event0): Failed to open device /dev/input/event0 (13)
Linux plugin claims to have found 0 controllers
Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.
java.lang.NullPointerException
at wb.p(SourceFile:84)
at wb.a(SourceFile:63)
at qr.a(SourceFile:95)
at net.minecraft.client.Minecraft.a(SourceFile:460)
at sf.a(SourceFile:115)
at qr.a(SourceFile:72)
at qr.f(SourceFile:120)
at qr.i(SourceFile:108)
at net.minecraft.client.Minecraft.k(SourceFile:1197)
at net.minecraft.client.Minecraft.run(SourceFile:666)
at java.lang.Thread.run(Thread.java:662)
New max size: 484
New max size: 784
java.lang.NoSuchMethodError: org.lwjgl.opengl.GL11.glTexCoordPointer(IILjava/nio/ShortBuffer;)V
at xe.a(SourceFile:116)
at bv.a(SourceFile:184)
at i.a(SourceFile:1188)
at iw.a(SourceFile:866)
at iw.b(SourceFile:756)
at net.minecraft.client.Minecraft.run(SourceFile:689)
at java.lang.Thread.run(Thread.java:662)
Stopping!
SoundSystem shutting down...
Author: Paul Lamb, www.paulscode.com
Exception in thread "Minecraft main thread" org.lwjgl.LWJGLException: X Error - disp: 0x89e6240 serial: 554 error: BadWindow (invalid Window parameter) request_code: 2 minor_code: 0
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:284)
at org.lwjgl.opengl.LinuxKeyboard.nSetDetectableKeyRepeat(Native Method)
at org.lwjgl.opengl.LinuxKeyboard.setDetectableKeyRepeat(LinuxKeyboard.java:152)
at org.lwjgl.opengl.LinuxKeyboard.destroy(LinuxKeyboard.java:163)
at org.lwjgl.opengl.LinuxDisplay.destroyKeyboard(LinuxDisplay.java:1028)
at org.lwjgl.input.Keyboard.destroy(Keyboard.java:349)
at net.minecraft.client.Minecraft.d(SourceFile:506)
at net.minecraft.client.Minecraft.run(SourceFile:750)
at java.lang.Thread.run(Thread.java:662)Any help please ?
Last edited by smokn (2011-09-15 14:29:24)
Offline
I too am having Minecraft problems. I've managed to fix the black screen issue by launching minecraft with the script posted in this thread.
export LD_LIBRARY_PATH="/opt/java/jre/lib/amd64"
java -Xmx1024M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrameSome people have reported that simply installing the updated LWJGL libraries has fixed the black screen problem but it didn't work for me. If you're unsure how to do this, you basically drag and drop them into the proper subdirectories of ~/.minecraft
Last edited by SuperRaWR (2011-09-20 02:52:17)
Offline