boy0001 / FastAsyncWorldedit

Blazingly fast world manipulation for artists, large networks and developers: https://www.spigotmc.org/resources/13932/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when using //fixlighting on 1.14.4 server

GamingMidi opened this issue · comments

Whenever i use //fixlighting, It gives me this error

[06:38:46 ERROR]: An unexpected error while handling a WorldEdit commandjava.lang.UnsupportedOperationException: Queue is not interface com.boydti.fawe.object.extent.LightingExtent
at com.boydti.fawe.FaweAPI.fixLighting(FaweAPI.java:435) ~[?:?]
at com.sk89q.worldedit.command.RegionCommands.fixLighting(RegionCommands.java:155) ~[?:?]
at com.sk89q.worldedit.command.RegionCommandsRegistration.cmd$_fixlighting(RegionCommandsRegistration.java:615) ~[?:?]
at org.enginehub.piston.CommandManager.execute(CommandManager.java:158) ~[?:?]
at com.sk89q.worldedit.extension.platform.PlatformCommandManager.lambda$handleCommandOnCurrentThread$15(PlatformCommandManager.java:685) ~[?:?]
at com.sk89q.worldedit.extension.platform.PlatformCommandManager.handleCommandTask(PlatformCommandManager.java:701) ~[?:?]
at com.sk89q.worldedit.extension.platform.PlatformCommandManager.handleCommandOnCurrentThread(PlatformCommandManager.java:687) ~[?:?]
at com.sk89q.worldedit.extension.platform.PlatformCommandManager.lambda$handleCommand$13(PlatformCommandManager.java:657) ~[?:?]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.4.jar:git-Paper-243]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.14.4.jar:git-Paper-243]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.14.4.jar:git-Paper-243]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_241]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_241]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]

This is on a 1.14.4 paper server, If that helps.

Your ticket has been closed because it falls into one of the following categories:

  • Your issue has been fixed in a newer version of FastAsyncWorldEdit for versions 1.8 - 1.12.2, get the latest build here matching the platform you need.

  • Your issue targets minecraft version 1.13 or higher. This is the wrong repository then. Move to this repository and open a bug report here.
    BUT BEWARE: You should consider updating to 1.15.2, using the latest Fawe build for 1.15.2 (Build 255 when writing this, get it here) and reproducing the issue in a clean environment (fresh setup Spigot or Paper server).

  • Your issue has been fixed in a build of FAWE for 1.15 or an issue exists on our new repository.

  • You either didn't fill out the template or deleted it.

If none of the bullet points suits, head to the second one.