WearBlackAllDay / DimensionalThreading

An attempt to optimize the fabric server, by assigning each dimension their own thread.
MIT License
256 stars 22 forks source link

Crash when trying to use /schedule command #4

Closed Devon7925 closed 4 years ago

Devon7925 commented 4 years ago

Here we go again with another crash report. Using the /schedule command will freeze the server until it crashes due to a tick taking too long.

KaptainWutax commented 4 years ago

Could you provide the command you ran and the crash report?

Devon7925 commented 4 years ago

command was schedule function _insert function name from datapack here_ 1t This https://pastebin.com/PsJcYqkW is probably the correct crash report, idk it crashed a lot. Plus the crash isn't caused by the command directly but rather from the server timing out due to the server being frozen.

KaptainWutax commented 4 years ago

I don't know much about datapacks sadly but that looks to me like a dimension is requesting chunks from another one and deadlocking? Something like that... I'll look into it.