Advertisement
Guest User

Untitled

a guest
Dec 31st, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Quite honestly, I wouldn't worry myself about that.
  3.  
  4. Time: 31/12/14 15:57
  5. Description: Ticking block entity
  6.  
  7. java.lang.NullPointerException: Ticking block entity
  8. at thaumic.tinkerer.common.block.tile.TileSummon.func_145845_h(TileSummon.java:78)
  9. at net.minecraft.world.World.func_72939_s(World.java:2477)
  10. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
  11. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:943)
  12. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
  13. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
  14. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  15. at java.lang.Thread.run(Thread.java:745)
  16.  
  17.  
  18. A detailed walkthrough of the error, its code path and all known details is as follows:
  19. ---------------------------------------------------------------------------------------
  20.  
  21. -- Head --
  22. Stacktrace:
  23. at thaumic.tinkerer.common.block.tile.TileSummon.func_145845_h(TileSummon.java:78)
  24.  
  25. -- Block entity being ticked --
  26. Details:
  27. Name: ttinkerer:spawner // thaumic.tinkerer.common.block.tile.TileSummon
  28. Block type: ID #1590 (tile.spawner // thaumic.tinkerer.common.block.BlockSummon)
  29. Block data value: 0 / 0x0 / 0b0000
  30. Block location: World: (-1400,64,2035), Chunk: (at 8,4,3 in -88,127; contains blocks -1408,0,2032 to -1393,255,2047), Region: (-3,3; contains chunks -96,96 to -65,127, blocks -1536,0,1536 to -1025,255,2047)
  31. Actual block type: ID #1590 (tile.spawner // thaumic.tinkerer.common.block.BlockSummon)
  32. Actual block data value: 0 / 0x0 / 0b0000
  33. Stacktrace:
  34. at net.minecraft.world.World.func_72939_s(World.java:2477)
  35. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
  36.  
  37. -- Affected level --
  38. Details:
  39. Level name: DireWolf20
  40. All players: 10 total; [EntityPlayerMP['Tronsy'/2460, l='DireWolf20', x=3449.13, y=61.00, z=11407.95](Tronsy at 3449.132950213803,61.0,11407.951822632964), EntityPlayerMP['euto'/11183, l='DireWolf20', x=6877.11, y=75.00, z=-8755.50](euto at 6877.109435920489,75.0,-8755.49888148289), EntityPlayerMP['Bakamon0'/41279, l='DireWolf20', x=3232.11, y=5.00, z=11375.90](Bakamon0 at 3232.113702032421,5.0,11375.899735789546), EntityPlayerMP['koalalord9999'/1588, l='DireWolf20', x=-12061.74, y=75.42, z=-2208.52](koalalord9999 at -12061.735222156618,75.42149582668164,-2208.5204825612013), EntityPlayerMP['Oreo_gun'/84847, l='DireWolf20', x=-7167.86, y=64.00, z=7436.08](Oreo_gun at -7167.858765567865,64.0,7436.083704306592), EntityPlayerMP['Chabolla'/99778, l='DireWolf20', x=-1399.49, y=64.00, z=2042.95](Chabolla at -1399.4915181079343,64.0,2042.9487794823672), EntityPlayerMP['AmrNero'/125425, l='DireWolf20', x=808.15, y=57.00, z=13.28](AmrNero at 808.1549567684968,57.0,13.275761196588041), EntityPlayerMP['underbridge2487'/148591, l='DireWolf20', x=6878.30, y=75.00, z=-8746.10](underbridge2487 at 6878.302965182999,75.0,-8746.10309976917), EntityPlayerMP['JimboFee'/117974, l='DireWolf20', x=12766.64, y=227.52, z=1788.77](JimboFee at 12766.639986120854,227.5157070057908,1788.7727748466384), EntityPlayerMP['555radom'/1960, l='DireWolf20', x=-265.54, y=72.00, z=3612.10](555radom at -265.53684857177853,72.0,3612.1005174597117)]
  41. Chunk stats: ServerChunkCache: 3956 Drop: 0
  42. Level seed: -2608129962820926871
  43. Level generator: ID 00 - default, ver 1. Features enabled: true
  44. Level generator options:
  45. Level spawn location: World: (12827,204,1791), Chunk: (at 11,12,15 in 801,111; contains blocks 12816,0,1776 to 12831,255,1791), Region: (25,3; contains chunks 800,96 to 831,127, blocks 12800,0,1536 to 13311,255,2047)
  46. Level time: 89424900 game time, 90080787 day time
  47. Level dimension: 0
  48. Level storage version: 0x04ABD - Anvil
  49. Level weather: Rain time: 26791 (now: false), thunder time: 33397 (now: false)
  50. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  51. Stacktrace:
  52. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:943)
  53. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
  54. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
  55. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  56. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement