palworld-host-save-fix icon indicating copy to clipboard operation
palworld-host-save-fix copied to clipboard

string index out of range

Open ctrltri opened this issue 1 year ago • 2 comments

Running the script results in this error: image

ctrltri avatar Jan 25 '24 14:01 ctrltri

I have the same error, here are the old/new GUIDs I was using (new GUID was generated on Nitrado, moving from Steam PC/Win dedicated server)

new_player_guid = 1FB341E800000000000000000000000 old_player_guid = 3F9B1DE800000000000000000000000

Albionremain avatar Jan 28 '24 03:01 Albionremain

remove all spaces from the folders you have in your path. Space bar is used to separate args in the command and it ruins the structure of arguments the script takes. Cheers

instantus avatar Jan 28 '24 15:01 instantus

You can also use quotes around each path

xNul avatar Feb 02 '24 04:02 xNul