Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.82 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Don't be sad. I'll do better next time, I promise!
  8.  
  9. Time: 6/23/18 8:25 PM
  10. Description: Exception ticking world entities
  11.  
  12. java.lang.NullPointerException: Exception ticking world entities
  13. at net.minecraft.entity.player.EntityPlayer.func_96124_cp(EntityPlayer.java:2284)
  14. at net.minecraft.entity.player.EntityPlayer.func_145748_c_(EntityPlayer.java:2291)
  15. at com.pixelmonmod.pixelmon.storage.PlayerStorage.<init>(PlayerStorage.java:150)
  16. at com.pixelmonmod.pixelmon.storage.PokeballManager.loadPlayer(PokeballManager.java:216)
  17. at com.pixelmonmod.pixelmon.storage.PokeballManager.getPlayerStorage(PokeballManager.java:53)
  18. at com.pixelmonmod.pixelmon.listener.WorldEventListener.func_72709_b(WorldEventListener.java:40)
  19. at net.minecraft.world.World.func_72847_b(World.java:1226)
  20. at net.minecraft.world.WorldServer.func_72847_b(WorldServer.java:1128)
  21. at net.minecraft.world.World.func_72939_s(World.java:6560)
  22. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2222)
  23. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  24. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  25. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  26. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  27. at java.lang.Thread.run(Thread.java:748)
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
  32.  
  33. -- Head --
  34. Thread: Server thread
  35. Stacktrace:
  36. at net.minecraft.entity.player.EntityPlayer.func_96124_cp(EntityPlayer.java:2284)
  37. at net.minecraft.entity.player.EntityPlayer.func_145748_c_(EntityPlayer.java:2291)
  38. at com.pixelmonmod.pixelmon.storage.PlayerStorage.<init>(PlayerStorage.java:150)
  39. at com.pixelmonmod.pixelmon.storage.PokeballManager.loadPlayer(PokeballManager.java:216)
  40. at com.pixelmonmod.pixelmon.storage.PokeballManager.getPlayerStorage(PokeballManager.java:53)
  41. at com.pixelmonmod.pixelmon.listener.WorldEventListener.func_72709_b(WorldEventListener.java:40)
  42. at net.minecraft.world.World.func_72847_b(World.java:1226)
  43. at net.minecraft.world.WorldServer.func_72847_b(WorldServer.java:1128)
  44. at net.minecraft.world.World.func_72939_s(World.java:6560)
  45. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2222)
  46.  
  47. -- Affected level --
  48. Details:
  49. Level name: world
  50. All players: 13 total; [EntityPlayerMP['TaehyungsMullet'/166103, l='world', x=4420.08, y=68.00, z=2474.79], EntityPlayerMP['TheOneTrueLord'/300004, l='world', x=4818.89, y=63.00, z=4337.51], EntityPlayerMP['XKillerKeemWhale'/330952, l='world', x=4355.52, y=69.00, z=1197.76], EntityPlayerMP['PapaGravy'/344009, l='world', x=1415.42, y=63.00, z=552.58], EntityPlayerMP['DarkAlligner'/366358, l='world', x=3913.38, y=65.00, z=3183.29], EntityPlayerMP['Dragodragon'/367853, l='world', x=930.83, y=68.00, z=2296.94], EntityPlayerMP['ElitePvPz_'/379268, l='world', x=1195.68, y=64.00, z=4662.72], EntityPlayerMP['iceberg149'/389455, l='world', x=3976.30, y=69.50, z=3071.28], EntityPlayerMP['Paintress'/394555, l='world', x=1964.61, y=133.00, z=4070.70], EntityPlayerMP['boops_'/395921, l='world', x=-54.12, y=81.00, z=-210.33], EntityPlayerMP['AnTi4ever90'/377670, l='world', x=4818.98, y=63.00, z=4344.70], EntityPlayerMP['DiamondArrow'/397295, l='world', x=-59.70, y=81.00, z=-42.70], EntityPlayerMP['VodkaBare'/400177, l='world', x=-88.62, y=74.00, z=-59.78]]
  51. Chunk stats: ServerChunkCache: 6958 Drop: 0
  52. Level seed: -6797237671054580672
  53. Level generator: ID 00 - default, ver 1. Features enabled: true
  54. Level generator options:
  55. Level spawn location: World: (-86,62,-130), Chunk: (at 10,3,14 in -6,-9; contains blocks -96,0,-144 to -81,255,-129), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  56. Level time: 100361143 game time, 466682 day time
  57. Level dimension: 0
  58. Level storage version: 0x04ABD - Anvil
  59. Level weather: Rain time: 46771 (now: false), thunder time: 2948 (now: false)
  60. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  61.  
  62. -- Sponge PhaseTracker --
  63. Details:
  64. Phase Stack: [Empty stack]
  65. Stacktrace:
  66. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjf000(MinecraftServer.java:3997)
  67. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  68. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
  69. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:554)
  70. at java.lang.Thread.run(Thread.java:748)
  71.  
  72. -- System Details --
  73. Details:
  74. Minecraft Version: 1.12.2
  75. Operating System: Linux (amd64) version 4.9.87-xxxx-std-ipv6-64
  76. Java Version: 1.8.0_171, Oracle Corporation
  77. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  78. Memory: 12898184848 bytes (12300 MB) / 20658520064 bytes (19701 MB) up to 20658520064 bytes (19701 MB)
  79. JVM Flags: 2 total; -Xmx20000M -Xms20000M
  80. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  81. FML: MCP 9.42 Powered by Forge 14.23.4.2705 66 mods loaded, 66 mods active
  82. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  83.  
  84. | State | ID | Version | Source | Signature |
  85. |:--------- |:---------------------- |:--------------------------- |:--------------------------------------------- |:---------------------------------------- |
  86. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  87. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  88. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  89. | UCHIJAAAA | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  90. | UCHIJAAAA | spongeapi | 7.1.0-SNAPSHOT-d453c3e | spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar | None |
  91. | UCHIJAAAA | sponge | 1.12.2-2705-7.1.0-BETA-3206 | spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar | 6729a677746f8cf63ef31881f913ed15d431b7f0 |
  92. | UCHIJAAAA | adamantineshield | 0.4.1 | AdamantineShield-0.4.1-nohoppers.jar | None |
  93. | UCHIJAAAA | pixelmon | 6.3.1 | Pixelmon-1.12.2-6.3.1-universal.jar | None |
  94. | UCHIJAAAA | agp | 0.5.5-Beta | AnotherGymPlugin-1.12.2-0.5.5-beta.jar | None |
  95. | UCHIJAAAA | bosscommands | 1.0 | BossAnnouncer-1.0.1.jar | None |
  96. | UCHIJAAAA | placeholderapi | 4.4 | PlaceholderAPI-4.4_7.0.jar | None |
  97. | UCHIJAAAA | bossbarmessages | 1.0.1 | BossBarMessages-s7.0-v1.0.2.jar | None |
  98. | UCHIJAAAA | cmdcontrol | 1.1.0 | CmdControl-s7.1-v1.1.0.jar | None |
  99. | UCHIJAAAA | dailyrewards | | DailyRewardsExtended-api7-1.2.3.jar | None |
  100. | UCHIJAAAA | nuvotifier | 2.3.5 | serious-nuvotifier-universal-API7-2.3.5.jar | None |
  101. | UCHIJAAAA | enjin-minecraft-plugin | 3.4.3-sponge7 | EMPSponge7.jar | None |
  102. | UCHIJAAAA | griefprevention | 4.3.0 | griefprevention-1.12.2-4.3.0.619.jar | None |
  103. | UCHIJAAAA | gts | 3.8.2-S7.1 | GTS-3.8.2-S7.1.jar | None |
  104. | UCHIJAAAA | holograms | 3.1 | holograms-3.1.jar | None |
  105. | UCHIJAAAA | huskyui | 0.6.0PRE2 | HuskyUI-v0.6.0PRE2-API7.jar | None |
  106. | UCHIJAAAA | huskycrates | 2.0.0PRE7 | HuskyCrates.jar | None |
  107. | UCHIJAAAA | icyumelting | 1.0.0 | icyumelting-1.0.0.jar | None |
  108. | UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  109. | UCHIJAAAA | luckperms | 4.2.23 | LuckPerms-Sponge-4.2.23.jar | None |
  110. | UCHIJAAAA | nucleus | 1.4.0-S7.0 | Nucleus-1.4.0-S7.0-MC1.12.2-plugin.jar | None |
  111. | UCHIJAAAA | magibridge | 2.4.5.1 | MagiBridge-API7-2.4.5.1.jar | None |
  112. | UCHIJAAAA | mmcprefix | 1.2.2 | MMCPrefix-1.2.2-API7.jar | None |
  113. | UCHIJAAAA | nbtedit | 1.11.2-2.0.2 | NBTEdit-1.12-2.0.2.jar | None |
  114. | UCHIJAAAA | pec | 0.2.0 | ParticleEffectCombinator-0.2.0.jar | None |
  115. | UCHIJAAAA | pixelannouncer | 1.1.0 | PixelAnnouncer-1.12.2-1.1.0.jar | None |
  116. | UCHIJAAAA | pixelevent | GRADLE:VERSION- | PixelEvent-3.0.jar | None |
  117. | UCHIJAAAA | pixelextras | 2.3.7 | PixelExtras-1.12.2-2.3.7-universal.jar | None |
  118. | UCHIJAAAA | pixelgenocide | 1.0.1 | PixelGenocide-1.0.1.jar | None |
  119. | UCHIJAAAA | pixelhunt | 1.1-MC1.12.2-F2705-S7.1.0 | PixelHunt-1.1-MC1.12.2-F2705-S7.1.0.jar | None |
  120. | UCHIJAAAA | pixelmoneconomybridge | 2.0.1 | PixelmonEconomyBridge-1.12.2-2.0.1.jar | None |
  121. | UCHIJAAAA | pixelmonfriends | 2.2.0 | pixelmonfriends-1.12.2-2.2.0-universal.jar | None |
  122. | UCHIJAAAA | pixelmonlogger | 1.1.5-S7.1 | pixelmonlogger-1.1.5-S7.1.jar | None |
  123. | UCHIJAAAA | pixelmonloggermod | 1.0 | pixelmonlogger-1.1.5-S7.1.jar | None |
  124. | UCHIJAAAA | pixelupgrade | 4.1.0 | PixelUpgrade-1.12.2-4.1.0.jar | None |
  125. | UCHIJAAAA | plan | 4.3.2 | Plan-4.3.2.jar | None |
  126. | UCHIJAAAA | pokedexrewards | 0.7 | PokedexRewards-0.7-MC1.12.2-F2611-S7.1.0.jar | None |
  127. | UCHIJAAAA | pokedisguisemod | 1.0 | PokeDisguise-1.12.2-1.6.2-universal.jar | None |
  128. | UCHIJAAAA | pokedisguise | 1.6.2 | PokeDisguise-1.12.2-1.6.2-universal.jar | None |
  129. | UCHIJAAAA | pokedisplay | 1.0 | PokeDisplay-1.0.jar | None |
  130. | UCHIJAAAA | pokeview | GRADLE:VERSION- | PokeView-1.5.jar | None |
  131. | UCHIJAAAA | pvptoggle | 1.2.0 | PvPToggle-1.2.0.jar | None |
  132. | UCHIJAAAA | pwnfilter | 3.5.0 | pwnfilter-4.0.0.jar | None |
  133. | UCHIJAAAA | randomleg | 1.4 | RandomLeg-1.4.jar | None |
  134. | UCHIJAAAA | referrals | 1.3.0-7 | Referrals-1.3.0-7.jar | None |
  135. | UCHIJAAAA | seriousvote | 4.8.4 | seriousvote-4.8.4.jar | None |
  136. | UCHIJAAAA | shulkerbox | 1.3.0 | Shulker-4.0.jar | None |
  137. | UCHIJAAAA | spark | 1.0.4 | spark (1).jar | None |
  138. | UCHIJAAAA | tabmanager | 2.1.1-S7.0-MC1.12.2 | TabManager-2.1.1-S7.0-MC1.12.2.jar | None |
  139. | UCHIJAAAA | totaleconomy | 1.8.1 | TotalEconomy-1.8.1.jar | None |
  140. | UCHIJAAAA | tournaments | 2.3.2 | Tournaments-1.12.2-2.3.2.jar | None |
  141. | UCHIJAAAA | pixeltradelogger | 1.0.0 | TradeLogger-1.0.0.jar | None |
  142. | UCHIJAAAA | trainercommands | 2.4.0 | TrainerCommands-1.12-2.4.0-universal.jar | None |
  143. | UCHIJAAAA | universalmarket | 1.0 | UniversalMarket-1.12.2-v1.2.1.jar | None |
  144. | UCHIJAAAA | virtualchest | 1.0.0-beta-6 | VirtualChest-1.0.0-beta-6.jar | None |
  145. | UCHIJAAAA | voteparty | 2.0.1 | VoteParty-2.0.1.jar | None |
  146. | UCHIJAAAA | voxelsniper | 8.5.0-SNAPSHOT | VoxelSniper-8.5.0-SNAPSHOT.jar | None |
  147. | UCHIJAAAA | wondertrade | 4.5.1 | WonderTrade-1.12.2-4.5.1-universal-RC_6.3.jar | None |
  148. | UCHIJAAAA | wondertake | 1.0.1 | WonderTake-1.0.1.jar | None |
  149. | UCHIJAAAA | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
  150. | UCHIJAAAA | zpixelmonplaceholders | 1.3.1-hotfix | zpixelmonplaceholders-1.3.1-hotfix.jar | None |
  151. | UCHIJAAAA | cmdbuilder | 1.2.0 | CmdBuilder-s7.1-v1.2.0.jar | None |
  152.  
  153. Loaded coremods (and transformers):
  154. SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar)
  155. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  156. Profiler Position: N/A (disabled)
  157. Player Count: 17 / 100; [EntityPlayerMP['TaehyungsMullet'/166103, l='world', x=4420.08, y=68.00, z=2474.79], EntityPlayerMP['orangejuiq'/225706, l='oldworld', x=-212.74, y=201.68, z=15.19], EntityPlayerMP['TheOneTrueLord'/300004, l='world', x=4818.89, y=63.00, z=4337.51], EntityPlayerMP['XKillerKeemWhale'/330952, l='world', x=4355.52, y=69.00, z=1197.76], EntityPlayerMP['BlackCatX'/331609, l='oldworld', x=-211.66, y=121.72, z=5.02], EntityPlayerMP['PapaGravy'/344009, l='world', x=1415.42, y=63.00, z=552.58], EntityPlayerMP['Xines'/338425, l='oldworld', x=-215.91, y=200.06, z=14.20], EntityPlayerMP['DarkAlligner'/366358, l='world', x=3913.38, y=65.00, z=3183.29], EntityPlayerMP['Rockin2652'/352369, l='oldworld', x=-205.12, y=196.02, z=71.43], EntityPlayerMP['Dragodragon'/367853, l='world', x=930.83, y=68.00, z=2296.94], EntityPlayerMP['ElitePvPz_'/379268, l='world', x=1195.68, y=64.00, z=4662.72], EntityPlayerMP['iceberg149'/389455, l='world', x=3976.30, y=69.50, z=3071.28], EntityPlayerMP['Paintress'/394555, l='world', x=1964.61, y=133.00, z=4070.70], EntityPlayerMP['boops_'/395921, l='world', x=-54.12, y=81.00, z=-210.33], EntityPlayerMP['AnTi4ever90'/377670, l='world', x=4818.98, y=63.00, z=4344.70], EntityPlayerMP['DiamondArrow'/397295, l='world', x=-59.70, y=81.00, z=-42.70], EntityPlayerMP['VodkaBare'/400177, l='world', x=-88.62, y=74.00, z=-59.78]]
  158. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  159. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement