Win10 immediate error out

Message boards : Number crunching : Win10 immediate error out
Message board moderation

To post messages, you must log in.

AuthorMessage
Tern

Send message
Joined: 23 Oct 20
Posts: 2
Credit: 743,103
RAC: 0
Message 6 - Posted: 24 Oct 2020, 0:00:13 UTC

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>
]]>
ID: 6 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Coleslaw
Avatar

Send message
Joined: 23 Oct 20
Posts: 5
Credit: 10,718,999
RAC: 933
Message 7 - Posted: 24 Oct 2020, 0:06:08 UTC - in response to Message 6.  

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.
ID: 7 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Skivelitis2
Avatar

Send message
Joined: 23 Oct 20
Posts: 2
Credit: 2,586,560
RAC: 129
Message 8 - Posted: 24 Oct 2020, 0:27:48 UTC - in response to Message 7.  

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.
ID: 8 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Tern

Send message
Joined: 23 Oct 20
Posts: 2
Credit: 743,103
RAC: 0
Message 10 - Posted: 24 Oct 2020, 12:22:04 UTC

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.
ID: 10 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Sergey Kovalchuk

Send message
Joined: 23 Oct 20
Posts: 7
Credit: 49,289
RAC: 0
Message 11 - Posted: 24 Oct 2020, 13:39:22 UTC

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
ID: 11 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Natalia
Volunteer moderator
Project administrator
Project developer
Project scientist

Send message
Joined: 9 Oct 20
Posts: 181
Credit: 2,689,264
RAC: 56
Message 12 - Posted: 24 Oct 2020, 14:09:33 UTC

Thanks for the remarks! For now, we added the requirement on the webpage. We will think about recompilation with older libraries.
ID: 12 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile PhilTheNet

Send message
Joined: 24 Oct 20
Posts: 1
Credit: 251,375
RAC: 0
Message 13 - Posted: 24 Oct 2020, 14:14:53 UTC - in response to Message 6.  
Last modified: 24 Oct 2020, 14:38:31 UTC

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&#130;plac&#130;(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 :)
ID: 13 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Vitalii Koshura

Send message
Joined: 23 Oct 20
Posts: 4
Credit: 1,256,360
RAC: 3,858
Message 14 - Posted: 24 Oct 2020, 14:30:27 UTC - in response to Message 13.  

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)
ID: 14 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dlawson

Send message
Joined: 23 Oct 20
Posts: 3
Credit: 9,871
RAC: 0
Message 15 - Posted: 24 Oct 2020, 15:54:37 UTC - in response to Message 14.  

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.
ID: 15 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Vitalii Koshura

Send message
Joined: 23 Oct 20
Posts: 4
Credit: 1,256,360
RAC: 3,858
Message 16 - Posted: 24 Oct 2020, 16:04:39 UTC - in response to Message 15.  

Try to install this one: https://aka.ms/vs/16/release/vc_redist.x64.exe
ID: 16 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Sergey Kovalchuk

Send message
Joined: 23 Oct 20
Posts: 7
Credit: 49,289
RAC: 0
Message 17 - Posted: 24 Oct 2020, 16:08:31 UTC - in response to Message 15.  

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
ID: 17 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Coleslaw
Avatar

Send message
Joined: 23 Oct 20
Posts: 5
Credit: 10,718,999
RAC: 933
Message 18 - Posted: 24 Oct 2020, 17:06:41 UTC - in response to Message 11.  
Last modified: 24 Oct 2020, 17:08:00 UTC

Sergey, I didn't need to upgrade. I have installed the 14.25.28508 on two different systems and it is working on them. I have re-installed it on a laptop that already had that and failed to see if that fixes it.

Edit: So far the re-install appears to be working...
ID: 18 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dlawson

Send message
Joined: 23 Oct 20
Posts: 3
Credit: 9,871
RAC: 0
Message 20 - Posted: 24 Oct 2020, 17:45:02 UTC - in response to Message 18.  

I have made that change. Now it isn't getting tasks :(
ID: 20 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
zombie67 [MM]
Avatar

Send message
Joined: 24 Oct 20
Posts: 12
Credit: 7,229,184
RAC: 2
Message 21 - Posted: 24 Oct 2020, 18:49:54 UTC - in response to Message 20.  

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
ID: 21 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Natalia
Volunteer moderator
Project administrator
Project developer
Project scientist

Send message
Joined: 9 Oct 20
Posts: 181
Credit: 2,689,264
RAC: 56
Message 23 - Posted: 24 Oct 2020, 19:24:23 UTC

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!
ID: 23 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dlawson

Send message
Joined: 23 Oct 20
Posts: 3
Credit: 9,871
RAC: 0
Message 25 - Posted: 24 Oct 2020, 20:08:52 UTC - in response to Message 23.  

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.
ID: 25 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : Win10 immediate error out

©2024 SiDock@home Team