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

Can't load server.properties and eula #443

Closed
Wys2 opened this issue Dec 25, 2022 · 2 comments
Closed

Can't load server.properties and eula #443

Wys2 opened this issue Dec 25, 2022 · 2 comments

Comments

@Wys2
Copy link

Wys2 commented Dec 25, 2022

Hi, I recently had an issue - when I start my server, it visually has no errors. But when I check status, it's off.
Nothing is logged, no crash logs.

I tried "manually" starting my server, and this is printed :

Starting server
Loading libraries, please wait...
[21:30:20] [ServerMain/INFO]: Building unoptimized datafixer
[21:30:21] [ServerMain/ERROR]: Failed to load properties from file: server.properties
[21:30:21] [ServerMain/WARN]: Failed to load eula.txt
[21:30:21] [ServerMain/INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.

Any ideas ? (I don't think it is an msm issue, but let's try anyway)

The server is using spigot 1.19.2

@Wys2
Copy link
Author

Wys2 commented Dec 25, 2022

Update : I found out that some "bundle", "logs" and eula.txt / server.properties has been created in /opt...

@endofcake
Copy link
Contributor

EULA is checked in the init script (

msm/init/msm

Line 1442 in 09e28b7

echo "Could not start the server as you first need to agree to an EULA. See eula.txt for more info (${SERVER_PATH[$1]}/eula.txt)."
) and needs to be accepted by the user before the server can run. This is printed in the logs.

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