How to paste schematic asynchronously using FAWE API? #2484
Replies: 6 comments 5 replies
-
The full Stacktrace / crash report / server log would be great for that. You should wrap the edit session into a try-with-resources (and instead of using an "EmptyLambdaExpression" just use the built in Runnable. No need to create an interface for that. |
Beta Was this translation helpful? Give feedback.
-
Okay, thanks for tips. I will change that. Try-with-resources does not fix my issue. I did save schematic without using that. I'll wrap it, but just saying. |
Beta Was this translation helpful? Give feedback.
-
I've fully removed multiverse from my plugin and server. Server still crashes, but some plugins started responding. Essentials command /gm works, server reacts to unknown commands but spark's /tps command is still not working. |
Beta Was this translation helpful? Give feedback.
-
Don't use whatever SSSpigot2 is - use Paper. And don't reload. |
Beta Was this translation helpful? Give feedback.
-
Looks like this fixed the issue. SSSpigot is Paper fork with "Multi-threaded Ticking", so i thought it should work kinda like Paper in terms of plugins. |
Beta Was this translation helpful? Give feedback.
-
Hi! It's me again. But when I use older version - for example FastAsyncWorldEdit-Bukkit-2.2.1-SNAPSHOT-193.jar which is version downloaded from https://intellectualsites.github.io/download/fawe.html for versions "1.16.5 - 1.18.2" I get:
Previously i closed discussion because I thought issue was solved. I did not get any error message, only unresolved method. I didn't test it properly, my bad, sorry. This time I'll test it. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I am developing a plugin which needs to load big schematics - 600x600x256 blocks including air.
Saving schematic into a file is not a big deal. It's done without any lags.
But I ran into an issue, where loading and pasting the same schematic I created earlier crashes the server. It hangs (i guess) all of threads and then crashes.
Current Thread: Server thread PID: 33 | Suspended: false | Native: false | State: WAITING Suspected Plugins: MyPlugin{enabled,ver=1.0,path=plugins/arena-1.0-SNAPSHOT.jar} Multiverse-Core{enabled,ver=4.3.12,path=plugins/multiverse-core-4.3.12(2).jar}
My code:
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions