Minecraft 错误报告

Minecraft 错误报告

今天我第一次尝试在 ubuntu 12.04 中启动 Minecraft(使用 OpenJDK 6 运行时),但是当出现 mojang 屏幕时出现了此错误报告:

--- BEGIN ERROR REPORT b5666078 --------
Generated 14.08.12 22:58

- Minecraft Version: 1.3.1
- Operating System: Linux (amd64) version 3.2.0-23-generic
- Java Version: 1.6.0_24, Sun Microsystems Inc.
- Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
- Memory: 50558552 bytes (48 MB) / 77856768 bytes (74 MB) up to 915341312 bytes (872 MB)
- JVM Flags: 0 total; 
- LWJGL: 2.4.2
- OpenGL: ~ERROR~ NullPointerException: null
- Is Modded: Probably not
- Type: Client
- Texture Pack: ~ERROR~ NullPointerException: null
- Profiler Position: N/A (disabled)[failed to get system properties (java.lang.NullPointerException)]


org.lwjgl.LWJGLException: Could not init GLX
    at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
    at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:52)
    at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:684)
    at org.lwjgl.opengl.Display.create(Display.java:854)
    at org.lwjgl.opengl.Display.create(Display.java:784)
    at org.lwjgl.opengl.Display.create(Display.java:765)
    at net.minecraft.client.Minecraft.a(SourceFile:233)
    at net.minecraft.client.Minecraft.run(SourceFile:516)
    at java.lang.Thread.run(Thread.java:679)
--- END ERROR REPORT 82b5e9f9 ----------

请帮忙!我快绝望了。

答案1

请打开终端并运行以下命令:

lspci |grep VGA

dmesg |grep NVIDIA

glxinfo | grep 直接

把输出放出来以便我们能看见。

这似乎是你的显卡的问题

相关内容