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

[Crash]: Issue when installing/starting server version 2.13 #1588

Closed
decadedelta opened this issue Dec 28, 2024 · 6 comments
Closed

[Crash]: Issue when installing/starting server version 2.13 #1588

decadedelta opened this issue Dec 28, 2024 · 6 comments
Labels
Crash Game crash

Comments

@decadedelta
Copy link

Possible Fixes

Yes

Modpack Version

2.13

What happened?

Downloaded the newest version of the server files that seemed to be updated today from curseforge: Server-Files-2.13
Started the ./startserver.sh file after giving executable permissions on my ubuntu machine. (running openjdk-21-jdk)
Installation and first run went well, changed eula to true
It is crashing right out of the box, haven't touched anything else.

Crash Log

https://gist.github.com/decadedelta/a4fd06dd7ef4b0cf77a417ad9e0c4667

Latest.Log

https://gist.github.com/decadedelta/dc6525e52da837e977d4741cd8f74d10

@decadedelta decadedelta added the Crash Game crash label Dec 28, 2024
@Droxtor
Copy link

Droxtor commented Dec 29, 2024

Same here. running on ubuntu 24.04.
o+w permissions missing on config folder. might be other ones.

@bling-yshs
Copy link

same

@decadedelta
Copy link
Author

decadedelta commented Dec 29, 2024

Same here. running on ubuntu 24.04. o+w permissions missing on config folder. might be other ones.

Good catch, but doesn't seem to help.

EDIT: looks like the uploaded crash went away by itself then I ended up with a config writing error, which I managed to solve by recursive chmod.

@crestofthebeast
Copy link

crestofthebeast commented Dec 30, 2024

same issue here. sudo'ing startserver.sh works, which evidences that its a permissions problem but please do not do that on an exposed server. wandering around slapping chmod o+x on things hasnt worked so far, would appreciate any official guidance.

EDIT: realised immediately after posting this that my world folder was not readable by other, oopsies.

@Reonowo
Copy link

Reonowo commented Dec 30, 2024

Can doubly confirm that it is a permission issue. Fresh install, nothing else touched. Checking permissions returns this and after recursively fixing the permissions, it runs fine.

Seems to be permission issues on (and in):
./packmenu
./config
./kubejs
./defaultconfigs

@Mohit-Pala
Copy link

Thanks a lot, it was a permission issue, "others" perms to rwx solved the issue

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

No branches or pull requests

7 participants