Questions and Answers :
Bugs :
Process exited with code 195 (0xc3, -61)
Message board moderation
Previous · 1 · 2
| Author | Message |
|---|---|
|
Send message Joined: 14 May 22 Posts: 2 Credit: 657,294 RAC: 2,779 |
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. |
|
Send message Joined: 18 Nov 24 Posts: 4 Credit: 2,508,750 RAC: 12,768 |
The new version of LODA works perfectly under Windows 11. However, it doesn't work at all under Linux (Mint and CachyOS). 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 |
|
Send message Joined: 13 May 22 Posts: 32 Credit: 250,653 RAC: 96 |
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... |
|
Send message Joined: 14 May 22 Posts: 2 Credit: 657,294 RAC: 2,779 |
Still this error on my Win11 machine, even after the reset of the project. 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. |
|
Send message Joined: 13 May 22 Posts: 50 Credit: 4,324,581 RAC: 2,431 |
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 |
|
Send message Joined: 13 May 22 Posts: 50 Credit: 4,324,581 RAC: 2,431 |
Getting a heap of these again, last 39 all failed Conan |
|
Send message Joined: 15 Aug 24 Posts: 5 Credit: 194,300 RAC: 4,382 |
I also got this issue on Mac and Linux today i crunch for Ukraine |
|
Send message Joined: 9 May 22 Posts: 313 Credit: 518,981 RAC: 0 |
Version 260314 was build with GLIBC 2.31. Can you please try to run this loda binary manually and share error messages? |
|
Send message Joined: 2 Nov 22 Posts: 1 Credit: 1,014 RAC: 0 |
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> ]]> ``` |
©2026 LODA Language