Skip to content
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

[bug i think] Papermc server crashing #69

Open
creeperita09 opened this issue Apr 11, 2024 · 4 comments
Open

[bug i think] Papermc server crashing #69

creeperita09 opened this issue Apr 11, 2024 · 4 comments

Comments

@creeperita09
Copy link

So i left the server and this happened
latest.log

@thisRedH
Copy link

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

@creeperita09
Copy link
Author

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

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

@thisRedH
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants