WorldEdit

WorldEdit

42M Downloads

Crash while setting blocks in 1.13.1

LadyCailinBot opened this issue ยท 3 comments

commented

WORLDEDIT-3716 - Reported by kian

I'm encountering a lot of issues in Minecraft 1.13.1 using WorldEdit build 3860 and the latest version of Spigot (as built with java -jar BuildTools.jar --rev 1.13.1).

Here's the console output when I try to //set sand on a small area:

Sep 03 12:28:15 fuzz java[16923]: [12:28:15 INFO]: ki_an issued server command: //set sand
Sep 03 12:28:15 fuzz java[16923]: [12:28:15 ERROR]: [WorldEdit] An unexpected error while handling a WorldEdit command
Sep 03 12:28:15 fuzz java[16923]: java.lang.AbstractMethodError: null
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.extent.AbstractDelegateExtent.getFullBlock(AbstractDelegateExtent.java:75) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.extent.ChangeSetExtent.setBlock(ChangeSetExtent.java:63) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.extent.AbstractDelegateExtent.setBlock(AbstractDelegateExtent.java:80) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.extent.MaskingExtent.setBlock(MaskingExtent.java:69) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.extent.AbstractDelegateExtent.setBlock(AbstractDelegateExtent.java:80) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.extent.validation.BlockChangeLimiter.setBlock(BlockChangeLimiter.java:87) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.EditSession.setBlock(EditSession.java:445) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.EditSession.setBlock(EditSession.java:488) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.function.block.BlockReplace.apply(BlockReplace.java:53) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.function.visitor.RegionVisitor.resume(RegionVisitor.java:57) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.function.operation.Operations.completeBlindly(Operations.java:74) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.command.composition.SelectionCommand.call(SelectionCommand.java:84) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.command.composition.SelectionCommand.call(SelectionCommand.java:46) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.util.command.composition.LegacyCommandAdapter.call(LegacyCommandAdapter.java:52) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.util.command.SimpleDispatcher.call(SimpleDispatcher.java:125) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.extension.platform.CommandManager.handleCommand(CommandManager.java:275) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
Sep 03 12:28:15 fuzz java[16923]:         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
Sep 03 12:28:15 fuzz java[16923]:         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
Sep 03 12:28:15 fuzz java[16923]:         at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:187) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:173) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:227) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:54) ~[?:?]
Sep 03 12:28:15 fuzz java[16923]:         at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-ee5efeb]
Sep 03 12:28:15 fuzz java[16923]:         at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:695) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-ee5efeb]
Sep 03 12:28:15 fuzz java[16923]:         at net.minecraft.server.v1_13_R2.PlayerConnection.handleCommand(PlayerConnection.java:1644) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-ee5efeb]
Sep 03 12:28:15 fuzz java[16923]:         at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1479) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-ee5efeb]
Sep 03 12:28:15 fuzz java[16923]:         at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-ee5efeb]
Sep 03 12:28:15 fuzz java[16923]:         at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-ee5efeb]
Sep 03 12:28:15 fuzz java[16923]:         at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-ee5efeb]
Sep 03 12:28:15 fuzz java[16923]:         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
Sep 03 12:28:15 fuzz java[16923]:         at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
Sep 03 12:28:15 fuzz java[16923]:         at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.1.jar:git-Spigot-0ede7d0-ee5efeb]
Sep 03 12:28:15 fuzz java[16923]:         at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.1.jar:git-Spigot-0ede7d0-ee5efeb]
Sep 03 12:28:15 fuzz java[16923]:         at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411) [spigot-1.13.1.jar:git-Spigot-0ede7d0-ee5efeb]
Sep 03 12:28:15 fuzz java[16923]:         at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.1.jar:git-Spigot-0ede7d0-ee5efeb]
Sep 03 12:28:15 fuzz java[16923]:         at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.1.jar:git-Spigot-0ede7d0-ee5efeb]
Sep 03 12:28:15 fuzz java[16923]:         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
commented

Comment by me4502

What plugins do you have? This looks similar to a CoreProtect bug you can fix by disabling worldedit logging in the coreprotect config

commented

Comment by SirKratosAurion

@me4502 I have the same issue using the latest build of world edit and the latest build of spigot as of posting this. I do have core protect installed and tried disabling the WE logging as you said and that appears to have done the trick.

commented

Comment by kian

Solution works for me too. thanks :)