Minecraft 1.8.9 单人游戏崩溃-Failed to check session lock, aborting修复方
这个问题在进入旧的世界时出现。
当你点击你想玩的世界,并单击“进入所选的世界”按钮时,游戏就会崩溃。
修复方法:删除文件.minecraft/saves/<worldname>/session.lock
其中<worldname>指进入就崩溃的那个世界。
错误报告示例:
---- Minecraft Crash Report ----
// I let you down. Sorry :(
Time: 22-6-15 上午11:21
Description: Updating screen events
java.lang.RuntimeException: Failed to check session lock, aborting
at atm.h(SourceFile:49)
at atm.<init>(SourceFile:35)
at atj.<init>(SourceFile:19)
at atk.a(SourceFile:78)
at ave.a(SourceFile:1901)
at axv.i(SourceFile:172)
at axv$a.a(SourceFile:224)
at awi.p(SourceFile:315)
at axv.k(SourceFile:82)
at axu.p(SourceFile:390)
at ave.s(SourceFile:1498)
at ave.av(SourceFile:889)
at ave.a(SourceFile:325)
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 --
Stacktrace:
at atm.h(SourceFile:49)
at atm.<init>(SourceFile:35)
at atj.<init>(SourceFile:19)
at atk.a(SourceFile:78)
at ave.a(SourceFile:1901)
at axv.i(SourceFile:172)
at axv$a.a(SourceFile:224)
at awi.p(SourceFile:315)
at axv.k(SourceFile:82)
at axu.p(SourceFile:390)
-- Affected screen --
Details:
Screen name: aya
Stacktrace:
at ave.s(SourceFile:1498)
at ave.av(SourceFile:889)
at ave.a(SourceFile:325)
at net.minecraft.client.main.Main.main(SourceFile:124)
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 207252840 bytes (197 MB) / 274726912 bytes (262 MB) up to 5261754368 bytes (5018 MB)
JVM Flags: 6 total; -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmn256m -Xmx5017m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.8.9
LWJGL: 2.9.4
OpenGL: Intel(R) Iris(R) Xe Graphics GL version 4.6.0 - Build 30.0.101.1404, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs:
Current Language: 简体中文 (中国)
Profiler Position: N/A (disabled)
CPU: 8x 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
其中
java.lang.RuntimeException: Failed to check session lock, aborting说明了出现的问题。
漏洞名:[MC-10167]
[MC-10167] Failed to check session lock, aborting - Jira (mojang.com)
https://bugs.mojang.com/browse/MC-10167
不排除删除session.lock后漏洞仍存在的可能,如删除文件后游戏仍崩溃请在评论中告知: )