Process exited with code 195 (0xc3, -61)

Questions and Answers : Bugs : Process exited with code 195 (0xc3, -61)
Message board moderation

To post messages, you must log in.

Previous · 1 · 2

AuthorMessage
Sabroe_SMC

Send message
Joined: 14 May 22
Posts: 2
Credit: 657,294
RAC: 2,779
Message 1080 - Posted: 21 Mar 2026, 14:06:44 UTC

The new version of LODA works perfectly under Windows 11. However, it doesn't work at all under Linux (Mint and CachyOS).

Here's a Stderr.txt file from one of my computers:

<core_client_version>8.2.8</core_client_version>
<![CDATA[
<message>
process exited with code 127 (0x7f, -129)</message>
<stderr_txt>
../../projects/boinc.loda-lang.org_loda/wrapper_26019_x86_64-pc-linux-gnu: error while loading shared libraries: libzip.so.4: cannot open shared object file: No such file or directory

</stderr_txt>

]]>

I hope LODA can fix this quickly.
ID: 1080 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Technik007[CZ]

Send message
Joined: 18 Nov 24
Posts: 4
Credit: 2,508,750
RAC: 12,768
Message 1089 - Posted: 24 Mar 2026, 10:34:25 UTC - in response to Message 1080.  
Last modified: 24 Mar 2026, 10:36:33 UTC

The new version of LODA works perfectly under Windows 11. However, it doesn't work at all under Linux (Mint and CachyOS).

Here's a Stderr.txt file from one of my computers:

<core_client_version>8.2.8</core_client_version>
<![CDATA[
<message>
process exited with code 127 (0x7f, -129)</message>
<stderr_txt>
../../projects/boinc.loda-lang.org_loda/wrapper_26019_x86_64-pc-linux-gnu: error while loading shared libraries: libzip.so.4: cannot open shared object file: No such file or directory

</stderr_txt>

]]>

I hope LODA can fix this quickly.

For Ubuntu or Linux MInt try this:
apt install libzip4t64 -y; apt install libzip4 -y;

When both commands fail, you might have a higher version of Ubuntu / Mint, which does not have this library in repositories anymore, so try the zip library version 5 and symlink it to v4:
apt install libzip5; ln -vs /usr/lib/aarch64-linux-gnu/libzip.so.5 /usr/lib/aarch64-linux-gnu/libzip.so.4
ID: 1089 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
boboviz

Send message
Joined: 13 May 22
Posts: 32
Credit: 250,653
RAC: 96
Message 1090 - Posted: 24 Mar 2026, 16:53:52 UTC - in response to Message 1079.  
Last modified: 24 Mar 2026, 16:54:28 UTC

Still this error on my Win11 machine, even after the reset of the project.


Solved with the upgrade of the Git to the latest version for Windows...
ID: 1090 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Sabroe_SMC

Send message
Joined: 14 May 22
Posts: 2
Credit: 657,294
RAC: 2,779
Message 1091 - Posted: 25 Mar 2026, 15:45:45 UTC - in response to Message 1090.  
Last modified: 25 Mar 2026, 15:47:38 UTC

Still this error on my Win11 machine, even after the reset of the project.


Solved with the upgrade of the Git to the latest version for Windows...

Now, after i upgraded Git to the newest version and resettet Boinc and resettet the Project, it is working.
But what i saw at the Task manger from Windows is quite unnormally. The 8 WUs of mine got 0% of CPU-Times for ca. 9-10 Minutes After this they run with the normal rate. The RAM increased in this time from 500-700 Mb to at least 1.5 Gb.
But on my Linux machines its not working. I tried the hints i found in the forum but none of them worked.
ID: 1091 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Conan

Send message
Joined: 13 May 22
Posts: 50
Credit: 4,324,581
RAC: 2,431
Message 1092 - Posted: 28 Mar 2026, 11:12:40 UTC - in response to Message 1075.  

Conan: which OS and version are you running on? Can you plese try to test executing the loda binary in the project folder? I suspect a missing library.


Sorry for taking so long to respond.

The problem is not a missing library but too old a GLIBC version as I get this

./loda-260310-linux-x86: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./loda-260310-linux-x86)
./loda-260310-linux-x86: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./loda-260310-linux-x86)
./loda-260310-linux-x86: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by ./loda-260310-linux-x86)

Would need to upgrade the Linux version that I have.
Not really wanting to do this as it works for the many other projects that I run and I don't want it to fail like it did once before when I tried to upgrade so I will leave that computer out for the time being.

I will let the project run on my other computers

Conan
ID: 1092 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Conan

Send message
Joined: 13 May 22
Posts: 50
Credit: 4,324,581
RAC: 2,431
Message 1101 - Posted: 17 Apr 2026, 1:07:28 UTC

Getting a heap of these again, last 39 all failed

Conan
ID: 1101 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
rilian
Avatar

Send message
Joined: 15 Aug 24
Posts: 5
Credit: 193,915
RAC: 4,353
Message 1102 - Posted: 17 Apr 2026, 13:37:55 UTC - in response to Message 1101.  

I also got this issue on Mac and Linux today
i crunch for Ukraine
ID: 1102 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ckrause
Project administrator

Send message
Joined: 9 May 22
Posts: 313
Credit: 518,981
RAC: 0
Message 1103 - Posted: 18 Apr 2026, 18:09:38 UTC - in response to Message 1102.  

Version 260314 was build with GLIBC 2.31. Can you please try to run this loda binary manually and share error messages?
ID: 1103 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
WNj

Send message
Joined: 2 Nov 22
Posts: 1
Credit: 1,014
RAC: 0
Message 1105 - Posted: 1 May 2026, 9:34:27 UTC

May I kindly ask, if there is a solution? For me the error seems unchanged for a longer time meanwhile on my windows 10

Stderr Ausgabe
```
<core_client_version>8.2.9</core_client_version>
<![CDATA[
<message>
Das Betriebssystem kann (null) nicht ausf�hren.
(0xc3) - exit code 195 (0xc3)</message>
<stderr_txt>
2026-05-01 09:48:29 (15444): wrapper: running ../../projects/boinc.loda-lang.org_loda/loda-260314-windows-x86.exe (boinc -H 4)
2026-05-01 09:48:29 (15444): wrapper: created child process 10316
2026-05-01 09:48:34 (15444): loda exited; CPU time 0.000000
2026-05-01 09:48:34 (15444): app exit status: 0xc0000409
2026-05-01 09:48:34 (15444): called boinc_finish(195)

</stderr_txt>
]]>

```
ID: 1105 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Previous · 1 · 2

Questions and Answers : Bugs : Process exited with code 195 (0xc3, -61)

©2026 LODA Language