Difference between revisions of "Application exit codes"

From BOINC Wiki
Jump to: navigation, search
(adding table)
(adding table and some formatting)
Line 1: Line 1:
0.  SUCCESS
+
;0.  SUCCESS
 
 
 
Not an error message. It's a success message. Rejoice!  
 
Not an error message. It's a success message. Rejoice!  
  
-1.  CANT_CREATE_FILE
+
;-1.  CANT_CREATE_FILE
 
 
  
  
-2.  READ_FAILED
 
  
 +
;-2.  READ_FAILED
  
  
-3.  WRITE_FAILED
 
  
 +
;-3.  WRITE_FAILED
  
  
-4.  MALLOC_FAILED
 
  
 +
;-4.  MALLOC_FAILED
 
Memory allocation failed.  
 
Memory allocation failed.  
  
-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. Also make sure your BOINC directory isn't hidden.  
  
-6.  BAD_HEADER
+
;-6.  BAD_HEADER
 
 
  
  
-7.  BAD_DECODE
 
  
 +
;-7.  BAD_DECODE
  
  
-8.  BAD_BIN_READ
 
  
 +
;-8.  BAD_BIN_READ
  
  
-9.  RESULT_OVERFLOW
 
  
 +
;-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.
 
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  
+
;-10. UNHANDLED_SIGNAL  
  
  
  
-11. FP_ERROR  
+
;-11. FP_ERROR  
 +
Floating Point error.
  
  
 +
;-12. ATEXIT_FAILURE
  
-12. ATEXIT_FAILURE
 
(Use WinError.h to trouble shoot.)
 
  
  

Revision as of 22:15, 29 August 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. Also make sure your BOINC directory isn't hidden.

-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