StayUp icon indicating copy to clipboard operation
StayUp copied to clipboard

exit codes

Open DPZBM opened this issue 5 years ago • 2 comments

Love the app, but my program keeps crashing and StayUp recovers it whilst logging;

Exit code: -1073741819

Where can I find a list of what the exit codes mean?

DPZBM avatar Apr 02 '19 05:04 DPZBM

Any chance of getting some insight into this?

DPZBM avatar Apr 08 '19 04:04 DPZBM

Convert the exit code to hexadecimal and this can give you a HRESULT of 0xC0000005. This can occur when attempting to access an invalid memory address.

jprg avatar Nov 07 '21 03:11 jprg