Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 KB | None | 0 0
  1. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /****************************************************************************************************************/
  2. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* Illegal Async Block Change */
  3. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /****************************************************************************************************************/
  4. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* Sponge adapts the vanilla handling of block changes to power events and plugins */
  5. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* such that it follows the known fact that block changes MUST occur on the server */
  6. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* thread (even on clients, this exists as the InternalServer thread). It is NOT */
  7. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* possible to change this fact and must be reported to the offending mod for async */
  8. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* issues. */
  9. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* */
  10. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* World : WorldServer{Name=Rhynn Region, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0} */
  11. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* Block Pos : -1187, 26, -988 */
  12. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* BlockState : pixelmon:bolder[facing=north] */
  13. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* */
  14. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* Sponge is not going to allow this block change to take place as doing so can */
  15. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* lead to further issues, not just with sponge or plugins, but other mods as well. */
  16. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* */
  17. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.lang.Exception: Async Block Change Detected */
  18. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.setBlockState(PhaseTracker.java:674) */
  19. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:2749) */
  20. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.util.PixelBlockSnapshot.restoreToLocation(PixelBlockSnapshot.java:279) */
  21. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* com.pixelmonmod.pixelmon.entities.pixelmon.externalMoves.RockSmash.lambda$execute$0(RockSmash.java:60) */
  22. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* javax.swing.Timer.fireActionPerformed(Unknown Source) */
  23. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* javax.swing.Timer$DoPostEvent.run(Unknown Source) */
  24. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.awt.event.InvocationEvent.dispatch(Unknown Source) */
  25. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.awt.EventQueue.dispatchEventImpl(Unknown Source) */
  26. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.awt.EventQueue.access$500(Unknown Source) */
  27. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.awt.EventQueue$3.run(Unknown Source) */
  28. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.awt.EventQueue$3.run(Unknown Source) */
  29. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.security.AccessController.doPrivileged(Native Method) */
  30. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) */
  31. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.awt.EventQueue.dispatchEvent(Unknown Source) */
  32. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) */
  33. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) */
  34. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) */
  35. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.awt.EventDispatchThread.pumpEvents(Unknown Source) */
  36. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.awt.EventDispatchThread.pumpEvents(Unknown Source) */
  37. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /* java.awt.EventDispatchThread.run(Unknown Source) */
  38. [00:39:48] [AWT-EventQueue-0/ERROR] [Sponge]: /****************************************************************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement