Advertisement
VOrlando520

Untitled

Feb 23rd, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. WARNING: coremods are present:
  2. ForgelinPlugin (Forgelin-1.8.4.jar)
  3. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
  4. Loader (antiradar-0.1-demo.jar)
  5. CoreLoader (AddEggs-1.4.jar)
  6. PixelOptimizerMixinCoremod (PixelOptimizer-1.0.6.jar)
  7. Contact their authors BEFORE contacting forge
  8.  
  9.  
  10.  
  11. Time: 2/23/21 6:04 PM
  12. Description: Ticking entity
  13.  
  14. java.util.ConcurrentModificationException
  15. at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:911)
  16. at java.util.ArrayList$Itr.next(ArrayList.java:861)
  17. at com.pixelmonmod.pixelmon.storage.playerData.QuestData.receiveInternal(QuestData.java:84)
  18. at com.pixelmonmod.pixelmon.storage.playerData.QuestData.receive(QuestData.java:103)
  19. at com.pixelmonmod.pixelmon.quests.listeners.EntityListeners.onWildCapture(EntityListeners.java:76)
  20. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_341_EntityListeners_onWildCapture_SuccessfulCapture.invoke(.dynamic)
  21. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:96)
  22. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:186)
  23. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:411)
  24. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:325)
  25. at net.minecraft.world.World.func_72866_a(World.java:2421)
  26. at net.minecraft.world.World.func_72870_g(World.java:2372)
  27. at net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:1771)
  28. at net.minecraft.world.World.func_72939_s(World.java:2142)
  29. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:744)
  30. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:903)
  31. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:467)
  32. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
  33. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630)
  34. at java.lang.Thread.run(Thread.java:748)
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- Head --
  41. Thread: Server thread
  42. Stacktrace:
  43. at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:911)
  44. at java.util.ArrayList$Itr.next(ArrayList.java:861)
  45. at com.pixelmonmod.pixelmon.storage.playerData.QuestData.receiveInternal(QuestData.java:84)
  46. at com.pixelmonmod.pixelmon.storage.playerData.QuestData.receive(QuestData.java:103)
  47. at com.pixelmonmod.pixelmon.quests.listeners.EntityListeners.onWildCapture(EntityListeners.java:76)
  48. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_341_EntityListeners_onWildCapture_SuccessfulCapture.invoke(.dynamic)
  49. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:96)
  50. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:186)
  51. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.catchPokemon(EntityEmptyPokeball.java:411)
  52. at com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball.func_70071_h_(EntityEmptyPokeball.java:325)
  53. at net.minecraft.world.World.func_72866_a(World.java:2421)
  54. at net.minecraft.world.World.func_72870_g(World.java:2372)
  55. at net.minecraft.world.WorldServer.func_72870_g(WorldServer.java:1771)
  56.  
  57. -- Entity being ticked --
  58. Details:
  59. Entity Type: pixelmon:empty_pokeball (com.pixelmonmod.pixelmon.entities.pokeballs.EntityEmptyPokeball)
  60. Entity ID: 1181476
  61. Entity Name: Dusk Ball
  62. Entity's Exact location: -10881.00, 67.05, -11340.00
  63. Entity's Block location: World: (-10881,67,-11340), Chunk: (at 15,4,4 in -681,-709; contains blocks -10896,0,-11344 to -10881,255,-11329), Region: (-22,-23; contains chunks -704,-736 to -673,-705, blocks -11264,0,-11776 to -10753,255,-11265)
  64. Entity's Momentum: 0.00, 0.00, 0.00
  65. Entity's Passengers: []
  66. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  67. Stacktrace:
  68. at net.minecraft.world.World.func_72939_s(World.java:2142)
  69. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:744)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement