---- Minecraft Crash Report ---- // I feel sad now :( Time: 12/19/14 10:00 AM Description: Ticking block entity java.lang.NullPointerException: Ticking block entity at net.minecraft.item.ItemStack.toString(ItemStack.java:460) at java.lang.String.valueOf(Unknown Source) at java.io.PrintStream.println(Unknown Source) at darkknight.jewelrycraft.tileentity.TileEntityShadowEye.addPedestalInfo(TileEntityShadowEye.java:224) at darkknight.jewelrycraft.tileentity.TileEntityShadowEye.addData(TileEntityShadowEye.java:209) at darkknight.jewelrycraft.tileentity.TileEntityShadowEye.updateEntity(TileEntityShadowEye.java:64) at net.minecraft.world.World.updateEntities(World.java:2133) at net.minecraft.client.Minecraft.runTick(Minecraft.java:2086) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1028) at net.minecraft.client.Minecraft.run(Minecraft.java:951) at net.minecraft.client.main.Main.main(Main.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) 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 java.lang.String.valueOf(Unknown Source) at java.io.PrintStream.println(Unknown Source) at darkknight.jewelrycraft.tileentity.TileEntityShadowEye.addPedestalInfo(TileEntityShadowEye.java:224) at darkknight.jewelrycraft.tileentity.TileEntityShadowEye.addData(TileEntityShadowEye.java:209) at darkknight.jewelrycraft.tileentity.TileEntityShadowEye.updateEntity(TileEntityShadowEye.java:64) -- Block entity being ticked -- Details: Name: jewelrycraft:shadowEye // darkknight.jewelrycraft.tileentity.TileEntityShadowEye Block type: ID #178 (tile.Jewelrycraft.shadowEye // darkknight.jewelrycraft.block.BlockShadowEye) Block data value: 3 / 0x3 / 0b0011 Block location: World: (-231,67,-716), Chunk: (at 9,4,4 in -15,-45; contains blocks -240,0,-720 to -225,255,-705), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513) Actual block type: ID #178 (tile.Jewelrycraft.shadowEye // darkknight.jewelrycraft.block.BlockShadowEye) Actual block data value: 3 / 0x3 / 0b0011 Stacktrace: at net.minecraft.world.World.updateEntities(World.java:2133) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['sor1n'/136, l='MpServer', x=-234.51, y=74.73, z=-714.85]] Chunk stats: MultiplayerChunkCache: 169, 169 Level seed: 0 Level generator: ID 01 - flat, ver 0. Features enabled: false Level generator options: Level spawn location: World: (-235,4,-715), Chunk: (at 5,0,5 in -15,-45; contains blocks -240,0,-720 to -225,255,-705), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513) Level time: 42034 game time, 26260 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 20 total; [EntityItem['item.item.arrow'/767550, l='MpServer', x=-252.19, y=64.13, z=-722.03], EntitySkeleton['Skeleton'/767917, l='MpServer', x=-221.50, y=16.00, z=-642.50], EntityCreeper['Creeper'/782785, l='MpServer', x=-218.50, y=16.00, z=-641.50], EntityBat['Bat'/760200, l='MpServer', x=-268.47, y=16.10, z=-662.25], EntityMinecartChest['entity.MinecartChest.name'/34, l='MpServer', x=-268.50, y=14.50, z=-657.50], EntityBat['Bat'/786331, l='MpServer', x=-248.75, y=10.10, z=-690.88], EntityClientPlayerMP['sor1n'/136, l='MpServer', x=-234.51, y=74.73, z=-714.85], EntityBat['Bat'/786330, l='MpServer', x=-246.43, y=10.79, z=-686.25], EntityBat['Bat'/786332, l='MpServer', x=-246.47, y=10.00, z=-675.24], EntityBat['Bat'/773215, l='MpServer', x=-174.54, y=25.68, z=-639.19], EntityBat['Bat'/779643, l='MpServer', x=-179.25, y=25.87, z=-637.57], EntityMinecartChest['entity.MinecartChest.name'/92, l='MpServer', x=-162.50, y=24.50, z=-680.50], EntityBat['Bat'/763113, l='MpServer', x=-242.88, y=16.10, z=-645.25], EntityMinecartChest['entity.MinecartChest.name'/96, l='MpServer', x=-167.50, y=25.50, z=-639.50], EntitySkeleton['Skeleton'/786732, l='MpServer', x=-246.56, y=15.00, z=-655.09], EntitySkeleton['Skeleton'/786731, l='MpServer', x=-254.34, y=15.00, z=-647.44], EntityItem['item.item.bone'/767552, l='MpServer', x=-252.34, y=64.13, z=-722.53], EntitySkeleton['Skeleton'/793795, l='MpServer', x=-259.50, y=15.00, z=-646.50], EntitySkeleton['Skeleton'/793797, l='MpServer', x=-255.28, y=15.00, z=-648.00], EntitySpider['Spider'/793798, l='MpServer', x=-256.31, y=15.00, z=-646.31]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:415) at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2555) at net.minecraft.client.Minecraft.run(Minecraft.java:973) at net.minecraft.client.main.Main.main(Main.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- 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: 361721336 bytes (344 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 Launched Version: 1.7 LWJGL: 2.9.1 OpenGL: GeForce GT 525M/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: ~~ERROR~~ NullPointerException: null Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1)