Problem running Lutris

Sorry if too long. I ran lutris -d and got this output. I am running .5.9.1-1 in Manjaro with kernet 5.10.79-1. Something about libwx_baseu?

2021-12-06 16:59:14,870: Starting Lutris 0.5.9.1
2021-12-06 16:59:14,893: No cores found
2021-12-06 16:59:16,486: Failed to read content length on response from https://api.github.com/repos/lutris/vkd3d/releases
2021-12-06 16:59:16,756: Startup complete
INFO 2021-12-06 16:59:16,757 [startup.check_driver:53]:Using NVIDIA drivers 470.86 for x86_64
INFO 2021-12-06 16:59:16,758 [startup.check_driver:57]:GPU: NVIDIA GeForce GT 710
INFO 2021-12-06 16:59:16,758 [startup.check_driver:73]:GPU: 10DE:128B 1462:8C93 (nvidia drivers)
INFO 2021-12-06 16:59:16,758 [startup.check_driver:73]:GPU: 8086:0412 103C:1998 (i915 drivers)
DEBUG 2021-12-06 16:59:17,066 [lutriswindow.update_store:451]:Showing 35 games
DEBUG 2021-12-06 16:59:23,916 [grid.on_item_activated:57]:Item activated: 27
DEBUG 2021-12-06 16:59:23,916 [lutriswindow.on_game_activated:833]:No service for view
INFO 2021-12-06 16:59:23,922 [runner.use_runtime:258]:Runtime disabled by system configuration
INFO 2021-12-06 16:59:23,964 [runner.use_runtime:258]:Runtime disabled by system configuration
DEBUG 2021-12-06 16:59:23,964 [system.execute:49]:Executing pulseaudio --kill
DEBUG 2021-12-06 16:59:24,981 [system.execute:49]:Executing pulseaudio --start
DEBUG 2021-12-06 16:59:24,998 [audio.reset_pulse:18]:PulseAudio restarted
DEBUG 2021-12-06 16:59:24,999 [xrandr._get_vidmodes:14]:Retrieving video modes from XrandR
DEBUG 2021-12-06 16:59:25,037 [command.start:139]:DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=“1”
DEBUG 2021-12-06 16:59:25,037 [command.start:139]:SDL_VIDEO_FULLSCREEN_DISPLAY=“off”
DEBUG 2021-12-06 16:59:25,037 [command.start:139]:DRI_PRIME=“1”
DEBUG 2021-12-06 16:59:25,037 [command.start:139]:game_name=“Ratchet & Clank: Up Your Arsenal”
DEBUG 2021-12-06 16:59:25,037 [command.start:139]:PYTHONPATH="/usr/lib/lutris:/usr/bin:/usr/lib/python39.zip:/usr/lib/python3.9:/usr/lib/python3.9/lib-dynload:/usr/lib/python3.9/site-packages"
DEBUG 2021-12-06 16:59:25,037 [command.start:139]:LUTRIS_GAME_UUID=“55603862-cf59-4a41-bf7a-b055305db34f”
/home/wilmil/.local/share/lutris/runners/pcsx2/PCSX2: error while loading shared libraries: libwx_baseu-3.0.so.0: cannot open shared object file: No such file or directory
lutris-wrapper: Ratchet & Clank: Up Your Arsenal
Started initial process 42124 from /home/wilmil/.local/share/lutris/runners/pcsx2/PCSX2 --fullscreen --fullboot /home/wilmil/Games/ROMS/Ratchet & Clank Up Your Arsenal.iso
Start monitoring process.
Waiting for game to start (first non-excluded process started)
Initial process has exited (return code: 32512)
All processes have quit
Exit with return code 32512
DEBUG 2021-12-06 16:59:25,110 [command.on_stop:193]:Process 42122 has terminated with code 32512
DEBUG 2021-12-06 16:59:27,063 [game.beat:588]:Game thread stopped
WARNING 2021-12-06 16:59:27,064 [game.on_game_quit:614]:Game still running (state: running)
INFO 2021-12-06 16:59:27,064 [game.stop:599]:Stopping Ratchet & Clank: Up Your Arsenal (pcsx2)
DEBUG 2021-12-06 16:59:27,065 [game.stop_game:554]:Ratchet & Clank: Up Your Arsenal (pcsx2) has run for 2 seconds
WARNING 2021-12-06 16:59:27,065 [game.stop_game:556]:The game has run for a very short time, did it crash?
DEBUG 2021-12-06 16:59:27,085 [game.on_game_quit:632]:Ratchet & Clank: Up Your Arsenal stopped at Mon, 06 Dec 2021 16:59:27
DEBUG 2021-12-06 16:59:27,085 [game.save:257]:Saving Ratchet & Clank: Up Your Arsenal (pcsx2) with config ID ratchet-clank-up-your-arsenal-ps2-1626831855

1 Like

It looks like you’re missing wx-widgets (and it’s barfing while trying to initialize PCSX2

On Manjaro, that should be

pacman -Syu wxgtk-common wxgtk2 wxgtk3

(I’m saying -Syu to make sure your packages are all in sync)

Thanks for replying! It looked like I was missing the wxgtk2 file. I ran lutris -d and it exits with the same return code (32512). But it looks like it still has the same problem:

DEBUG 2021-12-07 20:01:32,959 [command.start:139]:LUTRIS_GAME_UUID=“9667dd70-6d57-4745-a1cd-ab194cf64305”
/home/wilmil/.local/share/lutris/runners/pcsx2/PCSX2: error while loading shared libraries: libwx_baseu-3.0.so.0: cannot open shared object file: No such file or directory
lutris-wrapper: Ratchet & Clank: Up Your Arsenal
Started initial process 55861 from /home/wilmil/.local/share/lutris/runners/pcsx2/PCSX2 --fullscreen --fullboot /home/wilmil/Games/ROMS/Ratchet & Clank Up Your Arsenal.iso
Start monitoring process.
Waiting for game to start (first non-excluded process started)
Initial process has exited (return code: 32512)
All processes have quit
Exit with return code 32512

Sorry to be a bother.

1 Like

I don’t have those libraries installed, but that should be provided by the wxgtk-common package.

/usr/lib/libwx_baseu-3.0.so.0 itself is probably a symbolic link to libwx_baseu-3.0.so.0.5.0 (I’m just looking at package contents)