cheahjs / palworld-save-tools

Tools for converting Palworld .sav files to JSON and back
MIT License
781 stars 67 forks source link

CMD Closes after Putting Save File In #35

Closed Cyndergate closed 6 months ago

Cyndergate commented 6 months ago

Common issues before reporting

Have you modified the save files No

Have you tried the latest release Yes

Describe the bug The cmd does nothing. I've installed python; both locally and via microsoft store to test. I drag the save file over, and it automatically closes, causing no .json to be created.

I tried on another laptop, and only installed microsoft store python [3.12] - and same issue occurs. Have tried multiple save files.

veltron867 commented 6 months ago

Yea I have the same issue also

Sivarius commented 6 months ago

Go into cmd file with any text editor, find the last line like %PYTHON_BIN% convert-single-sav-to-json.py "uesave/uesave.exe" "%~1"

and change "%PYTHON_BIN%" into just "python" Should help.

Cyndergate commented 6 months ago

Didn't work; issue still persists.

cheahjs commented 6 months ago

Please use the Terminal instructions if the .cmd file is not working for you.