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 69 forks source link

Traceback (most recent call last): File "x:\xxx\fix-host-save.py", line 202, in <module> main() File "x:\xxxx\fix-host-save.py", line 90, in main os.remove(host_new_sav_path) PermissionError: [WinError 5] 拒绝访问。: './savefiles/Players/xxxxxxx000000000000000000000000.sav' #49

Closed JoshuaLi319 closed 7 months ago

JoshuaLi319 commented 7 months ago

Just turn off this option image

xNul commented 7 months ago

It looks like the save file is located in a place where your PC's account isn't allowed to delete files. This is something specific to your computer, but you should be copying the save to a temporary folder where you have full permission to read/write/modify. For example, try creating a temporary folder on your desktop for your save.

I'm going to close this issue because it's kind of out of scope.