timvisee / lazymc

💤 Put your Minecraft server to rest when idle.
GNU General Public License v3.0
552 stars 14 forks source link

[bug i think] Papermc server crashing #69

Open creeperita09 opened 3 months ago

creeperita09 commented 3 months ago

So i left the server and this happened latest.log

thisRedH commented 3 months ago

Can you also send the plugin list and lazymc.toml?

creeperita09 commented 3 months ago

Can you also send the plugin list and lazymc.toml?

Here's the toml and i have only discordsrv installed lazymc.toml.txt

thisRedH commented 3 months ago

The problem is that you have freeze_process = true which can create those issues if the program doesn't handle it well. So either paper (which I don't think) or discordsrv aren't handling freezing well. Especially since discordsrv has an open connection.

You can try removing discordsrv. If it works then it's a problem with discordsrv, and their Handling of SIGTSTP/SIGTSTOP and SIGCONT. You may open a issue there but I don't think that they fix something so niche.

But it is best to leave it off especially on vanilla servers that probably start in under 15s (my paper server with 47 plugins starts in 5-7s).

thisRedH commented 3 months ago

It isn't a problem with discordsrv but rather the mc server. It seems that it even on a vanilla sever crashes.