Game stop after few seconds since start

The game installed by DOSbox after staty it stop like in few seconds. Window game never appear.

lutris --submit-issue: https://termbin.com/69wqc
lutris -d: https://termbin.com/hy96q

Does anyone know how to fix it?

Well i dont know if its going to help you
buy it helped me with Yuzu and PPSSPP

I have downloaded new versions and updated the runner file that the lutris is looking for

try to update the DOSbox to newer version or maybe downgrade and try to run

Your are missing a dependency, below are the packages dosbox-staging requires

sudo apt install libsdl2-2.0-0 libsdl2-net-2.0-0 libopusfile0

2 Likes

How do you knew what library is missing?

Thanks it’s working!

Missing dependencies is a know issue, there are a few bug reports in github for this. I ran into it after doing a clean install of the latest LTS.

Here is the line from your log file

/home/simon/.local/share/lutris/runners/dosbox/bin/dosbox: error while loading shared libraries: libSDL2_net-2.0.so.0: cannot open shared object file: No such file or directory

1 Like