Minecraft 在 Chromebook 上不断崩溃

Minecraft 在 Chromebook 上不断崩溃

我刚刚从 Chromebook 下载了 minecraft,当我尝试启动它时,游戏不断崩溃,请帮我修复它,下面是它所说的内容


---- 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

答案1

尝试在从启动器启动游戏之前创建一个不做任何修改的新配置文件。此外,如果您使用的是 Java 1.6,您可以尝试使用 Java 1.8。Oracle 的 Java 对 Minecraft 来说最可靠。

从这里下载 Oracle 1.8 Java:http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

您将需要 Linux x64(如果您有 32 位系统,则需要 x86)tar.gz 包。

  1. 下载软件包
  2. 使用提取tar -xvf <packagename>.tar.gz
  3. 使用将包移动到正确的位置sudo mv <foldername> /usr/local/share
  4. 更改 Minecraft 中的配置文件设置以使用javabin 文件夹中的可执行文件(即/usr/local/share/<foldername>/bin/java。(更改配置文件设置,并将 java 可执行文件路径更改为此)
  5. 使用 Oracle 的 Java 1.8 运行 minecraft

相关内容