所以我刚从Chromebook下载了“我的世界”,我的游戏在我试着推出它的时候一直在崩溃,请帮我把它修好。
---- 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发布于 2016-09-03 06:36:21
尝试创建一个新的配置文件,没有任何修改,然后启动游戏从发射器。另外,您使用的是Java1.6,您可以尝试使用Java1.8。Oracle的Java是“我的世界”中最可靠的。
从此处下载Oracle1.8Java:http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html
您将需要Linux x64 (或者x86,如果您有32位系统) tar.gz包。
tar -xvf <packagename>.tar.gz提取它sudo mv <foldername> /usr/local/share将包移动到正确的位置java可执行文件(即/usr/local/share/<foldername>/bin/java。(更改配置文件设置,并将java可执行文件路径更改为此)https://askubuntu.com/questions/820325
复制相似问题