diff options
Diffstat (limited to 'eclipse/crash-reports/crash-2014-12-19_08.07.37-server.txt')
| -rw-r--r-- | eclipse/crash-reports/crash-2014-12-19_08.07.37-server.txt | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/eclipse/crash-reports/crash-2014-12-19_08.07.37-server.txt b/eclipse/crash-reports/crash-2014-12-19_08.07.37-server.txt new file mode 100644 index 0000000..a343d95 --- /dev/null +++ b/eclipse/crash-reports/crash-2014-12-19_08.07.37-server.txt @@ -0,0 +1,79 @@ +---- Minecraft Crash Report ---- +// Sorry :( + +Time: 12/19/14 8:07 AM +Description: Ticking block entity + +java.lang.NullPointerException: Ticking block entity + at net.minecraft.item.ItemStack.toString(ItemStack.java:460) + at darkknight.jewelrycraft.tileentity.TileEntityShadowEye.updateEntity(TileEntityShadowEye.java:63) + at net.minecraft.world.World.updateEntities(World.java:2133) + at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515) + at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703) + at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) + at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) + at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Stacktrace: + at net.minecraft.item.ItemStack.toString(ItemStack.java:460) + at darkknight.jewelrycraft.tileentity.TileEntityShadowEye.updateEntity(TileEntityShadowEye.java:63) + +-- Block entity being ticked -- +Details: + Name: jewelrycraft:shadowEye // darkknight.jewelrycraft.tileentity.TileEntityShadowEye + Block type: ID #179 (tile.Jewelrycraft.shadowEye // darkknight.jewelrycraft.block.BlockShadowEye) + Block data value: 2 / 0x2 / 0b0010 + Block location: World: (25,241,21), Chunk: (at 9,15,5 in 1,1; contains blocks 16,0,16 to 31,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) + Actual block type: ID #179 (tile.Jewelrycraft.shadowEye // darkknight.jewelrycraft.block.BlockShadowEye) + Actual block data value: 2 / 0x2 / 0b0010 +Stacktrace: + at net.minecraft.world.World.updateEntities(World.java:2133) + at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515) + +-- Affected level -- +Details: + Level name: Test + All players: 1 total; [EntityPlayerMP['sor1n'/24, l='Test', x=26.28, y=238.00, z=24.61]] + Chunk stats: ServerChunkCache: 316 Drop: 0 + Level seed: 2851198379011470011 + Level generator: ID 01 - flat, ver 0. Features enabled: true + Level generator options: 2;7,230x1,5x3,2;3;stronghold,biome_1,decoration,dungeon,mineshaft + Level spawn location: World: (0,4,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) + Level time: 692118 game time, 1183 day time + Level dimension: 0 + Level storage version: 0x04ABD - Anvil + Level weather: Rain time: 20359 (now: false), thunder time: 4324 (now: false) + Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true +Stacktrace: + at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703) + at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) + at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) + at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) + +-- System Details -- +Details: + Minecraft Version: 1.7.10 + Operating System: Windows 8.1 (amd64) version 6.3 + Java Version: 1.7.0_71, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 251061224 bytes (239 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB) + JVM Flags: 3 total; -Xincgc -Xmx512M -Xms512M + AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used + IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 + FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 4 mods loaded, 4 mods active + mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + FML{7.10.25.1208} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + Forge{10.13.0.1208} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + Jewelrycraft{1.5} [Jewelrycraft] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + Profiler Position: N/A (disabled) + Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used + Player Count: 1 / 8; [EntityPlayerMP['sor1n'/24, l='Test', x=26.28, y=238.00, z=24.61]] + Type: Integrated Server (map_client.txt) + Is Modded: Definitely; Client brand changed to 'fml,forge'
\ No newline at end of file |
