Closed KiaraGrouwstra closed 5 years ago
CLI output:
FMOD ERROR: UpdateFMOD SystemUpdate: This command failed because System::init or System::setDriver was not called.
... which does in fact yield some hits!
interestingly, lutris also offers necrodancer as well as monster hunter: world!
I should try the Lutris PR like this: https://nixos.wiki/wiki/Nixpkgs/Create_and_debug_packages#How_to_install_from_the_local_repository
$ nix-env -f $NIXPKGS -i lutris
...
0 0 0 0 0 0 0 0 --:--:-- 0:02:08 --:--:-- 0curl: (7) Failed to connect to abbradar.net port 443: Connection timed out
not that #88 again... may need to merge the files into recent nixpkgs.
$ cd nixpkgs
$ set NIXPKGS $PWD
$ git checkout lutris
$ vi pkgs/applications/misc/lutris/default.nix
$ nix-env -f $NIXPKGS -i lutris
File "/build/source/lutris/gui/lutriswindow.py", line 600
self.add_game_to_view(game_id, async=False)
^
SyntaxError: invalid syntax
looks like https://github.com/lutris/lutris/issues/967, so I should upgrade it.
retry after updating it:
installing
~/dist ~
Processing ./lutris-0.5.1-py3-none-any.whl
Collecting requests (from lutris==0.5.1)
Could not find a version that satisfies the requirement requests (from lutris==0.5.1) (from versions: )
No matching distribution found for requests (from lutris==0.5.1)
attempting to add it.
relevant: MHW on Proton / Steam Play.
the Necrodancer error:
FMOD ERROR: UpdateFMOD SystemUpdate: This command failed because System::init or System::setDriver was not called.
.. on Arch seems fixed with pulseaudio-alsa
, which on nix seems to correspond to apulse
. unfortunately on KDE I still run into #53, should retry on Gnome.
even with apulse I'm under the issue seems to persist.
not seeing similar reports for Linux.