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]: Palworld start server after last update #4550

Closed
infernvs opened this issue Apr 4, 2024 · 4 comments
Closed

[Bug]: Palworld start server after last update #4550

infernvs opened this issue Apr 4, 2024 · 4 comments
Labels
Milestone

Comments

@infernvs
Copy link

infernvs commented Apr 4, 2024

User story

When using ./pwserver start gives an error

Game

Palworld

Linux distro

Ubuntu 22.04

Command

command: start

Further information

after this last update 13920882 when starting the server gives the error that PalServer-Linux-Test is not found, inside the folder there is only ls PalServer-Linux-Shipping PalServer-Linux-Shipping.sym

Relevant log output

./pwserver st
[ FAIL ] Starting pwserver: executable was not found
* /home/palworld/serverfiles/Pal/Binaries/Linux//PalServer-Linux-Test

Steps to reproduce

No response

@infernvs infernvs added the type: bug Something isn't working label Apr 4, 2024
@Deathicated
Copy link

Same issue

@infernvs
Copy link
Author

infernvs commented Apr 4, 2024

adding executable="./PalServer-Linux-Shipping" to the pwserver.cfg on ~/lgsm/config-lgsm/pwserver seems to fix the issue

@Ramoth
Copy link

Ramoth commented Apr 4, 2024

adding executable="./PalServer-Linux-Shipping" to the pwserver.cfg on ~/lgsm/config-lgsm/pwserver seems to fix the issue

Can confirm that this fixes the issue

@lblanchardiii
Copy link

Just found this, I took another route to fix the problem. Not sure which is more correct, but I just created two symbolic links that point to the old "Test" version.

I just navigated to the /user/serverfiles/Pal/Binaries/Linux/ directory and typed these commands to create symbolic links for each one of those files. Server started right up.

ln -s PalServer-Linux-Shipping.sym PalServer-Linux-Test.sym
ln -s PalServer-Linux-Shipping PalServer-Linux-Test

I assume a future LGSM script update will correct the problem, which means I wont have to do anything when it does. The symbolic links take up literally no space and I can delete them later if they end up not being needed.

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

When branches are created from issues, their pull requests are automatically linked.

5 participants