Message boards :
Number crunching :
Win10 immediate error out
Message board moderation
Author | Message |
---|---|
Send message Joined: 23 Oct 20 Posts: 2 Credit: 1,060,255 RAC: 1,181 |
Every task: <core_client_version>7.14.2</core_client_version> <![CDATA[ <message> (unknown error) - exit code 195 (0xc3)</message> <stderr_txt> 18:42:46 (4508): wrapper (7.7.26016): starting 18:42:46 (4508): wrapper: running get_fraction_done.bat (ligands.sdf docking_log fraction_done.txt 500 TARGET_PRO_1.mol2) 18:42:46 (4508): wrapper: running worker.bat ( 500 TARGET_PRO_1.mol2) 1 file(s) moved. 18:42:47 (4508): worker.bat exited; CPU time 0.000000 18:42:47 (4508): app exit status: 0xc0000135 18:42:47 (4508): called boinc_finish(195) </stderr_txt> ]]> |
Send message Joined: 23 Oct 20 Posts: 5 Credit: 10,738,525 RAC: 18 |
|
Send message Joined: 23 Oct 20 Posts: 2 Credit: 2,586,560 RAC: 0 |
I had several as well until I installed several Visual Studio c++ versions. It would be nice to know if those are indeed necessary and which versions. 2019. I always use the AIO installer to erase any doubt. |
Send message Joined: 23 Oct 20 Posts: 2 Credit: 1,060,255 RAC: 1,181 |
This is a big problem for the app - it either needs to include everything necessary (definitely preferred!) or at the very least, put any such requirements PROMINENTLY on the front page. I've downloaded VSC++ 2019, we'll see if the problem is solved. |
Send message Joined: 23 Oct 20 Posts: 7 Credit: 49,289 RAC: 0 |
A little remark. Even if you already have the VS C++ 2015-2019 redist installed, it is advisable to download and reinstall it. I noticed that in a year and a half the version has changed from 14.25.28508 to 14.27.29112 The project is new, and at the testing stage the new development environment itself is probably used. Perhaps, later the application will be recompiled with older libraries - for compatibility with previous systems, incl. for 32 bit PS including all these libraries in the download does not help - there are version compatibility problems |
Send message Joined: 9 Oct 20 Posts: 185 Credit: 2,782,517 RAC: 50 |
Thanks for the remarks! For now, we added the requirement on the webpage. We will think about recompilation with older libraries. |
Send message Joined: 24 Oct 20 Posts: 1 Credit: 251,375 RAC: 0 |
Same for me: Stderr output <core_client_version>7.16.11</core_client_version> <![CDATA[ <message> (unknown error) - exit code 195 (0xc3)</message> <stderr_txt> 16:10:17 (14376): wrapper (7.7.26016): starting 16:10:17 (14376): wrapper: running get_fraction_done.bat (ligands.sdf docking_log fraction_done.txt 500 TARGET_PRO_1.mol2) 16:10:17 (14376): wrapper: running worker.bat ( 500 TARGET_PRO_1.mol2) 1 fichier(s) d‚plac‚(s). 16:10:18 (14376): worker.bat exited; CPU time 0.015625 16:10:18 (14376): app exit status: 0xc0000135 16:10:18 (14376): called boinc_finish(195) </stderr_txt> ]]> Problem solved with VS2019 :) |
Send message Joined: 23 Oct 20 Posts: 4 Credit: 2,096,519 RAC: 3,954 |
You can use static linking of CRT (it will increase the size of the resulting binary but then there will be no requirement to install any Redistributable package) |
Send message Joined: 23 Oct 20 Posts: 3 Credit: 9,871 RAC: 0 |
I can't get it to work on Windows 10. I have tried installing Visual Studio 2019. and restarted. It tries for about 10 seconds then I get a computation error. |
Send message Joined: 23 Oct 20 Posts: 4 Credit: 2,096,519 RAC: 3,954 |
Try to install this one: https://aka.ms/vs/16/release/vc_redist.x64.exe |
Send message Joined: 23 Oct 20 Posts: 7 Credit: 49,289 RAC: 0 |
I have tried installing Visual Studio 2019. pay attention - not visual studio, but redistribute runtime check the control panel - programs for Microsoft Visual C++ 2015-2019 Redistributable (x64) if not, download the installer from the link on the main page - vc_redist.x64.exe |
Send message Joined: 23 Oct 20 Posts: 5 Credit: 10,738,525 RAC: 18 |
|
Send message Joined: 23 Oct 20 Posts: 3 Credit: 9,871 RAC: 0 |
I have made that change. Now it isn't getting tasks :( |
Send message Joined: 24 Oct 20 Posts: 12 Credit: 9,454,690 RAC: 132,361 |
I have made that change. Now it isn't getting tasks :( The queue is empty. http://188.68.219.141/sidocktest/server_status.php Reno, NV Team: SETI.USA |
Send message Joined: 9 Oct 20 Posts: 185 Credit: 2,782,517 RAC: 50 |
Now we work at gathering the results and automating the process, so that we don't run out of disc space. More tasks will follow! |
Send message Joined: 23 Oct 20 Posts: 3 Credit: 9,871 RAC: 0 |
Everything seems to be working now. I don't know why I found it so difficult to get it set up correctly but clearly I did! Thanks for the input. |
©2024 SiDock@home Team