System info
Recently I’ve been trying to run a few PS2 games via Lutris, I’ve installed dependencies for PCSX2 which, if I’m not mistaken, are necessary to guarantee that games will play as intended.
If I try to run those through the emulator only it just works as intended, but I’d like to do it via Lutris. I’m gonna post the logs for the 2 games I tried to run (Castlevania: Curse of Darkness and Dirge of Cerberus: Final Fantasy VII). After trying to open each one no error message is displayed normally and after a few seconds the process just stops, to see what happens I need to enable the “Show Logs” option.
Started initial process 19482 from /home/nature/.local/share/lutris/runners/pcsx2/PCSX2 /home/nature/Games/dirge-of-cerberus-final-fantasy-vii/Dirge of Cerberus - Final Fantasy VII (USA).iso
Start monitoring process.
/home/nature/.local/share/lutris/runners/pcsx2/PCSX2: error while loading shared libraries: libSM.so.6: wrong ELF class: ELFCLASS64
Monitored process exited.
Initial process has exited (return code: 32512)
All processes have quit
Exit with return code 32512
Traceback (most recent call last):
File “/usr/share/lutris/bin/lutris-wrapper”, line 202, in
main()
File “/usr/share/lutris/bin/lutris-wrapper”, line 129, in main
process_pid = subprocess.Popen(args).pid
File “/usr/lib/python3.10/subprocess.py”, line 966, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File “/usr/lib/python3.10/subprocess.py”, line 1842, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
PermissionError: [Errno 13] Permission denied: ‘/home/nature/Games/castlevania-curse-of-darkness/Castlevania - Curse of Darkness (USA).iso’
Is there any solution to those problems?