Advertisement
Serious07

Untitled

Apr 5th, 2015
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Ouch. That hurt :(
  3.  
  4. Time: 4/5/15 2:02 PM
  5. Description: Ticking block entity
  6.  
  7. java.lang.NullPointerException: Ticking block entity
  8. at ic2.core.crop.TileEntityCrop.tick(TileEntityCrop.java:204)
  9. at ic2.core.crop.TileEntityCrop.func_145845_h(TileEntityCrop.java:119)
  10. at net.minecraft.world.World.func_72939_s(World.java:1939)
  11. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  12. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
  13. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
  14. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  15. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  16. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  17.  
  18.  
  19. A detailed walkthrough of the error, its code path and all known details is as follows:
  20. ---------------------------------------------------------------------------------------
  21.  
  22. -- Head --
  23. Stacktrace:
  24. at ic2.core.crop.TileEntityCrop.tick(TileEntityCrop.java:204)
  25. at ic2.core.crop.TileEntityCrop.func_145845_h(TileEntityCrop.java:119)
  26.  
  27. -- Block entity being ticked --
  28. Details:
  29. Name: TECrop // ic2.core.crop.TileEntityCrop
  30. Block type: ID #597 (blockCrop // ic2.core.crop.BlockCrop)
  31. Block data value: 0 / 0x0 / 0b0000
  32. Block location: World: (-2941,50,-1651), Chunk: (at 3,3,13 in -184,-104; contains blocks -2944,0,-1664 to -2929,255,-1649), Region: (-6,-4; contains chunks -192,-128 to -161,-97, blocks -3072,0,-2048 to -2561,255,-1537)
  33. Actual block type: ID #597 (blockCrop // ic2.core.crop.BlockCrop)
  34. Actual block data value: 0 / 0x0 / 0b0000
  35. Stacktrace:
  36. at net.minecraft.world.World.func_72939_s(World.java:1939)
  37. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  38.  
  39. -- Affected level --
  40. Details:
  41. Level name: world
  42. All players: 13 total; [EntityPlayerMP['minvay'/1683, l='world', x=-659.97, y=66.00, z=1094.37], EntityPlayerMP['Me4'/2295, l='world', x=-781.62, y=78.15, z=838.82], EntityPlayerMP['Leonardo'/3217, l='world', x=-143.43, y=74.31, z=920.36], EntityPlayerMP['Jalkii_User'/4353, l='world', x=-664.46, y=66.00, z=1094.49], EntityPlayerMP['kot5nik'/7595, l='world', x=-2954.02, y=49.00, z=-1654.04], EntityPlayerMP['Zmiy666'/8660, l='world', x=-2940.15, y=50.31, z=-1651.33], EntityPlayerMP['kukla'/10437, l='world', x=-2058.42, y=63.00, z=1192.22], EntityPlayerMP['BankaKrovi'/17666, l='world', x=-138.54, y=74.24, z=924.28], EntityPlayerMP['Staer'/62407, l='world', x=-3730.14, y=66.00, z=1944.17], EntityPlayerMP['Serious07'/75558, l='world', x=-2941.29, y=52.61, z=-1653.20], EntityPlayerMP['Klifern'/76454, l='world', x=-2941.59, y=50.00, z=-1651.53], EntityPlayerMP['ipbars'/95188, l='world', x=1336.60, y=77.00, z=2108.26], EntityPlayerMP['elektronik'/96092, l='world', x=-2030.85, y=63.00, z=1112.66]]
  43. Chunk stats: ServerChunkCache: 3096 Drop: 0
  44. Level seed: 6039241036310004681
  45. Level generator: ID 00 - default, ver 1. Features enabled: false
  46. Level generator options:
  47. Level spawn location: World: (-1416,89,1222), Chunk: (at 8,5,6 in -89,76; contains blocks -1424,0,1216 to -1409,255,1231), Region: (-3,2; contains chunks -96,64 to -65,95, blocks -1536,0,1024 to -1025,255,1535)
  48. Level time: 46459100 game time, 46232750 day time
  49. Level dimension: 0
  50. Level storage version: 0x04ABD - Anvil
  51. Level weather: Rain time: 73248 (now: false), thunder time: 7994 (now: false)
  52. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  53. Stacktrace:
  54. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
  55. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
  56. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  57. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  58. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement