[Scummvm-tracker] [ScummVM :: Bugs] #12477: AGS: Heroine's Quest steam crash.
ScummVM :: Bugs
trac at scummvm.org
Wed Apr 28 00:37:42 UTC 2021
#12477: AGS: Heroine's Quest steam crash.
----------------------+--------------------------
Reporter: RetroJaro | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: AGS
Version: | Resolution:
Keywords: | Game:
----------------------+--------------------------
Comment (by criezy):
Are you on Windows by any chance?
The game works properly for me, but after the character creation it writes
a file named `heroinesquest-\hqrecord.dat` in my save folder. On macOS
that works, but I can imagine that on Windows it may not like the `\` in
the name.
The issue is in our file path mapping code. In this case the script asks
the engine to create a file with a path that has two `\` (it is
`$SAVEGAMEDIR$\\hqrecord.dat`) and while we correctly strip the first one,
the second one is not removed.
--
Ticket URL: <https://bugs.scummvm.org/ticket/12477#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list