首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >“我的世界”经常在Chromebook上崩溃

“我的世界”经常在Chromebook上崩溃
EN

Ask Ubuntu用户
提问于 2016-09-03 05:18:17
回答 1查看 4.6K关注 0票数 0

所以我刚从Chromebook下载了“我的世界”,我的游戏在我试着推出它的时候一直在崩溃,请帮我把它修好。

代码语言:javascript
复制
---- 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
EN

回答 1

Ask Ubuntu用户

发布于 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包。

  1. 下载软件包
  2. 使用tar -xvf <packagename>.tar.gz提取它
  3. 使用sudo mv <foldername> /usr/local/share将包移动到正确的位置
  4. 更改“我的世界”中的配置文件设置,以使用's bin文件夹中的java可执行文件(即/usr/local/share/<foldername>/bin/java。(更改配置文件设置,并将java可执行文件路径更改为此)
  5. 用Oracle的Java1.8运行“我的世界”
票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/820325

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档