DavidoTek/ProtonUp-Qt

ProtonUp-Qt-2.9.2-x86_64.AppImage doesn't start on Ubuntu 22.04-LTS

Closed this issue · 2 comments

Please fill out following when reporting a new bug:

Describe the bug
When I try to start ProtonUp-Qt-2.9.2-x86_64.AppImage , I get exception.

To Reproduce
Steps to reproduce the behavior:

  1. Download: ./ProtonUp-Qt-2.9.2-x86_64.AppImage
  2. Set permissions
  3. In Console run "./ProtonUp-Qt-2.9.2-x86_64.AppImage"

Expected behavior
Application starts.

Desktop (please complete the following information):

  • Platform: PC/Laptop
  • System: Ubuntu 22.04-LTS
  • Version: ProtonUp-Qt-2.9.2-x86_64
  • How did you install ProtonUp-Qt?: AppImage

Additional context
Add any other context about the problem here.

Terminal output

./ProtonUp-Qt-2.9.2-x86_64.AppImage
Traceback (most recent call last):
  File "/tmp/.mount_ProtonC5XfrF/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/tmp/.mount_ProtonC5XfrF/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/tmp/.mount_ProtonC5XfrF/usr/lib/python3.10/site-packages/pupgui2/__main__.py", line 1, in <module>
    from pupgui2.pupgui2 import main
  File "/tmp/.mount_ProtonC5XfrF/usr/lib/python3.10/site-packages/pupgui2/pupgui2.py", line 10, in <module>
    from PySide6.QtGui import QIcon, QKeyEvent, QKeySequence, QShortcut
ImportError: /home/andy/.local/lib/python3.10/site-packages/PySide6/Qt/lib/libQt6Core.so.6: version `Qt_6.7' not found (required by /tmp/.mount_ProtonC5XfrF/usr/local/lib/python3.10/dist-packages/PySide6/Qt/lib/libQt6DBus.so.6)```

Thanks for reporting.

That is probably a duplicate of #390 . The issue will be fixed with the next release version of ProtonUp-Qt.

Please use v2.9.1 or the Flatpak version until a newer version with the fix has been released.

After I posted ticket, I tried 2.9.1 App Image and that one worked for me.