Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.08 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.10.2-2202-5.1.0-BETA-2053.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: 3/20/17 3:45 AM
  10. Description: Ticking entity
  11.  
  12. java.lang.NoClassDefFoundError: com/pixelmonmod/pixelmon/api/enums/BattleResults
  13. at com.nguyenquyhy.PixelmonFriends.events.PixelmonEventHandler$1.<clinit>(PixelmonEventHandler.java:66)
  14. at com.nguyenquyhy.PixelmonFriends.events.PixelmonEventHandler.broadcast(PixelmonEventHandler.java:115)
  15. at com.nguyenquyhy.PixelmonFriends.events.PixelmonEventHandler.capture(PixelmonEventHandler.java:37)
  16. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_46_PixelmonEventHandler_capture_SuccessfulCapture.invoke(.dynamic)
  17. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  18. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:137)
  19. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:93)
  20. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:319)
  21. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:307)
  22. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:152)
  23. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zjk000(WorldServer.java:1338)
  24. at net.minecraft.world.World.func_72866_a(World.java:85)
  25. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
  26. at net.minecraft.world.World.func_72870_g(World.java:1934)
  27. at net.minecraft.world.World.func_72939_s(World.java:1237)
  28. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:718)
  29. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  30. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  31. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  32. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  33. at java.lang.Thread.run(Thread.java:745)
  34. Caused by: java.lang.ClassNotFoundException: com.pixelmonmod.pixelmon.api.enums.BattleResults
  35. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  36. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  37. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  38. ... 21 more
  39. Caused by: java.lang.NullPointerException
  40.  
  41.  
  42. A detailed walkthrough of the error, its code path and all known details is as follows:
  43. ---------------------------------------------------------------------------------------
  44.  
  45. -- Head --
  46. Thread: Server thread
  47. Stacktrace:
  48. at com.nguyenquyhy.PixelmonFriends.events.PixelmonEventHandler$1.<clinit>(PixelmonEventHandler.java:66)
  49. at com.nguyenquyhy.PixelmonFriends.events.PixelmonEventHandler.broadcast(PixelmonEventHandler.java:115)
  50. at com.nguyenquyhy.PixelmonFriends.events.PixelmonEventHandler.capture(PixelmonEventHandler.java:37)
  51. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_46_PixelmonEventHandler_capture_SuccessfulCapture.invoke(.dynamic)
  52. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  53. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:137)
  54. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:93)
  55. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:319)
  56. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:307)
  57. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:152)
  58. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zjk000(WorldServer.java:1338)
  59. at net.minecraft.world.World.func_72866_a(World.java:85)
  60. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
  61. at net.minecraft.world.World.func_72870_g(World.java:1934)
  62.  
  63. -- Entity being ticked --
  64. Details:
  65. Entity Type: pixelmon.Pokeball (com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball)
  66. Entity ID: 38492
  67. Entity Name: Dusk Ball
  68. Entity's Exact location: -14935.00, 63.57, 3981.00
  69. Entity's Block location: World: (-14935,63,3981), Chunk: (at 9,3,13 in -934,248; contains blocks -14944,0,3968 to -14929,255,3983), Region: (-30,7; contains chunks -960,224 to -929,255, blocks -15360,0,3584 to -14849,255,4095)
  70. Entity's Momentum: 0.00, 0.00, 0.00
  71. Entity's Passengers: []
  72. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  73. Stacktrace:
  74. at net.minecraft.world.World.func_72939_s(World.java:1237)
  75. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:718)
  76.  
  77. -- Affected level --
  78. Details:
  79. Level name: world
  80. All players: 32 total; [EntityPlayerMP['curioswolf'/432, l='world', x=-6749.70, y=71.00, z=6291.92], EntityPlayerMP['Edermanhunter'/681, l='world', x=12087.25, y=99.62, z=-5120.98], EntityPlayerMP['CuddleKitty'/1083, l='world', x=12016.16, y=91.00, z=-5266.50], EntityPlayerMP['Lucius_Eventide'/1090, l='world', x=11963.88, y=65.02, z=4126.52], EntityPlayerMP['ProphecyPigeon'/1289, l='world', x=-5807.24, y=77.77, z=-5478.66], EntityPlayerMP['The_Kursed_One'/1290, l='world', x=13236.50, y=64.00, z=11878.50], EntityPlayerMP['splondorman'/1609, l='world', x=-5755.87, y=64.00, z=6043.36], EntityPlayerMP['MasterCoccoBread'/1883, l='world', x=14028.30, y=67.00, z=-7505.02], EntityPlayerMP['FeriFeroad'/2677, l='world', x=-2563.31, y=113.84, z=7325.30], EntityPlayerMP['evezai'/2678, l='world', x=1570.39, y=132.00, z=6115.45], EntityPlayerMP['Vxsimeon'/2916, l='world', x=-5845.16, y=77.00, z=-5459.75], EntityPlayerMP['MissSnuggles'/3152, l='world', x=304.07, y=76.00, z=14.05], EntityPlayerMP['jejjin'/3366, l='world', x=-123.26, y=78.00, z=-2962.27], EntityPlayerMP['PATRICK_D_813'/3762, l='world', x=4914.60, y=70.50, z=6063.02], EntityPlayerMP['Revokedz'/3772, l='world', x=350.40, y=66.00, z=-60.67], EntityPlayerMP['Dysthymic'/4469, l='world', x=294.69, y=76.00, z=9.36], EntityPlayerMP['Invalid_Name_R2'/544, l='world', x=-4795.95, y=81.00, z=-5980.93], EntityPlayerMP['__StarWolf__'/7580, l='world', x=393.07, y=64.00, z=-62.99], EntityPlayerMP['CO100'/8533, l='world', x=-14936.53, y=63.00, z=3976.45], EntityPlayerMP['Mr_beast543'/13044, l='world', x=292.49, y=76.04, z=9.29], EntityPlayerMP['Ice_Barrier315'/16366, l='world', x=-6006.17, y=79.00, z=-5340.62], EntityPlayerMP['Tosah'/17571, l='world', x=-2405.86, y=68.00, z=-4620.05], EntityPlayerMP['MrDisheveled'/17895, l='world', x=-280.78, y=68.00, z=7870.50], EntityPlayerMP['KingCarti'/23469, l='world', x=-6525.58, y=63.00, z=-5878.34], EntityPlayerMP['ZeonicTitan'/30336, l='world', x=-14736.34, y=72.76, z=-14949.44], EntityPlayerMP['PHANT0MKNlGHT'/31251, l='world', x=290.14, y=104.00, z=20.55], EntityPlayerMP['Donamaxim'/33209, l='world', x=347.30, y=65.00, z=-71.82], EntityPlayerMP['Farting_Creeper1'/33389, l='world', x=-817.33, y=61.00, z=-358.81], EntityPlayerMP['DarkBatman23'/35188, l='world', x=304.86, y=104.00, z=20.19], EntityPlayerMP['Fqnged'/35466, l='world', x=-122.70, y=76.00, z=-2966.76], EntityPlayerMP['Da_Chuck'/36497, l='world', x=4022.17, y=77.00, z=8370.19], EntityPlayerMP['artimoose'/37475, l='world', x=-5799.81, y=68.00, z=4091.77]]
  81. Chunk stats: ServerChunkCache: 4163 Drop: 0
  82. Level seed: 7340747240002926045
  83. Level generator: ID 00 - default, ver 1. Features enabled: true
  84. Level generator options:
  85. Level spawn location: World: (348,66,-63), Chunk: (at 12,4,1 in 21,-4; contains blocks 336,0,-64 to 351,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  86. Level time: 276734725 game time, 33592923 day time
  87. Level dimension: 0
  88. Level storage version: 0x04ABD - Anvil
  89. Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
  90. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  91. Stacktrace:
  92. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  93. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  94. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  95. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  96. at java.lang.Thread.run(Thread.java:745)
  97.  
  98. -- System Details --
  99. Details:
  100. Minecraft Version: 1.10.2
  101. Operating System: Linux (amd64) version 4.7.1-xxxx-grs-ipv6-64
  102. Java Version: 1.8.0_121, Oracle Corporation
  103. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  104. Memory: 22990717800 bytes (21925 MB) / 52428800000 bytes (50000 MB) up to 52428800000 bytes (50000 MB)
  105. JVM Flags: 13 total; -Xmx50000M -Xms50000M -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=45 -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts
  106. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  107. FML: MCP 9.32 Powered by Forge 12.18.3.2254 39 mods loaded, 39 mods active
  108. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  109. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  110. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge.jar)
  111. UCHIJAAAA Forge{12.18.3.2254} [Minecraft Forge] (forge.jar)
  112. UCHIJAAAA spongeapi{5.1.0-SNAPSHOT-b7a6e54} [SpongeAPI] (minecraft.jar)
  113. UCHIJAAAA sponge{1.10.2-2202-5.1.0-BETA-2053} [SpongeForge] (spongeforge-1.10.2-2202-5.1.0-BETA-2053.jar)
  114. UCHIJAAAA nucleus-mixin{0.25.1-5.1} [Nucleus Mixins] (NucleusMixins-0.25.1-5.1.jar)
  115. UCHIJAAAA battlepoints{1.0-SNAPSHOT} [BattlePoints] (BattlePoints-1.0-SNAPSHOT(4).jar)
  116. UCHIJAAAA breedingrestrict{1.0-SNAPSHOT} [BreedingRestrict] (BreedingRestrict-1.0-SNAPSHOT(3).jar)
  117. UCHIJAAAA chestskeepinventory{1.0} [Chests Keep Inventorys] (chestskeepinventory-1.0(4).jar)
  118. UCHIJAAAA clearmob{1.0.5} [ClearMob] (ClearMob-1.0.5.jar)
  119. UCHIJAAAA disableskeletonhorse{1.0.0} [DisableSkeletonHorse] (disableskeletonhorse-1.0.0.jar)
  120. UCHIJAAAA customcommands{1.0} [CustomCommands] (djxy-1.0-SNAPSHOT.jar)
  121. UCHIJAAAA permissionmanager{2.5.3} [PermissionManager] (djxy-1.0-SNAPSHOT.jar)
  122. UCHIJAAAA economylite{2.6.1} [EconomyLite] (EconomyLite-5.0.0-2.6.1.jar)
  123. UCHIJAAAA nuvotifier{2.3.3} [NuVotifier] (nuvotifier-universal-2.3.3.jar)
  124. UCHIJAAAA enjin-minecraft-plugin{3.0.16-sponge} [Enjin Minecraft Plugin] (EMPSponge (4).jar)
  125. UCHIJAAAA huskycrates{0.9.0} [HuskyCrates] (HuskyCrates-v0.9.jar)
  126. UCHIJAAAA pixelmon{5.0.2} [Pixelmon] (Pixelmon-1.10.2-5.0.2-universal.jar)
  127. UCHIJAAAA hypermodbanner{3.2.2} [HyperModBanner] (HyperModBanner-1.10.2-3.2.2.jar)
  128. UCHIJAAAA io.github.hsyyid.itemauction{0.6.4} [ItemAuction] (ItemAuction-0.6.4.jar)
  129. UCHIJAAAA keys{1.2} [keys] (Keys-1.2.1-5-g751445c(2).jar)
  130. UCHIJAAAA lootcrate{3.0} [Loot Crate] (LootCrate-3.0-SNAPSHOT-1.jar)
  131. UCHIJAAAA mapscrub{1.0-SNAPSHOT} [MapScrub] (MapScrub-1.0-SNAPSHOT(1).jar)
  132. UCHIJAAAA nucleus{0.25.1-S5.1} [Nucleus] (Nucleus-0.25.1-1.10.2-S5.1-plugin.jar)
  133. UCHIJAAAA picturebook{2.1.0} [Picturebook] (Picturebook-2.1.0.jar)
  134. UCHIJAAAA pixelannouncer{1.0.1} [Pixel Announcer] (PixelAnnouncer-1.10.2-1.0.1.jar)
  135. UCHIJAAAA pixelextras{2.2.4} [Pixel Extras] (PixelExtras-1.10.2-2.2.5-universal.jar)
  136. UCHIJAAAA pixelmoneconomybridge{1.2.2} [PixelmonEconomyBridge] (PixelmonEconomyBridge-1.10.2-1.3.0.jar)
  137. UCHIJAAAA pixelmonfriends{1.0.0} [Pixelmon Friends] (pixelmonfriends-1.10.2-2.0.0-universal (1).jar)
  138. UCHIJAAAA pokemonleveler{0.1} [PokemonLeveler] (pixelmonleveler-1.0 (1).jar)
  139. UCHIJAAAA polis{2.6.9} [Polis] (Polis-2.7.0 (15).jar)
  140. UCHIJAAAA prism{3.0.0} [Prism] (Prism-3.0.0-beta2-42-g0484837-all.jar)
  141. UCHIJAAAA randomcommands{1.0} [Random Commands] (randomcommands-1.0-SNAPSHOT(1).jar)
  142. UCHIJAAAA staffonline{1.0-SNAPSHOT} [StaffOnline] (StaffOnline-1.0-SNAPSHOT.jar)
  143. UCHIJAAAA stepcounter{1.0-SNAPSHOT} [Stepcounter] (stepcounter-1.0-SNAPSHOT.jar)
  144. UCHIJAAAA telltime{1.0-SNAPSHOT} [TellTime] (TellTime-1.0-SNAPSHOT(1).jar)
  145. UCHIJAAAA textcolor{0.1.2} [TextColor] (TextColorPlugin-0.1.2.jar)
  146. UCHIJAAAA wondertrade{4.4.5} [Wondertrade] (WonderTrade-1.10.2-4.4.5-universal.jar)
  147. UCHIJAAAA worldedit{6.1.5-SNAPSHOT} [WorldEdit] (worldedit-sponge-mc1.10.2-6.1.5-SNAPSHOT-dist.jar)
  148. Loaded coremods (and transformers):
  149. SpongeCoremod (spongeforge-1.10.2-2202-5.1.0-BETA-2053.jar)
  150. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  151. Profiler Position: N/A (disabled)
  152. Player Count: 32 / 150; [EntityPlayerMP['curioswolf'/432, l='world', x=-6749.70, y=71.00, z=6291.92], EntityPlayerMP['Edermanhunter'/681, l='world', x=12087.25, y=99.62, z=-5120.98], EntityPlayerMP['CuddleKitty'/1083, l='world', x=12016.16, y=91.00, z=-5266.50], EntityPlayerMP['Lucius_Eventide'/1090, l='world', x=11963.88, y=65.02, z=4126.52], EntityPlayerMP['ProphecyPigeon'/1289, l='world', x=-5807.24, y=77.77, z=-5478.66], EntityPlayerMP['The_Kursed_One'/1290, l='world', x=13236.50, y=64.00, z=11878.50], EntityPlayerMP['splondorman'/1609, l='world', x=-5755.87, y=64.00, z=6043.36], EntityPlayerMP['MasterCoccoBread'/1883, l='world', x=14028.30, y=67.00, z=-7505.02], EntityPlayerMP['FeriFeroad'/2677, l='world', x=-2563.31, y=113.84, z=7325.30], EntityPlayerMP['evezai'/2678, l='world', x=1570.39, y=132.00, z=6115.45], EntityPlayerMP['Vxsimeon'/2916, l='world', x=-5845.16, y=77.00, z=-5459.75], EntityPlayerMP['MissSnuggles'/3152, l='world', x=304.07, y=76.00, z=14.05], EntityPlayerMP['jejjin'/3366, l='world', x=-123.26, y=78.00, z=-2962.27], EntityPlayerMP['PATRICK_D_813'/3762, l='world', x=4914.60, y=70.50, z=6063.02], EntityPlayerMP['Revokedz'/3772, l='world', x=350.40, y=66.00, z=-60.67], EntityPlayerMP['Dysthymic'/4469, l='world', x=294.69, y=76.00, z=9.36], EntityPlayerMP['Invalid_Name_R2'/544, l='world', x=-4795.95, y=81.00, z=-5980.93], EntityPlayerMP['__StarWolf__'/7580, l='world', x=393.07, y=64.00, z=-62.99], EntityPlayerMP['CO100'/8533, l='world', x=-14936.53, y=63.00, z=3976.45], EntityPlayerMP['Mr_beast543'/13044, l='world', x=292.49, y=76.04, z=9.29], EntityPlayerMP['Ice_Barrier315'/16366, l='world', x=-6006.17, y=79.00, z=-5340.62], EntityPlayerMP['Tosah'/17571, l='world', x=-2405.86, y=68.00, z=-4620.05], EntityPlayerMP['MrDisheveled'/17895, l='world', x=-280.78, y=68.00, z=7870.50], EntityPlayerMP['KingCarti'/23469, l='world', x=-6525.58, y=63.00, z=-5878.34], EntityPlayerMP['ZeonicTitan'/30336, l='world', x=-14736.34, y=72.76, z=-14949.44], EntityPlayerMP['PHANT0MKNlGHT'/31251, l='world', x=290.14, y=104.00, z=20.55], EntityPlayerMP['Donamaxim'/33209, l='world', x=347.30, y=65.00, z=-71.82], EntityPlayerMP['Farting_Creeper1'/33389, l='world', x=-817.33, y=61.00, z=-358.81], EntityPlayerMP['DarkBatman23'/35188, l='world', x=304.86, y=104.00, z=20.19], EntityPlayerMP['Fqnged'/35466, l='world', x=-122.70, y=76.00, z=-2966.76], EntityPlayerMP['Da_Chuck'/36497, l='world', x=4022.17, y=77.00, z=8370.19], EntityPlayerMP['artimoose'/37475, l='world', x=-5799.81, y=68.00, z=4091.77]]
  153. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  154. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement