-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paper 1.12.2 crash and hangs #36
Comments
Please, do everyone a favour and use https://paste.traincats.net to share errors. |
Is auto cleaning enabled? Is it related to that or did you do a worldwide clean of sorts using commands? |
autoCleanEnabled: false There is a probability that this problem will occur when I use FAWE or use API calls LightingAutoClean.schedule(world, chunkX, chunkZ, 20). |
I think I know what this is. Give me a moment |
The core issue is that in light cleaner it performs some logic in parallel, and some code in bkcommonlib wasn't written with parallel (multithread) in mind. Give this a try to see if problems go away, if they don't, I might need to get rid of parallel() in light cleaner and read chunk data one 16x16x16 area of blocks at a time instead. |
Thank you very much. I'll try it later. |
crash log: https://paste.ubuntu.com/p/zYd7cdRqQ8/
server version: paper 1.12.2 latest
bkcommonlib version: 1.16.4-v2
lightcleaner version: 1.16.4-v1
The text was updated successfully, but these errors were encountered: