Youda008 / DoomRunner

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

Crash when trying to select a config file without a engine selected first. #37

Closed poperigby closed 3 years ago

poperigby commented 3 years ago

My shell is telling me this:

fish: “doomrunner” terminated by signal SIGSEGV (Address boundary error)

Any way I can get a trace?

Youda008 commented 3 years ago

I don't think so, i have only release build (without debug symbols) on Linux. You need to tell me what exactly you and i have to reproduce it in my debug run. But first of all, which version do you use? The one from release page, or your own build from master? Because i remember i've already discovered some problems and fixed them, they are just not released yet.

poperigby commented 3 years ago

Good point. I'll check to see if I can reproduce on master.

poperigby commented 3 years ago

My bad. It seems you fixed it in master. It just doesn't let me select a config file if an engine isn't selected first. Maybe have a popup telling you to select an engine?

Youda008 commented 3 years ago

That sounds like a good idea, but i don't know how to do it. Maybe i'll figure it out some day.