0

我在我最喜欢的世界上使用局域网服务器,当我保存并退出世界时,一切正常。后来我试图进入这个世界,它在加载屏幕上有点小故障,当我进入这个世界时,它非常没有反应,我的意思是我会打破一个块并且什么都不会发生,块就消失了,当我尝试访问箱子时,需要两分钟才能看到内容。过了一会儿它崩溃了,我得到这个错误代码:

  Minecraft has crashed!      
  ----------------------      

Minecraft has stopped running because it encountered a problem; Exception in server tick loop

A full error report has been saved to C:\Users\SovietOnion\AppData\Roaming\.minecraft\crash-reports\crash-2012-11-15_00.11.55-server.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(



--- BEGIN ERROR REPORT 1e5074f8 --------
Full report at:
C:\Users\SovietOnion\AppData\Roaming\.minecraft\crash-reports\crash-2012-11-  15_00.11.55-server.txt
Please show that file to Mojang, NOT just this screen!

Generated 11/15/12 12:12 AM

-- System Details --
Details:
Minecraft Version: 1.4.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_05, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 318267992 bytes (303 MB) / 534249472 bytes (509 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 23258 (1302448 bytes; 1 MB) allocated, 23258 (1302448 bytes; 1 MB) used
Suspicious classes: No suspicious classes found.
IntCache: cache: 15, tcache: 0, allocated: 3, tallocated: 63
Profiler Position: N/A (disabled)
Vec3 Pool Size: 149614 (8378384 bytes; 7 MB) allocated, 149614 (8378384 bytes; 7 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Probably not. Jar signature remains and both client + server brands are untouched.

java.lang.NullPointerException
at cf.b(SourceFile:103)
at cf.a(SourceFile:35)
at iv.b(SourceFile:437)
at gm.a(SourceFile:72)
at bdr.b(SourceFile:73)
at net.minecraft.server.MinecraftServer.r(SourceFile:769)
at net.minecraft.server.MinecraftServer.q(SourceFile:686)
at bdo.q(SourceFile:117)
at net.minecraft.server.MinecraftServer.run(SourceFile:620)
at fy.run(SourceFile:856)
--- END ERROR REPORT 8eb5620c ----------

当它说完整的错误报告位于“”时,它说:

---- Minecraft Crash Report ----
// I'm sorry, Dave.

Time: 11/15/12 12:18 AM
Description: Exception in server tick loop

java.lang.NullPointerException
at cf.b(SourceFile:103)
at cf.a(SourceFile:35)
at iv.b(SourceFile:437)
at gm.a(SourceFile:72)
at bdr.b(SourceFile:73)
at net.minecraft.server.MinecraftServer.r(SourceFile:769)
at net.minecraft.server.MinecraftServer.q(SourceFile:686)
at bdo.q(SourceFile:117)
at net.minecraft.server.MinecraftServer.run(SourceFile:620)
at fy.run(SourceFile:856)


-- System Details --
Details:
Minecraft Version: 1.4.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_05, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 190459000 bytes (181 MB) / 536018944 bytes (511 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 23208 (1299648 bytes; 1 MB) allocated, 23208 (1299648 bytes; 1 MB) used
Suspicious classes: No suspicious classes found.
IntCache: cache: 15, tcache: 0, allocated: 3, tallocated: 63
Profiler Position: N/A (disabled)
Vec3 Pool Size: 149633 (8379448 bytes; 7 MB) allocated, 149633 (8379448 bytes; 7 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Probably not. Jar signature remains and both client + server brands are untouched.
4

1 回答 1

2

一个NullPointerException应用程序中的一个已经被混淆了(就像这个很明显),只能由供应商/供应商调试。

我建议您提交错误报告....并向您喜欢的神祈祷。

您还可以在 Minecraft 论坛上获得帮助。

但基本上,这不是我们可以在这里为您提供帮助的事情......因为您正在使用的应用程序的封闭/混淆性质。

于 2012-11-15T05:33:54.870 回答