Ubuntu 12.04 LTS - Minecraft Crashing!

0

Não tenho certeza do que está acontecendo, estou em um laptop HP ENVY TS15 executando o Ubuntu Linux 12.04, tenho o JDK aberto instalado e o oracle Java 7 instalado ...

Se alguém puder me ajudar a descobrir o problema, responda.

Eu desinstalei e reinstalei o Java e a pasta .minecraft !

Aqui está a leitura do acidente para o lançador de 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)

Uma explicação detalhada do erro, seu caminho de código e todos os detalhes conhecidos são os seguintes:

-- 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)
    
por user304359 10.07.2014 / 21:11

1 resposta

1

O Minecraft precisa que o OpenJDK 6 funcione porque o OpenJDK 7 deprecia muitas de suas funções vitais, instale o OpenJDK 6 aqui

    
por Aryan Biswas 13.07.2014 / 19:05