DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.85k stars 244 forks source link

Fix segfault on missing critical files #414

Closed winterheart closed 4 months ago

winterheart commented 4 months ago

Pull Request Type

Description

If no d3voide1.hog or d3voice2.hog in search path was found, Descent3 fails with segmentation fault after pressing cancel on "Please insert Descent 3 CD" dialogue on Linux. Added guard checks which gracefully handle this issue.

Refactored GetMultiCDPath() function which greatly simplifies it's logic and remove rare and little of use cmd-line options:

Related Issues

Screenshots (if applicable)

Checklist

Additional Comments