Jsnbrown1989

AsyncWorldEdit : * CLASS INJECTION FAILED!! *

Jul 21st, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.15 KB | None | 0 0
  1. [20:28:45] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Injector platform set to: InjectorBukkit
  2. [20:28:45] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Injecting NMS classes...
  3. [20:28:45] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Injecting WorldEdit classes...
  4. [20:28:45] [Server thread/WARN] [WorldEdit/]: Loaded class org.primesoft.asyncworldedit.injector.injected.util.eventbus.IDispatchableEventBus from AsyncWorldEdit v3.9.4 which is not a depend, softdepend or loadbefore of this plugin.
  5. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.util.eventbus.EventBus
  6. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.math.BlockVector2
  7. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.math.BlockVector3
  8. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.math.Vector2
  9. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.math.Vector3
  10. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.block.BlockStateHolder
  11. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.block.BaseBlock
  12. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.block.BlockState
  13. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.entity.BaseEntity
  14. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.util.Location
  15. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.biome.BiomeType
  16. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.weather.WeatherType
  17. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.EditSession
  18. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] ****************************
  19. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * CLASS INJECTION FAILED!! *
  20. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] ****************************
  21. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * AsyncWorldEdit won't work properly.
  22. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] *
  23. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * >>>> Please make sure that you are using a supported version of world edit <<<<
  24. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] *
  25. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] *
  26. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * Exception: java.lang.IllegalStateException
  27. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * Error message: Constructor not injected
  28. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * Stack:
  29. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.utils.SimpleValidator.validate(SimpleValidator.java:70)
  30. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.core.visitors.worldedit.EditSessionClassVisitor.validate(EditSessionClassVisitor.java:96)
  31. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.core.InjectorCore.modifyClasses(InjectorCore.java:397)
  32. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.core.InjectorCore.modifyClasses(InjectorCore.java:364)
  33. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.core.InjectorCore.injectClasses(InjectorCore.java:229)
  34. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.core.InjectorCore.initialize(InjectorCore.java:205)
  35. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.InjectorBukkit.onEnable(InjectorBukkit.java:89)
  36. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.AsyncWorldEditBukkit.inject(AsyncWorldEditBukkit.java:234)
  37. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.AsyncWorldEditBukkit.<clinit>(AsyncWorldEditBukkit.java:95)
  38. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * java.base/java.lang.Class.forName0(Native Method)
  39. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * java.base/java.lang.Class.forName(Class.java:398)
  40. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoaderMixin.java:67)
  41. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoaderMixin.java:145)
  42. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394)
  43. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301)
  44. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServerMixin.java:381)
  45. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * net.minecraft.server.dedicated.DedicatedServer.handler$bac000$arclight$loadPlugins(DedicatedServerMixin.java:637)
  46. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServerMixin.java:160)
  47. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServerMixin.java:1861)
  48. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServerMixin.java:232)
  49. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] * java.base/java.lang.Thread.run(Thread.java:829)
  50. [20:28:46] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] ****************************
  51. [20:28:56] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] Unable to initialize injector.
  52. [20:28:56] [Server thread/INFO] [M.AWE/]: [AsyncWorldEdit] ERROR: Unable to enable the injector.
Advertisement
Add Comment
Please, Sign In to add comment