KrisCris / Palworld-Pal-Editor

Palworld Pal Editor, the tool for Adding, Deleting, and Modifying Pals (and unlocking Viewing Cage for multiplayer) for Palworld Game Save, supports running on Docker, GUI, WebUI, and Cli.
https://www.nexusmods.com/palworld/mods/995
GNU General Public License v3.0
106 stars 11 forks source link

Blank Screen #8

Closed teny1989 closed 3 months ago

teny1989 commented 3 months ago

I've installed the latest python, my save file is correctly entered in the config, I've tried running the .exe as administrator, I've tried running the port it was set to in Chrome, tried setting a password, tried forwarding the port it was set to. Just a blank screen.

I'm using Windows 10, latest version of the editor, latest python 3.12.2

KrisCris commented 3 months ago

can you provide a screenshot of the terminal, or preferably the log file?

KrisCris commented 3 months ago

FYI, you don't need Python installed to run the .exe version.

Might be the same issue: https://github.com/KrisCris/Palworld-Pal-Editor/issues/4

Close as inactive.

PaleNeutron commented 2 months ago

image

Latest release, it seems sw.js is served with text mine, which prevent browser from executing it.

KrisCris commented 2 months ago

image

Latest release, it seems sw.js is served with text mine, which prevent browser from executing it.

Does force refresh (hold shift and refresh) the page help?

Update:

I removed the PWA support in the latest commit since it has no real use cases.

PaleNeutron commented 2 months ago

Does force refresh (hold shift and refresh) the page help?

No, I have tried Ctrl+Shift+R and check disable cache in dev tools.

KrisCris commented 2 months ago

Can you confirm if the latest commit d8282c3 fixed the issue? FYI I couldn't reproduce it on my end.

KrisCris commented 2 months ago

No, I have tried Ctrl+Shift+R and check disable cache in dev tools.

FYI MIME Type issue has been fixed: https://github.com/KrisCris/Palworld-Pal-Editor/issues/15