magicbear / palworld-server-toolkit

PalWorld Server Toolkits - For Save file modify, list the players, repair sav file, etc...
MIT License
529 stars 61 forks source link

Binary release non-functional #39

Closed Meus-Artis closed 7 months ago

Meus-Artis commented 7 months ago

Starting the binary/exe from v0.5.8 just has a console window with the following text:

Traceback (most recent call last):
  File "\\192.168.11.14\NVME\Pal-Server\palworld-server-toolkit\palworld_server_toolkit\editor.py", line 45, in <module>

There doesn't seem to be any other information other than those 2 lines in the console.

Starting interactive mode with or without the -g flag from the source (python) download works fine, however.

trevorjd commented 7 months ago

I just downloaded and used it myself. I put the exe in the same folder as my level.sav and ran it from there with a double-click. Took a minute or so then the GUI came up. It worked fine for me with the "removed containers" option. Running on Windows Server 2019.

Meus-Artis commented 7 months ago

I just downloaded and used it myself. I put the exe in the same folder as my level.sav and ran it from there with a double-click. Took a minute or so then the GUI came up. It worked fine for me with the "removed containers" option. Running on Windows Server 2019.

on windows 10, tried that, saw same error for a tenth of a second before it closed itself tried dragging the level.sav onto it, and i saw no error, and more lines, looks like it reads up to my players level and name then closes itself

magicbear commented 7 months ago

double click to open and will show a windows for opening the file

Meus-Artis commented 7 months ago

double click to open and will show a windows for opening the file

I'm not seeing any window other than the console that flashes the error quickly, then closes itself, all in less than half a second.

Dragging the level.sav onto the exe produces this window, that also closes itself instantly. explorer_2024-02-12_07-59-13 (IDs censored with white boxes)

When running the py files with "python -i -m palworld_server_toolkit.editor -g [path to level.sav]", it works as expected, but not the .exe