Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launcher doesn't start (flatpak) #355

Open
pezz opened this issue Nov 21, 2024 · 5 comments
Open

Launcher doesn't start (flatpak) #355

pezz opened this issue Nov 21, 2024 · 5 comments

Comments

@pezz
Copy link

pezz commented Nov 21, 2024

Seeing this when trying to start the flatpak launcher:

% flatpak run --command=fs-uae-launcher net.fsuae.FS-UAE
<bunch of python output>
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'

Not sure if any other info is needed?

Edit: forgot the version, latest stable 3.1.66 built 4 days ago or so.

@mattx1986
Copy link

I have the same issue on Linux Mint Mate. FS-UAE works as normal, but FS-UAE Launcher stopped working after I did flatpak updates. In the terminal it spits the same error message as @pezz wrote above.

@jkoeble
Copy link

jkoeble commented Nov 25, 2024

I have similar issues on Ubuntu 24.10, see attached log file. Happened after the most recent flatpak update.
fs-uae-launcher.log.txt

@jkoeble
Copy link

jkoeble commented Nov 25, 2024

Downgrading tp the previous flatpak release solves the issue, like e.g.:
sudo flatpak update --commit=6f238c385fd1e3ee70025058d4f92ebef71f3060cf10f70aeb52917e8398a3b3 net.fsuae.FS-UAE

@mattx1986
Copy link

mattx1986 commented Nov 27, 2024

@pezz Thanks for the solution. Even if it's not perfect FS-UAE Launcher works again. Thanks to you I've learned how to downgrade Flatpaks to make some other apps work again if needed. 😃
Zrzut ekranu z 2024-11-27 19-07-58

@terzag
Copy link

terzag commented Dec 3, 2024

Using Xubuntu 24.04.

I noticed yesterday that the launcher wouldn't run (not sure since when, haven't used it in a while). I have a bit more Python errors when trying to start it from a terminal, FWIW:

Unhandled exception detected in thread MainThread:
  ModuleNotFoundError:exceptions.py:<module>:2

Traceback (most recent call last):
  File "/app/bin/fs-uae-launcher", line 121, in <module>
    main()
  File "/app/bin/fs-uae-launcher", line 118, in main
    launcher.apps.main()
  File "/app/share/fs-uae-launcher/launcher/apps/__init__.py", line 137, in main
    app_main()
  File "/app/share/fs-uae-launcher/launcher/apps/fs_uae_launcher.py", line 22, in app_main
    from launcher.launcherapp import LauncherApp
  File "/app/share/fs-uae-launcher/launcher/launcherapp.py", line 20, in <module>
    from fsgs.context import fsgs
  File "/app/share/fs-uae-launcher/fsgs/context.py", line 1, in <module>
    from .FSGameSystemContext import FSGameSystemContext
  File "/app/share/fs-uae-launcher/fsgs/FSGameSystemContext.py", line 16, in <module>
    from fsgs.download import Downloader, offline_mode
  File "/app/share/fs-uae-launcher/fsgs/download.py", line 6, in <module>
    import requests
  File "/app/lib/python3.12/site-packages/requests/__init__.py", line 43, in <module>
    import urllib3
  File "/app/lib/python3.12/site-packages/urllib3/__init__.py", line 8, in <module>
    from .connectionpool import (
  File "/app/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in <module>
    from .exceptions import (
  File "/app/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in <module>
    from .packages.six.moves.http_client import (
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants