SBPrime / AsyncWorldEdit-Premium

Async WorldEdit - Edit millions of blocks without lag! (Premium version)
Other
19 stars 4 forks source link

Injection of Region to com.sk89q.worldedit.function.visitor.LayerVisitor.flatRegion failed #251

Closed alekso56 closed 2 years ago

alekso56 commented 3 years ago

Java 1.16 https://builds.enginehub.org/job/worldedit/18264 papermc 1.17.1

[14:08:38] [Server thread/INFO]: [AsyncWorldEdit] [14:08:38] [Server thread/INFO]: [AsyncWorldEdit] Please report: Injection of Region to com.sk89q.worldedit.function.visitor.LayerVisitor.flatRegion failed [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] region: security exception. [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] *** [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] Exception: java.lang.IllegalAccessException [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] Error message: Field 'flatRegion' is FINAL. Set not supported on this platform. [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] Stack: [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.primesoft.asyncworldedit.utils.Reflection.safeSet(Reflection.java:345) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.primesoft.asyncworldedit.asyncinjector.async.AsyncOperationProcessor.injectEditSession(AsyncOperationProcessor.java:357) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.primesoft.asyncworldedit.asyncinjector.async.AsyncOperationProcessor.process(AsyncOperationProcessor.java:156) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.primesoft.asyncworldedit.injector.core.visitors.Helpers.executeMethodEx(Helpers.java:99) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.sk89q.worldedit.function.operation.Operations.completeLegacy(Operations.java) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.sk89q.worldedit.command.tool.brush.OperationFactoryBrush.build(OperationFactoryBrush.java:57) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.sk89q.worldedit.command.tool.BrushTool.actPrimary(BrushTool.java:209) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.primesoft.asyncworldedit.worldedit.command.tool.WrappedBrushTool.actPrimary(WrappedBrushTool.java:146) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.sk89q.worldedit.extension.platform.PlatformManager.handlePlayerInput(PlatformManager.java:425) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] jdk.internal.reflect.GeneratedMethodAccessor50.invoke(Unknown Source) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] java.base/java.lang.reflect.Method.invoke(Method.java:567) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.sk89q.worldedit.util.eventbus.EventBus.nonwrapped_dispatch(EventBus.java:193) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.primesoft.asyncworldedit.worldedit.util.eventbus.EventBusWrapper.dispatch(EventBusWrapper.java:107) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.sk89q.worldedit.util.eventbus.EventBus.nonwrapped_post(EventBus.java:181) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.primesoft.asyncworldedit.worldedit.util.eventbus.EventBusWrapper.post(EventBusWrapper.java:71) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.primesoft.asyncworldedit.worldedit.CancelabeEditSession$EventBusWrapESEvent.post(CancelabeEditSession.java:521) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.sk89q.worldedit.WorldEdit.handleRightClick(WorldEdit.java:639) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.sk89q.worldedit.bukkit.WorldEditListener.onPlayerInteract(WorldEditListener.java:144) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor26.execute(Unknown Source) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:538) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:501) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:496) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:492) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1775) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.network.protocol.game.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:28) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.network.protocol.game.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:8) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$1(PlayerConnectionUtils.java:36) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.server.TickTask.run(TickTask.java:18) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.util.thread.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:149) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.util.thread.IAsyncTaskHandlerReentrant.executeTask(IAsyncTaskHandlerReentrant.java:23) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:1348) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:190) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.util.thread.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:122) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.server.MinecraftServer.bf(MinecraftServer.java:1327) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.server.MinecraftServer.executeNext(MinecraftServer.java:1320) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.util.thread.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:132) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.server.MinecraftServer.sleepForTick(MinecraftServer.java:1281) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1192) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] * java.base/java.lang.Thread.run(Thread.java:831) [14:08:43] [Server thread/INFO]: [AsyncWorldEdit] ***

SBPrime commented 2 years ago

Fixed