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

GUI (PyWebView) not working on certain platform #4

Closed BloodDragon2580 closed 3 months ago

BloodDragon2580 commented 4 months ago

When I start the program, no image is displayed on my Windows 2019 Server, see photo.

Screenshot 2024-03-04 150439

KrisCris commented 4 months ago

Update:

If you don't like opening the browser or installing whatever runtime it requires, then try this build: https://github.com/KrisCris/Palworld-Pal-Editor/releases/tag/Alt-QtWebView


open http://127.0.0.1:58080 (or whatever port you specified) in your browser, preferably Firefox or Chrome.

or, try running with --mode web, or set "mode": "web" in the generated config

Note: if you run the program in web mode while having an open firewall rule for the port, you may want to set a password, see the Config section on the readme ; )

KrisCris commented 4 months ago

For Windows User: To fix this, you will need to install the MS Edge Runtime: https://developer.microsoft.com/en-us/microsoft-edge/webview2/

Further detail: https://pywebview.flowrl.com/guide/web_engine.html