Ubuntu 12.04 LTS - Minecraft 崩溃!

Ubuntu 12.04 LTS - Minecraft 崩溃!

不确定发生了什么,我在运行 Ubuntu Linux 12.04 的 HP ENVY TS15 笔记本电脑上,安装了开放的 JDK,并安装了 oracle Java 7...

如果有人能帮助我找出问题,请回复。

我已经卸载并重新安装了 Java 和.minecraft文件夹!

以下是 minecraft 启动器的崩溃读数

---- Minecraft Crash Report ----

// Shall we play a game?

Time: 7/10/14 3:02 PM
Description: Initializing game

org.lwjgl.LWJGLException: Could not init GLX
    at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
    at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
    at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:818)
    at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
    at org.lwjgl.opengl.Display.create(Display.java:846)
    at org.lwjgl.opengl.Display.create(Display.java:757)
    at org.lwjgl.opengl.Display.create(Display.java:739)
    at bao.ag(SourceFile:340)
    at bao.f(SourceFile:713)
    at net.minecraft.client.main.Main.main(SourceFile:148)

该错误、其代码路径和所有已知细节的详细演练如下:

-- Head --
Stacktrace:
    at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
    at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
    at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:818)
    at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
    at org.lwjgl.opengl.Display.create(Display.java:846)
    at org.lwjgl.opengl.Display.create(Display.java:757)
    at org.lwjgl.opengl.Display.create(Display.java:739)
    at bao.ag(SourceFile:340)

-- Initialization --
Details:
Stacktrace:
    at bao.f(SourceFile:713)
    at net.minecraft.client.main.Main.main(SourceFile:148)

-- System Details --
Details:
    Minecraft Version: 1.7.10
    Operating System: Linux (amd64) version 3.11.0-24-generic
    Java Version: 1.7.0_60, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 118320504 bytes (112 MB) / 153616384 bytes (146 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 1 total; -Xmx1G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    Launched Version: 1.7.10
    LWJGL: 2.9.1
    OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    GL Caps: 
    Is Modded: Probably not. Jar signature remains and client brand is untouched.
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: ~~ERROR~~ NullPointerException: null
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)

答案1

Minecraft 需要 OpenJDK 6 才能运行,因为 OpenJDK 7 会降低很多重要功能,请安装 OpenJDK 6这里

相关内容