Minecraft constantemente falha no Chromebook

0

Então, eu acabei de baixar o minecraft do Chromebook e meu jogo fica travando quando eu tento lançá-lo, por favor me ajude a tentar consertá-lo aqui é o que ele disse


---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 9/3/16 3:14 PM
Description: Initializing game

java.lang.RuntimeException: glCheckFramebufferStatus returned unknown status:0
    at bom.b(SourceFile:151)
    at bom.a(SourceFile:57)
    at bom.(SourceFile:42)
    at bcx.an(SourceFile:439)
    at bcx.a(SourceFile:381)
    at net.minecraft.client.main.Main.main(SourceFile:124)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at bom.b(SourceFile:151)
    at bom.a(SourceFile:57)
    at bom.(SourceFile:42)
    at bcx.an(SourceFile:439)

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

-- System Details --
Details:
    Minecraft Version: 1.10
    Operating System: Linux (amd64) version 3.10.18
    Java Version: 1.6.0_39, Sun Microsystems Inc.
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
    Memory: 61986072 bytes (59 MB) / 163905536 bytes (156 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    Launched Version: 1.10
    LWJGL: 2.9.4
    OpenGL: Mesa DRI Intel(R) Bay Trail  GL version 1.4 (3.0 Mesa 10.1.3), Intel Open Source Technology Center
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because EXT_framebuffer_object is supported.
Shaders are not available because OpenGL 2.1 is not supported, ARB_shader_objects is not supported, ARB_vertex_shader is not supported, and ARB_fragment_shader is not supported.
VBOs are not available because 
    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: 4x Intel(R) Celeron(R) CPU N2930 @ 1.83GHz
    
por edwinksl 03.09.2016 / 07:18

1 resposta

1

Tente criar um novo perfil sem modificações antes de iniciar o jogo no iniciador. Além disso, você está usando o Java 1.6, você pode tentar o Java 1.8. O Java da Oracle é o mais confiável com o Minecraft.

Faça o download do Java 1.8 da Oracle a partir daqui: link

Você desejará o pacote tar.gz do Linux x64 (ou x86, se você tiver um sistema de 32 bits).

  1. Faça o download do pacote
  2. Extraia-o usando tar -xvf <packagename>.tar.gz
  3. Mova o pacote para o local correto usando sudo mv <foldername> /usr/local/share
  4. Altere as configurações de perfil no Minecraft para usar o executável java na pasta bin (ou seja, /usr/local/share/<foldername>/bin/java . (altere as configurações do perfil e altere o caminho do executável java para isso)
  5. Execute o minecraft com o Java da Oracle 1.8
por Zzzach... 03.09.2016 / 08:36