-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Not sure if this is still working but tried running the command in the read me for bfme 2 and I get this in Lutris
`Failed to retrieve wine (system-x86_64) information
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 276, in install_runner
runner.install(
File "/usr/lib/python3/dist-packages/lutris/runners/runner.py", line 495, in install
raise RunnerInstallationError(_("Failed to retrieve {} ({}) information").format(self.name, version))
lutris.runners.RunnerInstallationError: Failed to retrieve wine (system-x86_64) information
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/lutris/exception_backstops.py", line 79, in error_wrapper
return handler(*args, **kwargs)
File "/usr/lib/python3/dist-packages/lutris/gui/installerwindow.py", line 453, in launch_install
if not self.interpreter.launch_install(self):
File "/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 209, in launch_install
self.install_runners(ui_delegate)
File "/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 263, in install_runners
self.install_runner(self.runners_to_install.pop(0), ui_delegate)
File "/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 283, in install_runner
raise ScriptingError(ex.message) from ex
lutris.installer.errors.ScriptingError: Failed to retrieve wine (system-x86_64) information
Lutris log:
[INFO:2025-09-15 13:34:49,380:application]: Starting Lutris 0.5.18
[ERROR:2025-09-15 13:34:49,388:system]: ['vulkaninfo', '--summary'] command failed: Command '['vulkaninfo', '--summary']' returned non-zero exit status 1.
[INFO:2025-09-15 13:34:49,400:startup]: "card1" is NVIDIA Corporation TU104 [GeForce RTX 2080 Rev. A] (10de:1e87 1462:3724 nvidia) Driver 535.230.02
[ERROR:2025-09-15 13:34:49,404:system]: ['vulkaninfo', '--summary'] command failed: Command '['vulkaninfo', '--summary']' returned non-zero exit status 1.
[INFO:2025-09-15 13:34:49,414:startup]: "card0" is Intel Corporation UHD Graphics 630 (8086:3e92 1043:8694 i915) Driver 21.2.6
[WARNING:2025-09-15 13:34:49,469:startup]: Vulkan reports an API version of 1.2.131. 1.3.0 is required for the latest DXVK.
[ERROR:2025-09-15 13:34:49,757:style_manager]: Error reading color-scheme: g-io-error-quark: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found (36)
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/lutris/style_manager.py", line 74, in call_cb
values = obj.call_finish(result)
gi.repository.GLib.GError: g-io-error-quark: GDBus.Error:org.freedesktop.portal.Error.NotFound: Requested setting not found (36)
[WARNING:2025-09-15 14:21:30,285:game]: Game still running (state: running)
[INFO:2025-09-15 14:21:30,285:game]: Stopping The Lord of The Rings The Battle For Middle-Earth (wine)
[INFO:2025-09-15 17:30:40,195:application]: Starting Lutris 0.5.18
[ERROR:2025-09-15 17:30:40,202:system]: ['vulkaninfo', '--summary'] command failed: Command '['vulkaninfo', '--summary']' returned non-zero exit status 1.
[INFO:2025-09-15 17:30:40,212:startup]: "card1" is NVIDIA Corporation TU104 [GeForce RTX 2080 Rev. A] (10de:1e87 1462:3724 nvidia) Driver 535.230.02
[ERROR:2025-09-15 17:30:40,217:system]: ['vulkaninfo', '--summary'] command failed: Command '['vulkaninfo', '--summary']' returned non-zero exit status 1.
[INFO:2025-09-15 17:30:40,227:startup]: "card0" is Intel Corporation UHD Graphics 630 (8086:3e92 1043:8694 i915) Driver 21.2.6
[WARNING:2025-09-15 17:30:40,228:startup]: Vulkan reports an API version of 1.2.131. 1.3.0 is required for the latest DXVK.
[INFO:2025-09-15 17:30:44,456:interpreter]: Runner wine needs to be installed
[ERROR:2025-09-15 17:30:44,545:interpreter]: Failed to retrieve wine (system-x86_64) information
[ERROR:2025-09-15 17:30:44,545:errors]: Failed to retrieve wine (system-x86_64) information
[ERROR:2025-09-15 17:30:44,545:exception_backstops]: Error handling idle function: Failed to retrieve wine (system-x86_64) information
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 276, in install_runner
runner.install(
File "/usr/lib/python3/dist-packages/lutris/runners/runner.py", line 495, in install
raise RunnerInstallationError(("Failed to retrieve {} ({}) information").format(self.name, version))
lutris.runners.RunnerInstallationError: Failed to retrieve wine (system-x86_64) information
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/lutris/exception_backstops.py", line 79, in error_wrapper
return handler(*args, **kwargs)
File "/usr/lib/python3/dist-packages/lutris/gui/installerwindow.py", line 453, in launch_install
if not self.interpreter.launch_install(self):
File "/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 209, in launch_install
self.install_runners(ui_delegate)
File "/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 263, in install_runners
self.install_runner(self.runners_to_install.pop(0), ui_delegate)
File "/usr/lib/python3/dist-packages/lutris/installer/interpreter.py", line 283, in install_runner
raise ScriptingError(ex.message) from ex
lutris.installer.errors.ScriptingError: Failed to retrieve wine (system-x86_64) information`