dreamer / boxtron

Steam Play compatibility tool to run DOS games using native Linux DOSBox
https://luxtorpeda.gitlab.io/
GNU General Public License v2.0
405 stars 5 forks source link

Shadow of the comet #49

Open StefanoBalocco opened 2 years ago

StefanoBalocco commented 2 years ago

Compatibility Report

Report

Report

When I start the game, boxtron says that the game is not recognized as dosbox compatible. Same problem for "prisoner of ice" (the sequel)

StefanoBalocco commented 2 years ago

Some troubleshooting: cmd_line is '/home/stefano/.local/share/Steam/steamapps/common/Shadow of the Comet/DOSBOX/launch.bat' exe is: launch.bat

exe fail os.path.isFile (probably because is in a different path?)

if I give cmd_line[0] to toolbox.is_trivial_batch, instead of exe, it fail at def parse_dosbox_config(conf_file): """Parse DOSBox configuration file.""" assert conf_file

The content of the batch file is: DOSbox.exe -conf "dosbox_sotc.conf" -conf "dosbox_sotc_single.conf"

edit: The "to_posix_path" convert "..\dosbox_sotc.conf" to None