Ok, I found why the file could not be deleted on windows. While testing I could recreate that problem, but it did not make the server frontend disconnect or unresponsive, so that is not the cause for that problem. The delete issue will be fixed in next release.
When the frontend is not responding,
- does reloading help anyhow? If you open the debug console, would there be any files in network tab that get loaded?
- Is the server still running?
- If yes, does it draw CPU
- Are you capturing a video while printing?
- Any other messages in log around disconnect time?
I ask, because you might have found a deadlock that blocks some parts causing the disconnection or you might have crashed the complete server. In both cases there is still the problem, that I'm not able to replay the error. Especially the dead locks are often time critical. A faster/slower computer might never see them.