Ubuntu 16.04 - Minecraft Crashing

0

Não tenho certeza do que está acontecendo. Eu estou no laptop Asus TP300LD rodando Ubuntu 16.04, tenho o oracle Java 8 instalado.

Aqui está a leitura do acidente do lançador do Minecraft

---- Minecraft Crash Report ----
// Why did you do that?
Time: 2/27/17 9:27 PM
Description: Initializing game

org.lwjgl.LWJGLException: Could not choose GLX13 config
    at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
    at org.lwjgl.opengl.LinuxDisplayPeerInfo.(LinuxDisplayPeerInfo.java:61)
    at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:828)
    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 bes.ap(SourceFile:600)
    at bes.an(SourceFile:436)
    at bes.a(SourceFile:383)
    at net.minecraft.client.main.Main.main(SourceFile:124)

Um passo a passo detalhado do erro:

-- Head --
Thread: Client thread
Stacktrace:
    at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
    at org.lwjgl.opengl.LinuxDisplayPeerInfo.(LinuxDisplayPeerInfo.java:61)
    at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:828)
    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 bes.ap(SourceFile:600)
    at bes.an(SourceFile:436)

-- Initialization --
Details:
Stacktrace:
    at bes.a(SourceFile:383)
    at net.minecraft.client.main.Main.main(SourceFile:124)

-- System Details --
Details:
    Minecraft Version: 1.11.2
    Operating System: Linux (amd64) version 4.8.0-39-generic
    Java Version: 1.8.0_121, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 421540560 bytes (402 MB) / 523501568 bytes (499 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xms512M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    Launched Version: 1.11.2
    LWJGL: 2.9.4
    OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    GL Caps: 
    Using VBOs: Yes
    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)
    CPU: 
    
por Augusto Lopez 28.02.2017 / 02:35

1 resposta

0

OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.

Eu recebo o erro acima quando altero a resolução da minha tela do padrão. Mudá-lo de volta para a resolução máxima corrige o problema.

Estou executando o Ubuntu 16.04 com o OpenJDK 1.8.0_151 e o Minecraft 1.12.2.

    
por Omegamormegil 12.11.2017 / 17:13