Difference between revisions of "Process exited with code 22 (0x16, -234)"

From BOINC Wiki
Jump to: navigation, search
(adding table)
(removing broken link to original faq)
 
Line 12: Line 12:
 
  |-
 
  |-
 
  | Jorden
 
  | Jorden
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=280 280]
+
  | 280
 
  | 26-09-2007
 
  | 26-09-2007
 
  |-
 
  |-
 
  |}
 
  |}

Latest revision as of 21:41, 16 August 2017

When running a 64-bit Linux on a project that sends 32-bit applications only, you can run into results erroring out with process exited with code 22.

The explanation for this is that 32-bit binaries don't just work on every 64-bit Linux. If for example you install a fresh Ubuntu 6.10 or 7.04, 32-bit binaries won't work. They are not even recognized as valid executables. You first have to install the ia32 package and dependent packages. Further, for programs that link with the graphic library, you will manually have to copy a 32-bit libglut library to the usr/lib32 directory.

If after this you still get client errors, post on the forums of the project that you have this problem and ran ldd on the executable in the projects directory to see what libraries are missing. Post which libraries these are and ask for instructions on how to get them.


Original writer Original FAQ Date
Jorden 280 26-09-2007