Closed k-e-l-p closed 5 years ago
I’m had a similar issue, but on a different platform (But still with the intuition to not have configured the app properly). Here´s my current configuration :
So my config will be:
{
"active": {
"doom64ex": false,
"doomretro": false,
"doomrpg": false,
"doomrpgrl": false,
"doomrpgrlmonsters": false,
"gzdoom": true,
"oblige": false,
"prboomp": false,
"zandronum": false,
"zdoom": false
},
"dontShowUpdate": "0.0.0",
"engines": {
"doom64ex": "",
"doomretro": "",
"doomrpg": "",
"doomrpgrl": "",
"gzdoom": "/opt/gzdoom/gzdoom",
"prboomp": "",
"zandronum": "",
"zdoom": ""
},
"freshinstall": false,
"initList": "false",
"iwadpath": "/home/pm/SSGL/IWAD/",
"misc": {
"doom64exsound": "",
"doomrpg": {
"brightmaps": "",
"extras": "",
"rlarsenalpath": "",
"rlarsenalwad": "",
"rlhudwad": "",
"rlmonsterspath": "",
"rlmonsterswad": "",
"vanilla": ""
},
"preselectedengine": ""
},
"modlistpath": "/home/pm/SSGL/MODLIST/",
"oblige": {
"binary": "",
"configs": "",
"mappath": ""
},
"online": {
"client": ""
},
"savepaths": {
"doom64ex": "",
"doomretro": "",
"doomrpg": "",
"gzdoom": "/home/pm/.config/gzdoom/",
"prboomp": "",
"zandronum": "",
"zdoom": ""
},
"screenshotpath": "/home/pm/Images/Screenshots/",
"wadpath": "/home/pm/SSGL/WAD/"
}
Closing this due to: https://github.com/FreaKzero/ssgl-doom-launcher/blob/v1/README.md
whenever i try to launch gzdoom with this launcher i get this issue:
paniclog.txt: No Engine to start given
TypeError: Cannot read property 'filter' of undefined
config.json: { "active": { "doom64ex": false, "doomretro": false, "doomrpg": false, "doomrpgrl": false, "doomrpgrlmonsters": false, "gzdoom": true, "oblige": false, "prboomp": false, "zandronum": false, "zdoom": false }, "dontShowUpdate": "0.0.0", "engines": { "doom64ex": "", "doomretro": "", "doomrpg": "", "doomrpgrl": "", "gzdoom": "/usr/bin/gzdoom", "prboomp": "", "zandronum": "", "zdoom": "" }, "freshinstall": false, "initList": "false", "iwadpath": "/home/nojus/games/DOOM(original)/iwad/", "misc": { "doom64exsound": "", "doomrpg": { "brightmaps": "", "extras": "", "rlarsenalpath": "", "rlarsenalwad": "", "rlhudwad": "", "rlmonsterspath": "", "rlmonsterswad": "", "vanilla": "" }, "preselectedengine": "gzdoom" }, "modlistpath": "/home/nojus/games/DOOM(original)/mods/", "oblige": { "binary": "", "configs": "", "mappath": "" }, "online": { "client": "" }, "savepaths": { "doom64ex": "", "doomretro": "", "doomrpg": "", "gzdoom": "/home/nojus/games/DOOM(original)/saves/", "prboomp": "", "zandronum": "", "zdoom": "" }, "screenshotpath": "", "wadpath": "/home/nojus/games/DOOM(original)/wad/" }
$which gzdoom returns /usr/bin/gzdoom
i have configured gzdoom to look for wads and iwads in the afromentioned folders, and gzdoom works when launching via commandline
I am running Arch Linux x86_64.
PS: I'm suspecting that this issue is just me being unable to configure the app properly, a quick start guide would be appreciated.