Difference between revisions of "Application exit codes"

From BOINC Wiki
Jump to: navigation, search
m (Jord moved page Exit Codes to Application exit codes: specify)
(removing old bit of data)
Line 18: Line 18:
  
 
;-5.  FOPEN_FAILED
 
;-5.  FOPEN_FAILED
File Open has failed. Make sure you have read/write rights to the whole BOINC directory and sub directories, that all files are not read-only. Also make sure your BOINC directory isn't hidden.  
+
File Open has failed. Make sure you have read/write rights to the whole BOINC directory and sub directories, that all files are not read-only.  
  
 
;-6.  BAD_HEADER
 
;-6.  BAD_HEADER

Revision as of 23:11, 1 September 2016

0. SUCCESS

Not an error message. It's a success message. Rejoice!

-1. CANT_CREATE_FILE


-2. READ_FAILED


-3. WRITE_FAILED


-4. MALLOC_FAILED

Memory allocation failed.

-5. FOPEN_FAILED

File Open has failed. Make sure you have read/write rights to the whole BOINC directory and sub directories, that all files are not read-only.

-6. BAD_HEADER


-7. BAD_DECODE


-8. BAD_BIN_READ


-9. RESULT_OVERFLOW

In the Seti project this is a benign error. It means that there were more radio signals found than there is space in the output file to store them in. This is most usually caused by extra terrestrial RFI signals. Not aliens.

-10. UNHANDLED_SIGNAL


-11. FP_ERROR

Floating Point error.


-12. ATEXIT_FAILURE


Original writer Original FAQ Date
Jorden 60 21-12-2006