Package Details: lutris-git 0.5.17.r474.gcc8dba1-1

Git Clone URL: https://aur.archlinux.org/lutris-git.git (read-only, click to copy)
Package Base: lutris-git
Description: Open Gaming Platform
Upstream URL: https://lutris.net
Licenses: GPL-3.0-or-later
Conflicts: lutris
Provides: lutris
Submitter: ProfessorKaos64
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 42
Popularity: 0.54
First Submitted: 2017-12-17 21:07 (UTC)
Last Updated: 2024-11-04 18:34 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »

harre commented on 2020-10-04 21:01 (UTC)

+1 pkr: installing python-magic solved the issue for me, thanks for pointing it out

VlinkZ: can you please add it so less people get the issue?

pkr commented on 2020-10-03 17:46 (UTC)

Seeing errors like

======================================================================
ERROR: Failure: ModuleNotFoundError (No module named 'magic')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/nose/failure.py", line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "/usr/lib/python3.8/site-packages/nose/loader.py", line 416, in loadTestsFromName
    module = self.importer.importFromPath(
  File "/usr/lib/python3.8/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python3.8/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib/python3.8/imp.py", line 234, in load_module
    return load_source(name, filename, file)
  File "/usr/lib/python3.8/imp.py", line 171, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 702, in _load
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/paul/.cache/yay/lutris-git/src/lutris/tests/test_installer.py", line 2, in <module>
    from lutris.installer.interpreter import ScriptInterpreter
  File "/home/paul/.cache/yay/lutris-git/src/lutris/lutris/installer/interpreter.py", line 14, in <module>
    from lutris.installer.installer import LutrisInstaller
  File "/home/paul/.cache/yay/lutris-git/src/lutris/lutris/installer/installer.py", line 18, in <module>
    from lutris.util.game_finder import find_linux_game_executable, find_windows_game_executable
  File "/home/paul/.cache/yay/lutris-git/src/lutris/lutris/util/game_finder.py", line 4, in <module>
    import magic
ModuleNotFoundError: No module named 'magic'

Probably the python-magic module is missing as a dependecy in the PKGBUILD.

theriddick commented on 2020-07-12 08:54 (UTC) (edited on 2020-07-12 08:57 (UTC) by theriddick)

For some reason fails to run under Manjaro (I have all dependencies mentioned)

Traceback (most recent call last):
File "/usr/bin/lutris", line 56, in <module> app = Application() # pylint: disable=invalid-name
File "/usr/lib/python3.8/site-packages/lutris/gui/application.py", line 62, in init init_lutris()
File "/usr/lib/python3.8/site-packages/lutris/startup.py", line 45, in init_lutris runners.inject_runners(load_json_runners())
File "/usr/lib/python3.8/site-packages/lutris/runners/json.py", line 56, in load_json_runners for json_path in os.listdir(json_dir):
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3.8/site-packages/lutris/runners/json'

Seems to be some odd python script issue.

thibaultmol commented on 2020-06-04 06:09 (UTC)

The main lutris package doesn't have it as a dependancy, but figured I would mention it here anyway: Lutris has implemented Discord Rich Presense, although it's still WIP. But it does require the PyPresence package to work

Mel commented on 2020-06-03 12:56 (UTC)

Lutris most certainly does not depend on 'python-pip'

toshu commented on 2020-04-11 14:03 (UTC) (edited on 2020-04-11 14:08 (UTC) by toshu)

still an error in check:
copying share/lutris/icons/hicolor/symbolic/apps/symbols.html -> /paketbau/lutris-git/pkg/lutris-git/usr/share/lutris/icons/hicolor/symbolic/apps
copying share/lutris/icons/hicolor/symbolic/apps/virtualjaguar-symbolic.svg -> /paketbau/lutris-git/pkg/lutris-git/usr/share/lutris/icons/hicolor/symbolic/apps
error: can't copy 'share/lutris/icons/hicolor/symbolic/apps/amiga500-symbolic.svg': doesn't exist or not a regular file
==> FEHLER: Ein Fehler geschah in package().
Breche ab...
==> Removing installed dependencies...

dnmodder commented on 2020-03-27 16:40 (UTC)

error in check()

parkerlreed commented on 2020-02-25 04:48 (UTC)

libselinux appears to be a new requirement

beekay201 commented on 2020-02-23 10:48 (UTC)

Needed to add python-dbus and mesa-demos as pointed out in previous comments. Also added python-pip for distro module, needed for System Preferences/System Information tab.