Difference between revisions of "Error code -141 to -150 explained"

From BOINC Wiki
Jump to: navigation, search
(Adding FAQ 75)
 
Line 1: Line 1:
ERR_STRCHR -141
+
'''ERR_STRCHR -141''' - The buffer contains a string that is empty. With no where to go to.
  
The buffer contains a string that is empty. With no where to go to.  
+
'''ERR_STRSTR -142''' - This code is no longer used in any present versions of BOINC.  
  
ERR_STRSTR -142
+
'''ERR_READDIR -143''' - BOINC cannot read the directory, it is missing the correct path. It will try to find the correct path.
  
This code is no longer used in any present versions of BOINC.  
+
'''ERR_SHMGET -144''' - BOINC cannot find the shared memory segment. Shared memory is memory used by BOINC and the scinece application at the same time.  
  
ERR_READDIR -143
+
'''ERR_SHMCTL -145''' - BOINC cannot free the shared memory segment.
  
BOINC cannot read the directory, it is missing the correct path. It will try to find the correct path.  
+
'''ERR_SHMAT -146''' - BOINC cannot use the shared memory segment.  
  
ERR_SHMGET -144
+
'''ERR_FORK -147''' - Boinc cannot create a new process. Any errors with child processes in their description will have to do with this error.
 
 
BOINC cannot find the shared memory segment. Shared memory is memory used by BOINC and the scinece application at the same time.
 
 
 
ERR_SHMCTL -145
 
 
 
BOINC cannot free the shared memory segment.
 
 
 
ERR_SHMAT -146
 
 
 
BOINC cannot use the shared memory segment.
 
 
 
ERR_FORK -147
 
 
 
Boinc cannot create a new process. Any errors with child processes in their description will have to do with this error.
 
 
See fork()
 
See fork()
  
ERR_EXEC -148
+
'''ERR_EXEC -148''' - BOINC cannot create a new process. Or BOINC is already running. Only one instance of BOINC can run at any time.
  
BOINC cannot create a new process. Or BOINC is already running. Only one instance of BOINC can run at any time.  
+
'''ERR_NOT_EXITED -149''' - A process that was supposed to exit, did not do so.  
  
ERR_NOT_EXITED -149
+
'''ERR_NOT_IMPLEMENTED -150''' - BOINC encountered a system call to memory that wasn't designed for this platform.
 +
Use the correct version of BOINC for your CPU and operating system.
  
A process that was supposed to exit, did not do so.
 
  
ERR_NOT_IMPLEMENTED -150
 
 
BOINC encountered a system call to memory that wasn't designed for this platform.
 
Use the correct version of BOINC for your CPU and operating system.
 
 
  | Jorden
 
  | Jorden
 
  | 3
 
  | 3

Revision as of 15:18, 30 June 2016

ERR_STRCHR -141 - The buffer contains a string that is empty. With no where to go to.

ERR_STRSTR -142 - This code is no longer used in any present versions of BOINC.

ERR_READDIR -143 - BOINC cannot read the directory, it is missing the correct path. It will try to find the correct path.

ERR_SHMGET -144 - BOINC cannot find the shared memory segment. Shared memory is memory used by BOINC and the scinece application at the same time.

ERR_SHMCTL -145 - BOINC cannot free the shared memory segment.

ERR_SHMAT -146 - BOINC cannot use the shared memory segment.

ERR_FORK -147 - Boinc cannot create a new process. Any errors with child processes in their description will have to do with this error. See fork()

ERR_EXEC -148 - BOINC cannot create a new process. Or BOINC is already running. Only one instance of BOINC can run at any time.

ERR_NOT_EXITED -149 - A process that was supposed to exit, did not do so.

ERR_NOT_IMPLEMENTED -150 - BOINC encountered a system call to memory that wasn't designed for this platform. Use the correct version of BOINC for your CPU and operating system.


| Jorden
| 3
| 1
| 23:18:37
| 2008-02-14
| 172572
| 1
| 75
| 2008-02-14 23:18:37
| 2008-02-14 23:18:37