Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.45 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 4/28/17 3:08 AM
  5. Description: Ticking player
  6.  
  7. java.lang.NullPointerException: Slot cannot be null!
  8. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:229)
  9. at org.spongepowered.api.item.inventory.transaction.SlotTransaction.<init>(SlotTransaction.java:49)
  10. at net.minecraft.inventory.Container.detectAndSendChanges(SourceFile:1320)
  11. at net.minecraft.inventory.Container.func_75142_b(SourceFile:1295)
  12. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(SourceFile:264)
  13. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:158)
  14. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zjo000(SourceFile:2652)
  15. at net.minecraft.world.World.func_72866_a(SourceFile:1517)
  16. at net.minecraft.world.WorldServer.func_72866_a(SourceFile:718)
  17. at net.minecraft.world.World.func_72870_g(SourceFile:1495)
  18. at net.minecraft.world.WorldServer.func_184147_l(SourceFile:574)
  19. at net.minecraft.world.World.func_72939_s(SourceFile:4461)
  20. at net.minecraft.world.WorldServer.func_72939_s(SourceFile:1989)
  21. at net.minecraft.server.MinecraftServer.func_71190_q(SourceFile:1571)
  22. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(SourceFile:335)
  23. at net.minecraft.server.MinecraftServer.func_71217_p(SourceFile:562)
  24. at net.minecraft.server.MinecraftServer.run(SourceFile:466)
  25. at java.lang.Thread.run(Unknown Source)
  26.  
  27.  
  28. A detailed walkthrough of the error, its code path and all known details is as follows:
  29. ---------------------------------------------------------------------------------------
  30.  
  31. -- Head --
  32. Thread: Server thread
  33. Stacktrace:
  34. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:229)
  35. at org.spongepowered.api.item.inventory.transaction.SlotTransaction.<init>(SlotTransaction.java:49)
  36. at net.minecraft.inventory.Container.detectAndSendChanges(SourceFile:1320)
  37. at net.minecraft.inventory.Container.func_75142_b(SourceFile:1295)
  38. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(SourceFile:264)
  39. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:158)
  40. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zjo000(SourceFile:2652)
  41. at net.minecraft.world.World.func_72866_a(SourceFile:1517)
  42. at net.minecraft.world.WorldServer.func_72866_a(SourceFile:718)
  43. at net.minecraft.world.World.func_72870_g(SourceFile:1495)
  44.  
  45. -- Player being ticked --
  46. Details:
  47. Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
  48. Entity ID: 161
  49. Entity Name: {PLAYER}
  50. Entity's Exact location: 2435.15, 66.00, -136.97
  51. Entity's Block location: World: (2435,66,-137), Chunk: (at 3,4,7 in 152,-9; contains blocks 2432,0,-144 to 2447,255,-129), Region: (4,-1; contains chunks 128,-32 to 159,-1, blocks 2048,0,-512 to 2559,255,-1)
  52. Entity's Momentum: 0.00, -0.08, 0.00
  53. Entity's Passengers: []
  54. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  55. Stacktrace:
  56. at net.minecraft.world.WorldServer.func_184147_l(SourceFile:574)
  57. at net.minecraft.world.World.func_72939_s(SourceFile:4461)
  58. at net.minecraft.world.WorldServer.func_72939_s(SourceFile:1989)
  59.  
  60. -- Affected level --
  61. Details:
  62. Level name: {WORLD}
  63. All players: 2 total; [EntityPlayerMP['{PLAYER}'/161, l='{WORLD}', x=2435.15, y=66.00, z=-136.97], EntityPlayerMP['{PLAYER2}'/8396, l='{WORLD}', x=24.63, y=73.00, z=298.47]]
  64. Chunk stats: ServerChunkCache: 908 Drop: 0
  65. Level seed: -7621201032547924524
  66. Level generator: ID 00 - default, ver 1. Features enabled: true
  67. Level generator options:
  68. Level spawn location: World: (43,74,297), Chunk: (at 11,4,9 in 2,18; contains blocks 32,0,288 to 47,255,303), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  69. Level time: 196403360 game time, 33722419 day time
  70. Level dimension: 0
  71. Level storage version: 0x04ABD - Anvil
  72. Level weather: Rain time: 3359 (now: false), thunder time: 3359 (now: true)
  73. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  74. Stacktrace:
  75. at net.minecraft.server.MinecraftServer.func_71190_q(SourceFile:1571)
  76. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(SourceFile:335)
  77. at net.minecraft.server.MinecraftServer.func_71217_p(SourceFile:562)
  78. at net.minecraft.server.MinecraftServer.run(SourceFile:466)
  79. at java.lang.Thread.run(Unknown Source)
  80.  
  81. -- System Details --
  82. Details:
  83. Minecraft Version: 1.11.2
  84. Operating System: Linux (amd64) version 3.10.23-xxxx-std-ipv6-64
  85. Java Version: 1.8.0_60, Oracle Corporation
  86. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  87. Memory: 228811368 bytes (218 MB) / 954728448 bytes (910 MB) up to 954728448 bytes (910 MB)
  88. JVM Flags: 2 total; -Xmx1024M -Xms1024M
  89. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  90. Plugins:
  91. Plugin{id=minecraft, name=Minecraft, version=1.11.2, description=Minecraft is a game about placing blocks and going on adventures, url=https://minecraft.net, authors=[Mojang], source=/home/minecraft/multicraft/servers/server2073/minecraft_server.1.11.2.jar}
  92. Plugin{id=sponge, name=SpongeVanilla, version=1.11.2-6.0.0-BETA-253, description=The SpongeAPI implementation for Vanilla Minecraft, url=https://www.spongepowered.org, source=/home/minecraft/multicraft/servers/server2073/spongevanilla-1.11.2-6.0.0-BETA-253.jar}
  93. Plugin{id=griefprevention, name=GriefPrevention, version=3.1.1, description=This plugin is designed to prevent all forms of grief., url=https://github.com/MinecraftPortCentral/GriefPrevention, source=mods/griefprevention-1.11.2-3.1.1.289.jar}
  94. Plugin{id=economylite, name=EconomyLite, version=2.11.0, description=An economy plugin for Sponge., source=mods/EconomyLite-5.0.0-2.11.0.jar}
  95. Plugin{id=tmotd, name=TitleMOTD, version=1.0, authors=[rojo8399], source=mods/TitleMOTD.-.1.0.jar}
  96. Plugin{id=luckperms, name=LuckPerms, version=3.1.7, description=A permissions plugin, authors=[Luck], source=mods/LuckPerms-Sponge-3.1.7.jar}
  97. Plugin{id=better-command-signs, name=Better Command Signs, version=0.0.1, source=mods/BetterCommandSigns-0.0.4.jar}
  98. Plugin{id=spongeapi, name=SpongeAPI, version=6.0.0-SNAPSHOT-fceb092, description=A Minecraft plugin API, url=https://www.spongepowered.org, source=/home/minecraft/multicraft/servers/server2073/spongevanilla-1.11.2-6.0.0-BETA-253.jar}
  99. Plugin{id=de_yottaflops_easyscoreboard, name=Easy Scoreboards, version=2.1.1, description=A plugin to easily create scoreboards for lobbys, source=mods/EasyScoreboards.jar}
  100. Plugin{id=nucleus, name=Nucleus, version=0.28.1-S6.0, description=The Ultimate Essentials Plugin., source=mods/Nucleus-0.28.1-S6.0-plugin.jar}
  101. Plugin{id=mcp, name=Mod Coder Pack, version=9.38, description=Modding toolkit to decompile and deobfuscate the Minecraft client and server files., url=http://www.modcoderpack.com/website/, authors=[Searge, ProfMobius, IngisKahn, Fesh0r, ZeuX, R4wk, LexManos, Bspkrs, Others], source=/home/minecraft/multicraft/servers/server2073/spongevanilla-1.11.2-6.0.0-BETA-253.jar}
  102. Plugin{id=bloodmoney, name=BloodMoney, version=0.3.2, description=Earn money by killing, url=http://github.com/TrenTech/BloodMoney, authors=[TrenTech], source=mods/bloodmoney-5.0.0-0.3.2.jar}
  103. Profiler Position: N/A (disabled)
  104. Player Count: 2 / 12; [EntityPlayerMP['{PLAYER}'/161, l='{WORLD}', x=2435.15, y=66.00, z=-136.97], EntityPlayerMP['{PLAYER2}'/8396, l='{WORLD}', x=24.63, y=73.00, z=298.47]]
  105. Is Modded: Definitely; Server brand changed to 'SpongeVanilla'
  106. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement