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

TypeError --init() unexpected keyword argument 'capture-output' #116

Closed Onyx0s closed 5 months ago

Onyx0s commented 5 months ago

Screenshot 2024-01-30 170839 I get this error while trying to transfer 1 save file. Couldnt find any resource on this kind of error. Input seems fine to me. Blacked out areas are just my personal Name.

xNul commented 5 months ago

Your version of Python is too old. My mistake, I thought Python 3 would be enough, but it looks like Python 3.10 or greater is necessary. I've updated the README and I'll be committing the changes soon. Try installing 3.10 and it should work for you.

Onyx0s commented 5 months ago

Thanks and yep this worked