Opened 5 years ago
Closed 5 years ago
#12477 closed defect (fixed)
AGS: Heroine's Quest steam crash.
| Reported by: | RetroJaro | Owned by: | criezy |
|---|---|---|---|
| Priority: | normal | Component: | Engine: AGS |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
Crashes after trying to make a new character.
Attachments (1)
Change History (4)
by , 5 years ago
| Attachment: | 2021-04-22 09_59_41-Greenshot.png added |
|---|
comment:1 by , 5 years ago
| Summary: | Heroine's Quest steam crash. → AGS: Heroine's Quest steam crash. |
|---|
comment:2 by , 5 years ago
comment:3 by , 5 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
I pushed a fix for this issue. I think it should now work on Windows as well.
Note:
See TracTickets
for help on using tickets.

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.datin 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.