Difference between revisions of "Application exit codes"

From BOINC Wiki
Jump to: navigation, search
(Adding FAQ 60)
 
(adding table)
Line 51: Line 51:
  
  
 +
{| class="wikitable" style="text-align: center;"
 +
! Original writer
 +
! Original FAQ
 +
! Date
 +
|-
 
  | Jorden
 
  | Jorden
  | 5
+
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=60 60]
| 1
+
  | 21-12-2006
  | 13:44:38
+
  |-
| 2006-12-21
+
  |}
  | 89867
 
| 1
 
| 60
 
| 2006-12-21 13:44:38
 
  | 2006-12-21 13:44:38
 

Revision as of 22:14, 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


-12. ATEXIT_FAILURE

(Use WinError.h to trouble shoot.)


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