Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.79 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  5. SpongeCoremod (spongeforge.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // Surprise! Haha. Well, this is awkward.
  9.  
  10. Time: 7/21/18 1:12 PM
  11. Description: Ticking entity
  12.  
  13. java.lang.NoSuchFieldError: ivs
  14. at com.xpgaming.PixelHunt.Listeners.CaptureListener.onPokemonCapture(CaptureListener.java:19)
  15. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_54_CaptureListener_onPokemonCapture_SuccessfulCapture.invoke(.dynamic)
  16. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  17. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:662)
  18. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:597)
  19. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:367)
  20. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:311)
  21. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:173)
  22. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zlk000(WorldServer.java:2881)
  23. at net.minecraft.world.World.func_72866_a(World.java:4154)
  24. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  25. at net.minecraft.world.World.func_72870_g(World.java:1952)
  26. at net.minecraft.world.World.func_72939_s(World.java:6586)
  27. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2222)
  28. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  29. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  30. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  31. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  32. at java.lang.Thread.run(Unknown Source)
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- Head --
  39. Thread: Server thread
  40. Stacktrace:
  41. at com.xpgaming.PixelHunt.Listeners.CaptureListener.onPokemonCapture(CaptureListener.java:19)
  42. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_54_CaptureListener_onPokemonCapture_SuccessfulCapture.invoke(.dynamic)
  43. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  44. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:662)
  45. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:597)
  46. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:367)
  47. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:311)
  48. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:173)
  49. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zlk000(WorldServer.java:2881)
  50. at net.minecraft.world.World.func_72866_a(World.java:4154)
  51. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  52. at net.minecraft.world.World.func_72870_g(World.java:1952)
  53.  
  54. -- Entity being ticked --
  55. Details:
  56. Entity Type: pixelmon:empty_pokeball (com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball)
  57. Entity ID: 199
  58. Entity Name: Master Ball
  59. Entity's Exact location: 213.20, 67.22, 399.68
  60. Entity's Block location: World: (213,67,399), Chunk: (at 5,4,15 in 13,24; contains blocks 208,0,384 to 223,255,399), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  61. Entity's Momentum: 0.00, 0.00, 0.00
  62. Entity's Passengers: []
  63. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  64. Stacktrace:
  65. at net.minecraft.world.World.func_72939_s(World.java:6586)
  66. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2222)
  67.  
  68. -- Affected level --
  69. Details:
  70. Level name: world
  71. All players: 1 total; [EntityPlayerMP['Bloodelia'/130, l='world', x=217.17, y=67.91, z=393.95]]
  72. Chunk stats: ServerChunkCache: 595 Drop: 0
  73. Level seed: 7969694736273213978
  74. Level generator: ID 00 - default, ver 1. Features enabled: true
  75. Level generator options:
  76. Level spawn location: World: (140,64,256), Chunk: (at 12,4,0 in 8,16; contains blocks 128,0,256 to 143,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  77. Level time: 258176 game time, 258176 day time
  78. Level dimension: 0
  79. Level storage version: 0x04ABD - Anvil
  80. Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
  81. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  82.  
  83. -- Sponge PhaseTracker --
  84. Details:
  85. Phase Stack: [Empty stack]
  86. Stacktrace:
  87. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjf000(MinecraftServer.java:3997)
  88. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  89. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
  90. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:554)
  91. at java.lang.Thread.run(Unknown Source)
  92.  
  93. -- System Details --
  94. Details:
  95. Minecraft Version: 1.12.2
  96. Operating System: Windows 10 (amd64) version 10.0
  97. Java Version: 1.8.0_171, Oracle Corporation
  98. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  99. Memory: 792490744 bytes (755 MB) / 2371354624 bytes (2261 MB) up to 3817865216 bytes (3641 MB)
  100. JVM Flags: 2 total; -Xms128M -Xmx4096M
  101. IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
  102. FML: MCP 9.42 Powered by Forge 14.23.4.2705 28 mods loaded, 28 mods active
  103. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  104.  
  105. | State | ID | Version | Source | Signature |
  106. |:--------- |:--------------- |:--------------------------- |:---------------------------------------------- |:---------------------------------------- |
  107. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  108. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  109. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  110. | UCHIJAAAA | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  111. | UCHIJAAAA | spongeapi | 7.1.0-SNAPSHOT-d453c3e | spongeforge.jar | None |
  112. | UCHIJAAAA | sponge | 1.12.2-2705-7.1.0-BETA-3206 | spongeforge.jar | 6729a677746f8cf63ef31881f913ed15d431b7f0 |
  113. | UCHIJAAAA | pixelmon | 2.2.0 | PixelmonGenerations-1.12.2-2.2.0-universal.jar | None |
  114. | UCHIJAAAA | agp | 0.5.5-Beta | AnotherGymPlugin-1.12.2-0.5.5-beta.jar | None |
  115. | UCHIJAAAA | gts | 3.9.1-S7.1 | GTS-3.9.1-S7.1.jar | None |
  116. | UCHIJAAAA | holograms | 3.1.5 | holograms-3.1.5.jar | None |
  117. | UCHIJAAAA | huskyui | 0.6.0PRE2 | HuskyUI-v0.6.0-PRE2-H2.jar | None |
  118. | UCHIJAAAA | huskycrates | 2.0.0PRE7 | HuskyCrates-v2.0.0-PRE7-H4.jar | None |
  119. | UCHIJAAAA | jei | 4.11.0.202 | jei_1.12.2-4.11.0.202 (1).jar | None |
  120. | UCHIJAAAA | luckperms | 4.2.17 | LuckPerms-Sponge-4.2.17.jar | None |
  121. | UCHIJAAAA | minereset | 1.0.12(API6) | MineReset-1.0.12.API6.jar | None |
  122. | UCHIJAAAA | nucleus | 1.2.0-S7.0 | Nucleus-1.2.0-S7.0-MC1.12.2-plugin.jar | None |
  123. | UCHIJAAAA | pixelannouncer | 1.0.2 | PixelAnnoucer-1.12.2-1.0.jar | None |
  124. | UCHIJAAAA | pixelextras | 2.3.9 | PixelExtras-1.12.2-2.3.9-universal.jar | None |
  125. | UCHIJAAAA | pixelhunt | 1.1.1-MC1.12.2-F2705-S7.1.0 | PixelHunt-1.1.1-MC1.12.2-F2705-S7.1.0.jar | None |
  126. | UCHIJAAAA | pixelmoney | 2.2.1 | PixelMoney-1.12.2-2.2.1.jar | None |
  127. | UCHIJAAAA | playerglow | 1.3.0 | PlayerGlow_1.3.0.jar | None |
  128. | UCHIJAAAA | pokedexrewards | 0.7 | PokedexRewards-0.7-MC1.12.2-F2611-S7.1.0.jar | None |
  129. | UCHIJAAAA | pokestop | 2.0.2 | PokeStops_1.12.2-2.0.2.jar | None |
  130. | UCHIJAAAA | nuvotifier | 2.3.5 | serious-nuvotifier-universal-API7-2.3.5.jar | None |
  131. | UCHIJAAAA | seriousvote | 4.8.4 | seriousvote-4.8.4.jar | None |
  132. | UCHIJAAAA | totaleconomy | 1.8.1 | TotalEconomy-1.8.1.jar | None |
  133. | UCHIJAAAA | trainercommands | 2.4.0 | TrainerCommands-1.12-2.4.0-universal.jar | None |
  134. | UCHIJAAAA | wondertrade | 4.5.0 | WonderTrade-1.12.2-4.5.3b-universal.jar | None |
  135.  
  136. Loaded coremods (and transformers):
  137. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  138. lumien.resourceloader.asm.ClassTransformer
  139. SpongeCoremod (spongeforge.jar)
  140. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  141. Profiler Position: N/A (disabled)
  142. Player Count: 1 / 20; [EntityPlayerMP['Bloodelia'/130, l='world', x=217.17, y=67.91, z=393.95]]
  143. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  144. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement