xNul / palworld-host-save-fix

Fixes the bug which forces a player to create a new character when they already have a save. Useful for migrating maps from co-op to dedicated servers and from one dedicated server to another.
MIT License
887 stars 68 forks source link

Linux Server Change To Linux Server But Crash #111

Closed twh233 closed 5 months ago

twh233 commented 5 months ago

1.I closed the old server game, and saved old server's Pal/Saved folder. 2.And then I tar it like this tar -cxvf Saved.tar.gz ./Saved. 3.I got Saved.tar.gz, send it to new server. 4.I start the new server game. use ./PalServer.sh, i try to entry it, it's ok. 5.Close the new server, and tar -zxvf Saved.tar.gz, changed the new server's Saved. 6.Start again, and entry it, but crash. image image

Because I just migrate it in Linux. But old is 4 cores 16G, new is 8 cores 32G.

omgomghax commented 5 months ago

Not sure why you opened an issue on this git for your issue, but it looks like something is wrong with the steam installation.

twh233 commented 5 months ago

Not sure why you opened an issue on this git for your issue, but it looks like something is wrong with the steam installation.

Thanks your reply. I change other machine, the same ubuntu version. It's ok.