Fallout-London / FOLON-FO4Downgrader

FOLON Downgrader for Fallout 4
MIT License
44 stars 13 forks source link

Crashes under Wayland in Linux #9

Closed Athemis closed 1 month ago

Athemis commented 1 month ago

Trying to run the downgrader under wayland leads to the following error:

curl: try 'curl --help' for more information
xdg_toplevel#35: error 2: minimum width can't be bigger than the maximum width
The Wayland connection experienced a fatal error: Protocol error

Work around is to force X11/XWayland by setting QT_QPA_PLATFORM=xcb.

kubikill commented 1 month ago

The workaround Athemis posted did not work for me. However, running the downgrader using this command does work for me: env WAYLAND_DISPLAY= ./FOLON-Downgrader

GnomeBeans commented 1 month ago

My situation required this on arch

create python venv python -m venv path/to/venv

source venv/bin/activate

install pip PyQt5

install tk system package from arch repo

git clone https://github.com/Fallout-London/FOLON-FO4Downgrader.git

cd FOLON-FO4Downgrader

To run: env WAYLAND_DISPLAY= python3 ./FOLON-Downgrader.py

coffandro commented 1 month ago

Could one of you try with the following command?

git clone https://github.com/Fallout-London/FOLON-FO4Downgrader.git && cd FOLON-FO4Downgrader && chmod +x Run.sh && ./Run.sh
coffandro commented 1 month ago

Fixed in with https://github.com/Fallout-London/FOLON-FO4Downgrader/commit/bb85a66a43473554eebf9c9b715d1e290918ba40

stoniwankenobii commented 1 month ago

Fixed in with bb85a66

Just gave it a try and got this twice when at the download section.

FOLON Downgrader Error

coffandro commented 1 month ago

That is a known error on the main branch, will be fixed when BackendSwitch get's merged