大家好,今天在玩转单指令方块刷多个生物时游戏崩了,于是就编写了一条让游戏崩溃的指令。当刷出多个生物的话,如果掉落沙骑在骷髅马上,那游戏就会崩溃(不知为何)。指令是:
- /summon Bat ~ ~1 ~
- {Riding:{id:FallingSand,Riding:{id:EntityHorse,Tame:1,Saddle:1,Type:4}}}
本人的崩溃记录:
- ---- Minecraft Crash Report ----
- // Don't be sad. I'll do better next time, I promise!
- Time: 14-1-16 ??5:28
- Description: Ticking entity
- java.lang.ClassCastException: wu cannot be cast to sg
- at vt.f(SourceFile:1179)
- at sg.e(SourceFile:1436)
- at sh.e(SourceFile:300)
- at rg.e(SourceFile:116)
- at vq.e(SourceFile:41)
- at vt.e(SourceFile:978)
- at sg.m_(SourceFile:1271)
- at sh.m_(SourceFile:171)
- at vt.m_(SourceFile:1009)
- at agx.a(SourceFile:1418)
- at nb.a(SourceFile:514)
- at agx.g(SourceFile:1396)
- at agx.i(SourceFile:1301)
- at nb.i(SourceFile:393)
- at net.minecraft.server.MinecraftServer.u(SourceFile:527)
- at net.minecraft.server.MinecraftServer.t(SourceFile:461)
- at bve.t(SourceFile:123)
- at net.minecraft.server.MinecraftServer.run(SourceFile:379)
- at lr.run(SourceFile:647)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Stacktrace:
- at vt.f(SourceFile:1179)
- at sg.e(SourceFile:1436)
- at sh.e(SourceFile:300)
- at rg.e(SourceFile:116)
- at vq.e(SourceFile:41)
- at vt.e(SourceFile:978)
- at sg.m_(SourceFile:1271)
- at sh.m_(SourceFile:171)
- at vt.m_(SourceFile:1009)
- at agx.a(SourceFile:1418)
- at nb.a(SourceFile:514)
- at agx.g(SourceFile:1396)
- -- Entity being ticked --
- Details:
- Entity Type: EntityHorse (vt)
- Entity ID: 9812
- Entity Name: Skeleton Brumby
- Entity's Exact location: 235.50, 75.00, 239.50
- Entity's Block location: 235.00,75.00,239.00 - World: (235,75,239), Chunk: (at 11,4,15 in 14,14; contains blocks 224,0,224 to 239,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
- Entity's Momentum: 0.00, 0.00, 0.00
- Entity's Rider: wu['Falling Block'/9811, l='New World', x=235.50, y=75.00, z=239.50]
- Entity's Vehicle: ~~ERROR~~ NullPointerException: null
- Stacktrace:
- at agx.i(SourceFile:1301)
- at nb.i(SourceFile:393)
- -- Affected level --
- Details:
- Level name: New World
- All players: 1 total; [ne['PotatoMaster101'/7312, l='New World', x=235.17, y=73.78, z=239.74]]
- Chunk stats: ServerChunkCache: 688 Drop: 0
- Level seed: 7071423172801282264
- Level generator: ID 00 - default, ver 1. Features enabled: true
- Level generator options:
- Level spawn location: 244.00,64.00,232.00 - World: (244,64,232), Chunk: (at 4,4,8 in 15,14; contains blocks 240,0,224 to 255,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
- Level time: 94 game time, 94 day time
- Level dimension: 0
- Level storage version: 0x04ABD - Anvil
- Level weather: Rain time: 93312 (now: false), thunder time: 39703 (now: false)
- Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
- Stacktrace:
- at net.minecraft.server.MinecraftServer.u(SourceFile:527)
- at net.minecraft.server.MinecraftServer.t(SourceFile:461)
- at bve.t(SourceFile:123)
- at net.minecraft.server.MinecraftServer.run(SourceFile:379)
- at lr.run(SourceFile:647)
- -- System Details --
- Details:
- Minecraft Version: 14w02c
- Operating System: Windows 8 (amd64) version 6.2
- Java Version: 1.7.0_10, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 197001504 bytes (187 MB) / 394723328 bytes (376 MB) up to 954466304 bytes (910 MB)
- JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
- IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
- Profiler Position: N/A (disabled)
- Player Count: 1 / 8; [ne['PotatoMaster101'/7312, l='New World', x=235.17, y=73.78, z=239.74]]
- Type: Integrated Server (map_client.txt)
- Is Modded: Probably not. Jar signature remains and both client + server brands are untouched.
=============END=============