Youda008 / DoomRunner

Preset-oriented graphical launcher of various ported Doom engines (an alternative to ZDL)
GNU General Public License v3.0
203 stars 13 forks source link

[Bug] "Path of the selected mod is empty" with latest dev build #147

Closed NightFright2k19 closed 5 months ago

NightFright2k19 commented 5 months ago

When using the latest dev build, I get this message when launching my mods: "Path of the selected mod is empty. Please update your mod list."

The command line adds three empty arguments/quotes at the end, like this (when trying to launch unmodded Heretic): "./crispy-heretic.exe" -iwad "../../iwad/heretic.wad" -file "" "" ""

With a PWAD loaded: _"./crispy-heretic.exe" -iwad "../../iwad/heretic.wad" -file "../../pwad/heretic/puss28qtr.wad" "" "" ""

Youda008 commented 5 months ago

Thanks for reporting. Should be fixed now.

NightFright2k19 commented 5 months ago

Oh, didn't realize those were separators. :) Good to know, though. And great it's solved.