Guest User

Untitled

a guest
Mar 14th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.24 KB | None | 0 0
  1.  
  2.  
  3. ---- Minecraft Crash Report ----
  4.  
  5. WARNING: coremods are present:
  6. SpongeCoremod (spongeforge-1.8.9-1763-4.1.0-BETA-1195.jar)
  7. Java8CheckerCoremod (Pixelmon-1.8.9-4.2.3-universal.jar)
  8. Contact their authors BEFORE contacting forge
  9.  
  10. // Quite honestly, I wouldn't worry myself about that.
  11.  
  12. Time: 3/13/16 3:00 PM
  13. Description: Saving entity NBT
  14.  
  15. java.lang.NullPointerException: Saving entity NBT
  16. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.getPixelmonWrapper(Entity6CanBattle.java:901)
  17. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70014_b(Entity8HoldsItems.java:124)
  18. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70014_b(Entity10CanBreed.java:132)
  19. at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70014_b(EntityPixelmon.java:369)
  20. at net.minecraft.entity.Entity.func_70109_d(Entity.java:1388)
  21. at org.spongepowered.common.entity.SpongeEntitySnapshotBuilder.from(SpongeEntitySnapshotBuilder.java:139)
  22. at net.minecraft.entity.Entity.createSnapshot(Entity.java:306)
  23. at org.spongepowered.common.event.CauseTracker.handleEntitySpawns(CauseTracker.java:347)
  24. at org.spongepowered.common.event.CauseTracker.handlePostTickCaptures(CauseTracker.java:521)
  25. at net.minecraft.world.World.redirect$onCallEntityUpdate$0(World.java:306)
  26. at net.minecraft.world.World.func_72866_a(World.java:1862)
  27. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:700)
  28. at net.minecraft.world.World.func_72870_g(World.java:1831)
  29. at net.minecraft.world.World.func_72939_s(World.java:1663)
  30. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:545)
  31. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:701)
  32. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
  33. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
  34. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
  35. at java.lang.Thread.run(Unknown Source)
  36.  
  37.  
  38. A detailed walkthrough of the error, its code path and all known details is as follows:
  39. ---------------------------------------------------------------------------------------
  40.  
  41. -- Head --
  42. Stacktrace:
  43. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.getPixelmonWrapper(Entity6CanBattle.java:901)
  44. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70014_b(Entity8HoldsItems.java:124)
  45. at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70014_b(Entity10CanBreed.java:132)
  46. at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70014_b(EntityPixelmon.java:369)
  47.  
  48. -- Entity being saved --
  49. Details:
  50. Entity Type: pixelmon.Pixelmon (com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon)
  51. Entity ID: 1055
  52. Entity Name: Aron
  53. Entity's Exact location: -315.06, 104.62, 10.35
  54. Entity's Block location: -316.00,104.00,10.00 - World: (-316,104,10), Chunk: (at 4,6,10 in -20,0; contains blocks -320,0,0 to -305,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  55. Entity's Momentum: 0.00, 0.00, 0.00
  56. Entity's Rider: ~~ERROR~~ NullPointerException: null
  57. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  58. Stacktrace:
  59. at net.minecraft.entity.Entity.func_70109_d(Entity.java:1388)
  60. at org.spongepowered.common.entity.SpongeEntitySnapshotBuilder.from(SpongeEntitySnapshotBuilder.java:139)
  61. at net.minecraft.entity.Entity.createSnapshot(Entity.java:306)
  62. at org.spongepowered.common.event.CauseTracker.handleEntitySpawns(CauseTracker.java:347)
  63. at org.spongepowered.common.event.CauseTracker.handlePostTickCaptures(CauseTracker.java:521)
  64. at net.minecraft.world.World.redirect$onCallEntityUpdate$0(World.java:306)
  65. at net.minecraft.world.World.func_72866_a(World.java:1862)
  66. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:700)
  67. at net.minecraft.world.World.func_72870_g(World.java:1831)
  68.  
  69. -- Entity being ticked --
  70. Details:
  71. Entity Type: pixelmon.Trainer (com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer)
  72. Entity ID: 814
  73. Entity Name: Sans
  74. Entity's Exact location: -314.50, 104.00, 8.50
  75. Entity's Block location: -315.00,104.00,8.00 - World: (-315,104,8), Chunk: (at 5,6,8 in -20,0; contains blocks -320,0,0 to -305,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  76. Entity's Momentum: 0.00, -0.08, 0.00
  77. Entity's Rider: ~~ERROR~~ NullPointerException: null
  78. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  79. Stacktrace:
  80. at net.minecraft.world.World.func_72939_s(World.java:1663)
  81. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:545)
  82.  
  83. -- Affected level --
  84. Details:
  85. Level name: DeadPixel
  86. All players: 2 total; [EntityPlayerMP['1BadGTO'/60, l='DeadPixel', x=999621.94, y=72.18, z=999345.34], EntityPlayerMP['smdooley'/812, l='DeadPixel', x=-315.06, y=104.62, z=10.35]]
  87. Chunk stats: ServerChunkCache: 1146 Drop: 0
  88. Level seed: 950863049
  89. Level generator: ID 00 - default, ver 1. Features enabled: false
  90. Level generator options:
  91. Level spawn location: -122.00,65.00,247.00 - World: (-122,65,247), Chunk: (at 6,4,7 in -8,15; contains blocks -128,0,240 to -113,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  92. Level time: 3141397 game time, 2916580 day time
  93. Level dimension: 0
  94. Level storage version: 0x04ABD - Anvil
  95. Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
  96. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  97. Stacktrace:
  98. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:701)
  99. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
  100. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
  101. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
  102. at java.lang.Thread.run(Unknown Source)
  103.  
  104. -- System Details --
  105. Details:
  106. Minecraft Version: 1.8.9
  107. Operating System: Windows 7 (amd64) version 6.1
  108. Java Version: 1.8.0_72, Oracle Corporation
  109. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  110. Memory: 1208577728 bytes (1152 MB) / 2108162048 bytes (2010 MB) up to 3817865216 bytes (3641 MB)
  111. JVM Flags: 1 total; -Xmx4G
  112. IntCache: cache: 0, tcache: 1, allocated: 12, tallocated: 94
  113. FML: MCP 9.19 Powered by Forge 11.15.1.1763 12 mods loaded, 12 mods active
  114. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  115. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  116. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1763-universal.jar)
  117. UCHIJAAAA Forge{11.15.1.1763} [Minecraft Forge] (forge-1.8.9-11.15.1.1763-universal.jar)
  118. UCHIJAAAA sponge{DEV} [SpongeForge] (spongeforge-1.8.9-1763-4.1.0-BETA-1195.jar)
  119. UCHIJAAAA io.github.hsyyid.essentialcmds{7.8c-23b5a56} [EssentialCmds] (EssentialCmds-7.8c.jar)
  120. UCHIJAAAA pixelmon{4.2.3} [Pixelmon] (Pixelmon-1.8.9-4.2.3-universal.jar)
  121. UCHIJAAAA ivsevs{4.1.0} [IVsEVs] (Evs-Ivs-1.8.9-4.1.0-universal.jar)
  122. UCHIJAAAA io.github.hsyyid.kits{1.5d} [Kits] (Kits-1.6.jar)
  123. UCHIJAAAA ninja.leaping.permissionsex{2.0-SNAPSHOT} [PermissionsEx] (PermissionsEx-Sponge.jar)
  124. UCHIJAAAA io.github.hsyyid.polis{2.3c} [Polis] (Polis-2.3c.jar)
  125. UCHIJAAAA totaleconomy{1.4.0} [Total Economy] (TotalEconomy-v1.4.0.jar)
  126. UCHIJAAAA twentyticks{1.0.0} [Twenty Ticks] (twentyticks.jar)
  127. Loaded coremods (and transformers):
  128. SpongeCoremod (spongeforge-1.8.9-1763-4.1.0-BETA-1195.jar)
  129. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  130. Java8CheckerCoremod (Pixelmon-1.8.9-4.2.3-universal.jar)
  131.  
  132. Profiler Position: N/A (disabled)
  133. Player Count: 2 / 50; [EntityPlayerMP['1BadGTO'/60, l='DeadPixel', x=999621.94, y=72.18, z=999345.34], EntityPlayerMP['smdooley'/812, l='DeadPixel', x=-315.06, y=104.62, z=10.35]]
  134. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  135. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment