Difference between revisions of "Error code -171 to -180 explained"

From BOINC Wiki
Jump to: navigation, search
(Adding FAQ 78)
 
(adding table)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
ERR_SOCKS_BAD_USER_PASS -171
+
'''ERR_SOCKS_BAD_USER_PASS -171''' - This is old code that is no longer in use by any version of Boinc.
  
This is old code that is no longer in use by any version of Boinc.  
+
'''ERR_SOCKS_UNKNOWN_SERVER_VERSION -172''' - This is old code that is no longer in use by any version of Boinc.
  
ERR_SOCKS_UNKNOWN_SERVER_VERSION -172
+
'''ERR_SOCKS_UNSUPPORTED -173''' - This is old code that is no longer in use by any version of Boinc.
  
This is old code that is no longer in use by any version of Boinc.
+
'''ERR_SOCKS_CANT_REACH_HOST -174''' - This is old code that is no longer in use by any version of Boinc.
  
ERR_SOCKS_UNSUPPORTED -173
+
'''ERR_SOCKS_CONN_REFUSED -175''' - This is old code that is no longer in use by any version of Boinc.
  
This is old code that is no longer in use by any version of Boinc.
+
'''ERR_TIMER_INIT -176''' - This is old code that is no longer in use by any version of Boinc.
  
ERR_SOCKS_CANT_REACH_HOST -174
 
  
This is old code that is no longer in use by any version of Boinc.
+
'''ERR_RSC_LIMIT_EXCEEDED -177'''
  
ERR_SOCKS_CONN_REFUSED -175
+
''Maximum disk usage is exceeded.'' - The science application is aborted.
 +
Check your disk usage settings in your general preferences.
  
This is old code that is no longer in use by any version of Boinc.
+
''Maximum disk usage exceeded'' or ''Maximum memory usage exceeded'' - (check the messages tab/Event Log for more information)  The science application is aborted. Check your disk/memory usage settings in your general preferences.
 
+
ERR_TIMER_INIT -176
+
''Maximum CPU time exceeded.'' - The maximum granted CPU time for a work unit is exceeded, probably a stuck work unit. The science application is aborted. If a work unit gets stuck, exiting and restarting BOINC is a known workaround to fix this (if it's not already aborted ;-)).
  
This is old code that is no longer in use by any version of Boinc.
 
  
ERR_RSC_LIMIT_EXCEEDED -177
+
'''ERR_INVALID_PARAM -178''' - This is an Auto-Update error, when the project has multiple science applications that you must choose from, or the application version for your BOINC version can not be found.  
 
 
Maximum disk usage is exceeded. The science application is aborted.
 
Check your disk usage settings in your general preferences.
 
 
 
Maximum disk usage exceeded or Maximum memory usage exceeded (check the messages tab/Event Log for more information)  The science application is aborted. Check your disk/memory usage settings in your general preferences.
 
 
Maximum CPU time exceeded. The maximum granted CPU time for a work unit is exceeded, probably a stuck work unit. The science application is aborted. If a work unit gets stuck, exiting and restarting BOINC is a known workaround to fix this (if it's not already aborted ;-)).
 
  
ERR_INVALID_PARAM -178
+
'''ERR_SIGNAL_OP -179''' - Exit of installing unhandled exception filters and signal traps.
  
This is an Auto-Update error, when the project has multiple science applications that you must choose from, or the application version for your BOINC version can not be found.  
+
'''ERR_BIND -180''' - GUI RPC bind failed.  
  
ERR_SIGNAL_OP -179
 
  
Exit of installing unhandled exception filters and signal traps.
 
  
ERR_BIND -180
 
  
GUI RPC bind failed.
+
{| class="wikitable" style="text-align: center;"
 +
! Original writer
 +
! Original FAQ
 +
! Date
 +
|-
 
  | Jorden
 
  | Jorden
  | 3
+
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=78 78]
| 1
+
  | 14-02-2008
  | 23:19:05
+
  |-
| 2008-02-14
+
  |}
| 174520
 
  | 1
 
| 78
 
| 2008-02-14 23:19:05
 
  | 2011-06-27 23:58:48
 

Latest revision as of 14:19, 29 August 2016

ERR_SOCKS_BAD_USER_PASS -171 - This is old code that is no longer in use by any version of Boinc.

ERR_SOCKS_UNKNOWN_SERVER_VERSION -172 - This is old code that is no longer in use by any version of Boinc.

ERR_SOCKS_UNSUPPORTED -173 - This is old code that is no longer in use by any version of Boinc.

ERR_SOCKS_CANT_REACH_HOST -174 - This is old code that is no longer in use by any version of Boinc.

ERR_SOCKS_CONN_REFUSED -175 - This is old code that is no longer in use by any version of Boinc.

ERR_TIMER_INIT -176 - This is old code that is no longer in use by any version of Boinc.


ERR_RSC_LIMIT_EXCEEDED -177

Maximum disk usage is exceeded. - The science application is aborted. Check your disk usage settings in your general preferences.

Maximum disk usage exceeded or Maximum memory usage exceeded - (check the messages tab/Event Log for more information) The science application is aborted. Check your disk/memory usage settings in your general preferences.

Maximum CPU time exceeded. - The maximum granted CPU time for a work unit is exceeded, probably a stuck work unit. The science application is aborted. If a work unit gets stuck, exiting and restarting BOINC is a known workaround to fix this (if it's not already aborted ;-)).


ERR_INVALID_PARAM -178 - This is an Auto-Update error, when the project has multiple science applications that you must choose from, or the application version for your BOINC version can not be found.

ERR_SIGNAL_OP -179 - Exit of installing unhandled exception filters and signal traps.

ERR_BIND -180 - GUI RPC bind failed.



Original writer Original FAQ Date
Jorden 78 14-02-2008