Unmatched property
LadyCailinBot opened this issue ยท 10 comments
WORLDEDIT-3854 - Reported by SlimeDog
Spigot 1.13.2 latest = CraftBukkit version git-Spigot-e8d3881-c24abab (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
WorldEdit 7.0.0-b4048
On start-up:
[07:22:25] [Server thread/WARN]: com.sk89q.worldedit.extension.input.NoMatchException: Unknown property east for block Air
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseProperties(DefaultBlockParser.java:166)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseLogic(DefaultBlockParser.java:273)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseFromInput(DefaultBlockParser.java:90)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseFromInput(DefaultBlockParser.java:55)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.internal.registry.AbstractFactory.parseFromInput(AbstractFactory.java:69)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.bukkit.WorldEditPlugin.lambda$setupRegistries$0(WorldEditPlugin.java:143)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.world.block.BlockType.lambda$getDefaultState$2(BlockType.java:154)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.world.block.BlockType.updateField(BlockType.java:73)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.world.block.BlockType.getDefaultState(BlockType.java:151)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseLogic(DefaultBlockParser.java:277)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseFromInput(DefaultBlockParser.java:82)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseFromInput(DefaultBlockParser.java:55)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.internal.registry.AbstractFactory.parseFromInput(AbstractFactory.java:69)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.world.registry.LegacyMapper.loadFromResource(LegacyMapper.java:91)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.world.registry.LegacyMapper.<init>(LegacyMapper.java:61)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.world.registry.LegacyMapper.getInstance(LegacyMapper.java:153)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.WorldEdit.loadMappings(WorldEdit.java:335)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:107)
[07:22:25] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
[07:22:25] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[07:22:25] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
[07:22:25] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:436)
[07:22:25] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:350)
[07:22:25] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580)
[07:22:25] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542)
[07:22:25] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420)
[07:22:25] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
[07:22:25] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
[07:22:25] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:834)
[07:22:25] [Server thread/WARN]: Suppressed: com.sk89q.worldedit.extension.input.NoMatchException: Unknown property east for block Air
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseProperties(DefaultBlockParser.java:166)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseLogic(DefaultBlockParser.java:273)
[07:22:25] [Server thread/WARN]: at com.sk89q.worldedit.extension.factory.parser.DefaultBlockParser.parseFromInput(DefaultBlockParser.java:82)
[07:22:25] [Server thread/WARN]: ... 26 more
Comment by SlimeDog
Issue remains with Spigot update an hour ago = CraftBukkit version git-Spigot-e5e5c7c-c24abab (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
Comment by SlimeDog
This issue still exists, with the latest WE and Spigot updates. debug:true does not provide additional log output. What additional information can I provide?
Comment by wizjany
whatever would let us reproduce, since running buildtools from scratch and adding 4048 from builds.enginehub.org doesn't cause the issue for me.
Comment by SlimeDog
Any chance debug-mode could be augmented to identify the location of the block that is triggering the warning? It could be anywhere.
Comment by wizjany
idk what you think debug mode is for but it has nothing to do with any of this.
i also have no clue what you mean by identifying the location of the block. there is no block to identify. worldedit is reading the legacy mappings from a json file.
Comment by SlimeDog
I made an unwarranted assumption about the nature of the error. Mea culpa. Where would I find the relevant json file?
Comment by wizjany
it's embedded in the WE download, so unless you or someone/something else is messing with it, i'm not sure it's a bad file.
i would suggest making a clean test server, with just the server jar and worldedit and trying to reproduce. if it still happens please zip up that test server and upload it here.
Comment by SlimeDog
Thanks. I see it (when I unzip the jar). No one has messed with it. I will make a clean server and test.