Advertisement
t2wave

Untitled

Apr 28th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.26 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.11.2-2282-6.0.0-BETA-2287.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Ouch. That hurt :(
  8.  
  9. Time: 4/28/17 5:53 PM
  10. Description: Ticking player
  11.  
  12. java.lang.NullPointerException: Slot cannot be null!
  13. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:229)
  14. at org.spongepowered.api.item.inventory.transaction.SlotTransaction.<init>(SlotTransaction.java:49)
  15. at net.minecraft.inventory.Container.detectAndSendChanges(Container.java:1478)
  16. at net.minecraft.inventory.Container.func_75142_b(Container.java:1453)
  17. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:280)
  18. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:158)
  19. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zkc000(WorldServer.java:2837)
  20. at net.minecraft.world.World.func_72866_a(World.java:4049)
  21. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
  22. at net.minecraft.world.World.func_72870_g(World.java:1932)
  23. at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:650)
  24. at net.minecraft.world.World.func_72939_s(World.java:6397)
  25. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2174)
  26. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
  27. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384)
  28. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
  29. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  30. at java.lang.Thread.run(Unknown Source)
  31.  
  32.  
  33. A detailed walkthrough of the error, its code path and all known details is as follows:
  34. ---------------------------------------------------------------------------------------
  35.  
  36. -- Head --
  37. Thread: Server thread
  38. Stacktrace:
  39. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:229)
  40. at org.spongepowered.api.item.inventory.transaction.SlotTransaction.<init>(SlotTransaction.java:49)
  41. at net.minecraft.inventory.Container.detectAndSendChanges(Container.java:1478)
  42. at net.minecraft.inventory.Container.func_75142_b(Container.java:1453)
  43. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:280)
  44. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:158)
  45. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zkc000(WorldServer.java:2837)
  46. at net.minecraft.world.World.func_72866_a(World.java:4049)
  47. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
  48. at net.minecraft.world.World.func_72870_g(World.java:1932)
  49.  
  50. -- Player being ticked --
  51. Details:
  52. Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
  53. Entity ID: 29409
  54. Entity Name: yabba45
  55. Entity's Exact location: 82.75, 84.06, -539.55
  56. Entity's Block location: World: (82,84,-540), Chunk: (at 2,5,4 in 5,-34; contains blocks 80,0,-544 to 95,255,-529), Region: (0,-2; contains chunks 0,-64 to 31,-33, blocks 0,0,-1024 to 511,255,-513)
  57. Entity's Momentum: 0.00, -0.08, 0.00
  58. Entity's Passengers: []
  59. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  60. Stacktrace:
  61. at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:650)
  62. at net.minecraft.world.World.func_72939_s(World.java:6397)
  63. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2174)
  64.  
  65. -- Affected level --
  66. Details:
  67. Level name: world
  68. All players: 4 total; [EntityPlayerMP['TheRomanDragon'/1544, l='world', x=802.50, y=105.00, z=-117.50], EntityPlayerMP['MagnumLava'/22667, l='world', x=1795.30, y=59.00, z=7350.48], EntityPlayerMP['t2wave'/29071, l='world', x=-237.78, y=63.00, z=-778.26], EntityPlayerMP['yabba45'/29409, l='world', x=82.75, y=84.06, z=-539.55]]
  69. Chunk stats: ServerChunkCache: 1842 Drop: 0
  70. Level seed: -705400793315129357
  71. Level generator: ID 00 - default, ver 1. Features enabled: true
  72. Level generator options:
  73. Level spawn location: World: (-226,63,-781), Chunk: (at 14,3,3 in -15,-49; contains blocks -240,0,-784 to -225,255,-769), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513)
  74. Level time: 174632770 game time, 12049122 day time
  75. Level dimension: 0
  76. Level storage version: 0x04ABD - Anvil
  77. Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
  78. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  79. Stacktrace:
  80. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
  81. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384)
  82. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
  83. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  84. at java.lang.Thread.run(Unknown Source)
  85.  
  86. -- System Details --
  87. Details:
  88. Minecraft Version: 1.11.2
  89. Operating System: Linux (amd64) version 2.6.32-279.22.1.el6.centos.plus.x86_64
  90. Java Version: 1.8.0_111, Oracle Corporation
  91. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  92. Memory: 978093376 bytes (932 MB) / 2130051072 bytes (2031 MB) up to 2130051072 bytes (2031 MB)
  93. JVM Flags: 7 total; -Xmx2048M -Xincgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts
  94. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  95. FML: MCP 9.38 Powered by Forge 13.20.0.2282 13 mods loaded, 13 mods active
  96. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  97. UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  98. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  99. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2282-universal.jar)
  100. UCHIJAAAA forge{13.20.0.2282} [Minecraft Forge] (forge-1.11.2-13.20.0.2282-universal.jar)
  101. UCHIJAAAA spongeapi{6.0.0-SNAPSHOT-fceb092} [SpongeAPI] (spongeforge-1.11.2-2282-6.0.0-BETA-2287.jar)
  102. UCHIJAAAA sponge{1.11.2-2282-6.0.0-BETA-2287} [SpongeForge] (spongeforge-1.11.2-2282-6.0.0-BETA-2287.jar)
  103. UCHIJAAAA griefprevention{3.1.1} [GriefPrevention] (griefprevention-1.11.2-3.1.1.289.jar)
  104. UCHIJAAAA luckperms{3.0.68} [LuckPerms] (LuckPerms-Sponge-3.0.68.jar)
  105. UCHIJAAAA nucleus{0.27.1-S6.0} [Nucleus] (Nucleus-0.27.1-1.11.2-S6.0-plugin.jar)
  106. UCHIJAAAA prism{3.0.0} [Prism] (Prism-3.0.0-beta2-38-gb1a1a63.jar)
  107. UCHIJAAAA signeditor{1.0.3} [SignEditor] (SignEditor-1.0.3-b4.jar)
  108. UCHIJAAAA voxelsniper{8.0.0} [VoxelSniper] (VoxelSniper-8.2.0-SNAPSHOT.jar)
  109. UCHIJAAAA worldedit{6.1.7-SNAPSHOT} [WorldEdit] (worldedit-sponge-6.1.7-SNAPSHOT-dist.jar)
  110. Loaded coremods (and transformers):
  111. SpongeCoremod (spongeforge-1.11.2-2282-6.0.0-BETA-2287.jar)
  112. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  113. Profiler Position: N/A (disabled)
  114. Player Count: 4 / 100; [EntityPlayerMP['TheRomanDragon'/1544, l='world', x=802.50, y=105.00, z=-117.50], EntityPlayerMP['MagnumLava'/22667, l='world', x=1795.30, y=59.00, z=7350.48], EntityPlayerMP['t2wave'/29071, l='world', x=-237.78, y=63.00, z=-778.26], EntityPlayerMP['yabba45'/29409, l='world', x=82.75, y=84.06, z=-539.55]]
  115. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  116. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement