Server crash, start limit hit #118
-
|
Hi, my server seems to be crashing but i dont really know why, from the errors it seems like c2me, but ive tried running the mods and configs from just a normal server jar, and the server works fine. I've added my nixos configurations, and the latest log below: minecraft.nix: |
Beta Was this translation helpful? Give feedback.
Answered by
Infinidoge
Dec 29, 2024
Replies: 1 comment 2 replies
-
|
The issue appears to be that Very Many Players (vmp) is trying to write to its config file, causing it to crash due to trying to write to a read-only filesystem. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Infinidoge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue appears to be that Very Many Players (vmp) is trying to write to its config file, causing it to crash due to trying to write to a read-only filesystem.