<div dir="ltr"><div><div>Hi,<br><br>I was tracing LO exit codes about corrupted installation. I found 
desktop/source/inc/exithelper.h
<br><br>EXITHELPER_FATAL_ERROR = 333,    /* Only the low 8 bits are significant 
333 % 256 = 77 */
<br><br>it is confused with standard code<br><br>EXIT_NOPERM      = 77, /// permission denied
<br><br>I am not sure for Mac and Windows, but is there any reason why 333 code?.  any objections if I change to non-standard code? <br>
<br></div>Regards<br></div>Henry<br></div>