nstlaurent / DoomLauncher

Doom Launcher is a doom launching utility and database for custom wads and pk3s
GNU General Public License v3.0
225 stars 19 forks source link

"Load Latest Save" not working in GZDoom #235

Closed andrikpowell closed 3 years ago

andrikpowell commented 3 years ago

If I select the "Load Latest Save" option in the latest DoomLauncher Release, I get an error message saying

Could not read savegame 'C:/Program.zds'

You can also see in a screenshot here: GZDoom savegame error

In the "Preview Launch Parameters" it looks like this: launch-parameters

I actually just realized that to fix this issue, quotes need to be added around the added '-loadgame' parameter. I think the error is caused by the space in "Program Files" the loadgame path (that's why it stops at "C:\Program.zds"):

-loadgame C:\Program Files\DOOM\Source Ports\GZDoom\Saved Games\save89.zds needs to be: -loadgame "C:\Program Files\DOOM\Source Ports\GZDoom\Saved Games\save89.zds"

nstlaurent commented 3 years ago

Will have this resolved soon, thanks!

nstlaurent commented 3 years ago

Fixed and merged to development.