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

Descent 2 (273580) #20

Closed dreamer closed 4 years ago

dreamer commented 5 years ago

Compatibility Report

System Information

Report

Note: use development version of steam-dos from master branch

The game does not load for a stupid reason: paths in .CUE file included with the game are supposed to be relative to the DOS directory (and that's why you are "supposed to" mount C drive and change directory to e.g. C:\ before invoking imgmount inside DOSBox), which would imply that those paths are case-insensitive.

In reality in DOSBox those paths are relative to DOS directory, but paths are case sensitive, as on Linux host.

There are 4 ways to fix/workaround this:

Not sure which path to pursue at this point.