View Revisions: Issue #3453 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0003453: When Doomseeker fails to startup due to file system errors, return errno/message from the filesystem |
|
Revision |
2018-08-28 03:56 by WubTheCaptain |
|
Description |
0003396 is supposed to fix a possible lack of any indication what went wrong during startup (e.g. when a config directory cannot be read), but it doesn't give a precise reason why something failed, such as "other unexpected cases" as indicated in code. In such "other unexpected cases", the error message will still be hopelessly useless.
Using errno.h and returning that message in the dialog would be a mostly foolproof way to solve the problem for good. |
|
Revision |
2018-08-20 22:24 by WubTheCaptain |
|
Description |
0003396 is supposed to fix the abundance of any indication what went wrong during startup (e.g. when a config directory cannot be read), but it doesn't give a precise reason why something failed, such as "other unexpected cases" as indicated in code. In such "other unexpected cases", the error message will still be hopelessly useless.
Using errno.h and returning that message in the dialog would be a mostly foolproof way to solve the problem for good. |