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: 689,616
RAC: 121
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: 3,685,636
RAC: 28,323
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: 256,540
RAC: 35
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: 689,616
RAC: 121
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,462,498
RAC: 3,605
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,462,498
RAC: 3,605
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: 517,370
RAC: 3,527
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
Dr Who Fan
Avatar

Send message
Joined: 13 May 22
Posts: 41
Credit: 213,999
RAC: 11
Message 1118 - Posted: 15 Jul 2026, 2:29:32 UTC

Two tasks so far today with the -195 exit error.

Task 19856484
Exit status: 195 (0x000000C3) EXIT_CHILD_FAILED
Run time: 18 min 8 sec
CPU time: 1 min 53 sec

Stderr output
<core_client_version>8.2.12</core_client_version>
<![CDATA[
<message>
The operating system cannot run (null).
(0xc3) - exit code 195 (0xc3)</message>
<stderr_txt>
2026-07-14 15:26:24 (2812): wrapper: running ../../projects/boinc.loda-lang.org_loda/loda-260627-windows-x86.exe (boinc -H 4)
2026-07-14 15:26:24 (2812): wrapper: created child process 3204
2026-07-14 15:46:02 (2812): loda exited; CPU time 113.038325
2026-07-14 15:46:02 (2812): app exit status: 0x3
2026-07-14 15:46:02 (2812): called boinc_finish(195)

</stderr_txt>
]]>

---

This tasks has also failed for 3 others with same error message.
Task 19860441
Exit status: 195 (0x000000C3) EXIT_CHILD_FAILED
Run time: 29 sec
CPU time: 0 sec (actually blank)
Stderr output
<core_client_version>8.2.12</core_client_version>
<![CDATA[
<message>
The operating system cannot run (null).
(0xc3) - exit code 195 (0xc3)</message>
<stderr_txt>
2026-07-14 20:29:51 (372): wrapper: running ../../projects/boinc.loda-lang.org_loda/loda-260627-windows-x86.exe (boinc -H 4)
2026-07-14 20:29:51 (372): wrapper: created child process 1128
2026-07-14 20:30:32 (372): loda exited; CPU time 0.717605
2026-07-14 20:30:32 (372): app exit status: 0x3
2026-07-14 20:30:32 (372): called boinc_finish(195)

</stderr_txt>
]]>
ID: 1118 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Petr Malik

Send message
Joined: 11 Jun 26
Posts: 2
Credit: 267,935
RAC: 4,757
Message 1119 - Posted: 16 Jul 2026, 15:13:20 UTC

Not sure if this is the same bug but I saw many errors like this on my Windows 10 machine. I wonder if that is some concurrency issue triggered by multiple WUs running at the same time...

2026-06-27 17:05:10|INFO |Starting LODA v26.6.27. See https://loda-lang.org/
2026-06-27 17:05:10|INFO |Found environment variable: PROJECT_DIR=C:\ProgramData\BOINC/projects/boinc.loda-lang.org_loda\
2026-06-27 17:05:10|INFO |Loading init data from file: init_data.xml
2026-06-27 17:05:10|INFO |Platform: windows-x86, system memory: 8040 MiB
2026-06-27 17:05:10|INFO |User name: Petr Malik, host ID: 20427
2026-06-27 17:05:10|INFO |Using LODA home directory "C:\ProgramData\BOINC/projects/boinc.loda-lang.org_loda\"
2026-06-27 17:05:10|INFO |Checking environment
2026-06-27 17:05:10|WARN |Setting environment variable: COMSPEC=C:\WINDOWS\system32\cmd.exe
2026-06-27 17:05:10|WARN |Setting environment variable: SYSTEMROOT=C:\WINDOWS
2026-06-27 17:05:10|WARN |Setting environment variable: PATH=C:\WINDOWS\system32;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Git\cmd;C:\ProgramData\BOINC/projects/boinc.loda-lang.org_loda\git\cmd;C:\Program Files\Git\usr\bin;C:\ProgramData\BOINC/projects/boinc.loda-lang.org_loda\git\usr\bin
2026-06-27 17:05:10|WARN |Setting environment variable: TMP=C:\ProgramData\BOINC/projects/boinc.loda-lang.org_loda\
2026-06-27 17:05:10|WARN |Setting environment variable: TEMP=C:\ProgramData\BOINC/projects/boinc.loda-lang.org_loda\
error: Unable to create 'C:/ProgramData/BOINC/projects/boinc.loda-lang.org_loda/programs/.git/index.lock': File exists.

Another git process seems to be running in this repository, or the lock file may be stale
2026-06-27 17:05:39|ERROR|Error executing command (exit code 1): git -C "C:\ProgramData\BOINC/projects/boinc.loda-lang.org_loda\programs" pull origin main -q
2026-06-27 17:05:39|ERROR|Failed to update programs repository (age: 1 days)
2026-06-27 17:05:39|ERROR|Exiting due to corrupt programs directory
ID: 1119 · 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