Closed Vibeshibe closed 3 months ago
Same problem here. Running Fedora 40 in wayland (with xwayland support).
$ python --version
Python 3.12.4
$ python -m tkinter
Same dialog with version 8.6.13
pops up
exact same issues on my end
System info: Manjaro Linux 64 bit X11 Session
Binary Version: 1.5.1
The current workaround at the moment is to run it from source. Steps I took:
git clone https://github.com/Fallout-London/FOLON-FO4Downgrader.git
pip install PyQt5
cd FOLON-FO4Downgrader
X11: python3 FOLON-Downgrader.py
Wayland: env WAYLAND_DISPLAY=python3 FOLON-Downgrader.py
I believe the problem is: the downgrader is built on ubuntu 20 so all other distros may have older libraries and such, the solution would be me setting up like 5 vms to build instead
You could also provide a flatpak instead which would avoid that. Ethan Lee also has some advice on packaging for Linux, some of which may be useful.
https://gist.github.com/flibitijibibo/b67910842ab95bb3decdf89d1502de88
TBH the route I might go is just to ship a bash script to run the thing, then people can use that instead of a binary since flatpak is major overkill for this application, appimage is failing and binaries don't work
running from ubuntu 24.04 distrobox works around the openssl issue
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
That seems to work!
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
its fine until its done downloading the depot then an error window pops up with this anyone have a solution?;
Traceback (most recent call last): File "/home/user/FOLON-FO4Downgr ader/./FOLON-Downgrader.py", line 35, in run self._Function() File "/home/user/FOLON-FO4Downgr ader/./FOLON-Downgrader.py", line 752, in
Yeah that's a weird error with the main branch, I'll merge some new code in about an hour which it'd like one of you to try out, should hopefully just work lol
Hopefully the latest commit should work
Im on Nobara (Fedora 40) and im still having issues with this as well.
tried the Run.sh and adjusted it - took me a moment to figure out the comment above.
it looks like its missing 'PyQt5.QtWinExtras' but im pretty sure i have it.
also getting the same in the executeable:
Try again now, two merged patches just fixed it, don't use the executable btw, it's getting pulled
So far so good! thank you! now i just gotta try and type my password right :-P
no worries on the executable, i just tried it as part of troubleshooting.
cheers mate!
It seems may be errors on linux #31, I am investigating
System info: Manjaro Linux 64 bit X11 Session
Binary Version: 1.5.1
Output from CLI:
Tkinter is installed: