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

Not launching on nixos #435

Open
anoosa1 opened this issue Sep 21, 2024 · 2 comments
Open

Not launching on nixos #435

anoosa1 opened this issue Sep 21, 2024 · 2 comments

Comments

@anoosa1
Copy link

anoosa1 commented Sep 21, 2024

Try to launch the program and errors out

lutirs native works

logs

2024-09-21 18:57:55,890: Command 'fluidsynth' not found on your system
/app/lib/python3.11/site-packages/PIL/Image.py:121: RuntimeWarning: The _imaging extension was built for another version of Pillow or PIL:
Core version: 9.2.0
Pillow version: 9.5.0
  warnings.warn(str(v), RuntimeWarning)
/app/lib/python3.11/site-packages/PIL/Image.py:121: RuntimeWarning: The _imaging extension was built for another version of Pillow or PIL:
Core version: 9.2.0
Pillow version: 9.5.0
  warnings.warn(str(v), RuntimeWarning)
Traceback (most recent call last):
  File "/app/bin/lutris", line 61, in <module>
    from lutris.gui.application import Application  # pylint: disable=no-name-in-module
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/lib/python3.11/site-packages/lutris/gui/application.py", line 42, in <module>
    from lutris.gui.config.preferences_dialog import PreferencesDialog
  File "/app/lib/python3.11/site-packages/lutris/gui/config/preferences_dialog.py", line 9, in <module>
    from lutris.gui.config.accounts_box import AccountsBox
  File "/app/lib/python3.11/site-packages/lutris/gui/config/accounts_box.py", line 8, in <module>
    from lutris.gui.config.updates_box import UpdateButtonBox
  File "/app/lib/python3.11/site-packages/lutris/gui/config/updates_box.py", line 12, in <module>
    from lutris.services.lutris import sync_media
  File "/app/lib/python3.11/site-packages/lutris/services/__init__.py", line 8, in <module>
    from lutris.services.dolphin import DolphinService
  File "/app/lib/python3.11/site-packages/lutris/services/dolphin.py", line 6, in <module>
    from PIL import Image
  File "/app/lib/python3.11/site-packages/PIL/Image.py", line 103, in <module>
    raise ImportError(
ImportError: The _imaging extension was built for another version of Pillow or PIL:
Core version: 9.2.0
Pillow version: 9.5.0

flatpak --version
Flatpak 1.14.6

flatpak --gl-drivers
default
host

@strycore
Copy link
Collaborator

Please try the updated version I just pushed on Flathub Beta (it should be building right now so check about 2 hours after this comment)

@anoosa1
Copy link
Author

anoosa1 commented Sep 27, 2024

Still persists

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

2 participants