Unfortunately, it says mesa-vulkan-drivers
is already installed appropriately:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
mesa-vulkan-drivers is already the newest version (22.3.6-1+deb12u1).
The following packages were automatically installed and are no longer required:
libwpe-1.0-1 libwpebackend-fdo-1.0-1 linux-image-6.1.0-18-amd64
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
According to Lutris’s logs found under “Preferences/System” in the menu and the error-log provided when trying to install a game via a Windows executable, I am missing i386 libvulkan.so.1
specifically.
I am not exactly how to install this missing dependency with Debian (assuming I am able to at all).
Here is the full error-log of course:
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/util/jobs.py", line 127, in wrapper
repeat = func(*a, **kw)
^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/lutris/installer/commands.py", line 447, in _monitor_task
raise ScriptingError(_("Command exited with code %s") % command.return_code)
lutris.installer.errors.ScriptingError: Command exited with code 256
Lutris log:
[INFO:2025-01-02 05:00:31,461:application]: Starting Lutris 0.5.18
[INFO:2025-01-02 05:00:33,314:startup]: "card0" is Intel HD Graphics 4600 (8086:0416 17aa:220e i915) Driver None
[ERROR:2025-01-02 05:00:33,314:startup]: i386 libvulkan.so.1 missing (needed by vulkan)
[WARNING:2025-01-02 05:00:34,597:startup]: Vulkan reports that the 'Intel(R) HD Graphics 4600 (HSW GT2)' device has API version of 1.2.230. 1.3.0 is required for the latest DXVK.
[INFO:2025-01-02 05:02:43,904:files_box]: All files available
[INFO:2025-01-02 05:02:43,905:installerwindow]: All files are available, continuing install
[INFO:2025-01-02 05:02:43,915:installerwindow]: Launching installer commands
[INFO:2025-01-02 05:02:44,133:wine]: Creating a win64 prefix in /home/.../Games/steinsgate
[INFO:2025-01-02 05:02:44,133:wine]: Winepath: /home/.../.local/share/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
[INFO:2025-01-02 05:03:58,554:wine]: win64 Prefix created in /home/.../Games/steinsgate
[ERROR:2025-01-02 05:04:02,647:errors]: Command exited with code 256
[ERROR:2025-01-02 05:04:02,647:exception_backstops]: Error handling timeout function: Command exited with code 256
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/util/jobs.py", line 127, in wrapper
repeat = func(*a, **kw)
^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/lutris/installer/commands.py", line 447, in _monitor_task
raise ScriptingError(_("Command exited with code %s") % command.return_code)
lutris.installer.errors.ScriptingError: Command exited with code 256
[INFO:2025-01-02 05:04:29,642:interpreter]: Cancelling installation of Steins;Gate
[INFO:2025-01-02 05:18:55,605:files_box]: All files available
[INFO:2025-01-02 05:18:55,605:installerwindow]: All files are available, continuing install
[INFO:2025-01-02 05:18:55,608:installerwindow]: Launching installer commands
[INFO:2025-01-02 05:18:55,772:wine]: Creating a win64 prefix in /home/.../Games/steinsgate
[INFO:2025-01-02 05:18:55,773:wine]: Winepath: /home/.../.local/share/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
[INFO:2025-01-02 05:19:04,672:wine]: win64 Prefix created in /home/.../Games/steinsgate
[ERROR:2025-01-02 05:19:07,837:errors]: Command exited with code 256
[ERROR:2025-01-02 05:19:07,838:exception_backstops]: Error handling timeout function: Command exited with code 256
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/util/jobs.py", line 127, in wrapper
repeat = func(*a, **kw)
^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/lutris/installer/commands.py", line 447, in _monitor_task
raise ScriptingError(_("Command exited with code %s") % command.return_code)
lutris.installer.errors.ScriptingError: Command exited with code 256
The line in question can be found by the first “error-log” (for lack of a better phrase) produced by Lutris (after all of the Python stuff specifically on line #19).
The “…” in the code replaces any sensitive information.
Thank you for responding btw. It is greatly appreciated.