Message boards : Questions and problems : Boinc.exe terminates at start on W10
Message board moderation
Author | Message |
---|---|
Send message Joined: 14 Nov 22 Posts: 7 |
Having problem running BOINC, since it terminates when it starts. Starting boinc from admin terminal gives this output: How do I solve this issue? D:\BOINC>boinc 14-Nov-2022 17:02:55 [---] cc_config.xml not found - using defaults 14-Nov-2022 17:02:55 [---] Starting BOINC client version 7.20.2 for windows_x86_64 14-Nov-2022 17:02:55 [---] log flags: file_xfer, sched_ops, task 14-Nov-2022 17:02:55 [---] Libraries: libcurl/7.84.0-DEV Schannel zlib/1.2.12 14-Nov-2022 17:02:55 [---] Data directory: D:\BOINC\Data 14-Nov-2022 17:02:55 [---] Running under account Tomas & Helena 14-Nov-2022 17:02:55 [] Couldn't parse account file account_einstein.phys.uwm.edu.xml 14-Nov-2022 17:02:55 [---] Couldn't parse statistics_einstein.phys.uwm.edu.xml 14-Nov-2022 17:02:55 [---] OpenCL: AMD/ATI GPU 0: Radeon RX 590 Series (driver version 3444.0 (PAL,HSAIL), device version OpenCL 2.0 AMD-APP (3444.0), 8192MB, 8192MB available, 7281 GFLOPS peak) 14-Nov-2022 17:02:55 [---] Windows processor group 0: 16 processors 14-Nov-2022 17:02:55 [---] Host name: TOYBOX 14-Nov-2022 17:02:55 [---] Processor: 16 GenuineIntel Intel(R) Core(TM) i9-9900KS CPU @ 4.00GHz [Family 6 Model 158 Stepping 13] 14-Nov-2022 17:02:55 [---] Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss htt tm pni ssse3 fma cx16 sse4_1 sse4_2 movebe popcnt aes f16c rdrandsyscall nx lm avx avx2 tm2 pbe fsgsbase bmi1 smep bmi2 14-Nov-2022 17:02:55 [---] OS: Microsoft Windows 10: Professional x64 Edition, (10.00.19045.00) 14-Nov-2022 17:02:55 [---] Memory: 31.93 GB physical, 36.68 GB virtual 14-Nov-2022 17:02:55 [---] Disk: 1.46 TB total, 1.23 TB free 14-Nov-2022 17:02:55 [---] Local time is UTC +1 hours 14-Nov-2022 17:02:55 [---] No WSL found. 14-Nov-2022 17:02:55 [---] VirtualBox version: 6.1.34 14-Nov-2022 17:02:55 [SETI@home] General prefs: from SETI@home (last modified 16-Nov-2019 23:46:19) 14-Nov-2022 17:02:55 [SETI@home] Computer location: home 14-Nov-2022 17:02:55 [SETI@home] General prefs: no separate prefs for home; using your defaults 14-Nov-2022 17:02:55 [---] Reading preferences override file 14-Nov-2022 17:02:55 [---] Preferences: 14-Nov-2022 17:02:55 [---] max memory usage when active: 16347.17 MB 14-Nov-2022 17:02:55 [---] max memory usage when idle: 29424.90 MB 14-Nov-2022 17:02:55 [---] max disk usage: 100.00 GB 14-Nov-2022 17:02:55 [---] max CPUs used: 12 14-Nov-2022 17:02:55 [---] don't compute while active 14-Nov-2022 17:02:55 [---] don't use GPU while active 14-Nov-2022 17:02:55 [---] suspend work if non-BOINC CPU load exceeds 25% 14-Nov-2022 17:02:55 [---] (to change preferences, visit a project web site or select Preferences in the Manager) 14-Nov-2022 17:02:55 [---] Setting up project and slot directories 14-Nov-2022 17:02:55 [---] Checking active tasks 14-Nov-2022 17:02:55 [Cosmology@Home] Task wu_102622_093911_2_0_0 is 4.20 days overdue; you may not get credit for it. Consider aborting it. 14-Nov-2022 17:02:55 [Cosmology@Home] Task wu_102622_093625_0_0_0 is 4.20 days overdue; you may not get credit for it. Consider aborting it. 14-Nov-2022 17:02:55 [Cosmology@Home] URL http://www.cosmologyathome.org/; Computer ID 426268; resource share 100 14-Nov-2022 17:02:55 [LHC@home] URL https://lhcathome.cern.ch/lhcathome/; Computer ID 10660788; resource share 100 14-Nov-2022 17:02:55 [Rosetta@home] URL https://boinc.bakerlab.org/rosetta/; Computer ID 1128410; resource share 100 14-Nov-2022 17:02:55 [SETI@home] URL http://setiathome.berkeley.edu/; Computer ID not assigned yet; resource share 100 14-Nov-2022 17:02:55 [World Community Grid] URL http://www.worldcommunitygrid.org/; Computer ID 1010222; resource share 100 14-Nov-2022 17:02:55 [---] Setting up GUI RPC socket 14-Nov-2022 17:03:25 [---] GUI RPC bind to port 31416 failed: -1 14-Nov-2022 17:03:26 gstate.init() failed Error Code: -180 |
Send message Joined: 27 Jun 08 Posts: 641 |
Having problem running BOINC, since it terminates when it starts. Possibly two problems BOINC, or what remains of BOINC, may reside in memory from the last time it was run due to a crash. BOINC may have established a connection to port 31416 and that connection was not properly closed. You can run the command netstat from an administrator prompt to determine if a port is open or closed. For example C:\Windows\system32>netstat -aon | find "31416" TCP 0.0.0.0:31416 0.0.0.0:0 LISTENING 1236 TCP 127.0.0.1:31416 127.0.0.1:49870 ESTABLISHED 1236 TCP 127.0.0.1:49870 127.0.0.1:31416 ESTABLISHED 7420 TCP 127.0.0.1:55649 127.0.0.1:31416 TIME_WAIT 0 TCP 127.0.0.1:55663 127.0.0.1:31416 TIME_WAIT 0 TCP 192.168.1.184:31416 192.168.1.241:50430 ESTABLISHED 1236
|
Send message Joined: 14 Nov 22 Posts: 7 |
I have not reinstalled it, but did a install repair, port 31416 is not active, checked with netstat, no boinc of any kind in taskview. Just issues the command: D:\Boinc\Boinc.exe WHen I start the Boincmanager it sits for a while trying to connect, but eventually Ill get a message that "Boinc has terminated a number of times, do I want to retry" Also running from an elevated commandprompt, so there should not be any problems with permissions. THe Einstein thing, I am not so bothered with for the moment. |
Send message Joined: 28 Jun 10 Posts: 2706 |
When I start the Boincmanager it sits for a while trying to connect, but eventually Ill get a message that "Boinc has terminated a number of times, do I want to retry"Many years since I ran Windows on my own computer. try running just the client, boinc.exe and see what happens. (I expect it to crash but if it doesn't, then the most likely problem is communication between the client and manager. If the client falls over, I would look for where Jord has posted instructions to completely remove all traces of BOINC and then do a clean install. |
Send message Joined: 14 Nov 22 Posts: 7 |
When I start the Boincmanager it sits for a while trying to connect, but eventually Ill get a message that "Boinc has terminated a number of times, do I want to retry"Many years since I ran Windows on my own computer. try running just the client, boinc.exe and see what happens. (I expect it to crash but if it doesn't, then the most likely problem is communication between the client and manager. If the client falls over, I would look for where Jord has posted instructions to completely remove all traces of BOINC and then do a clean install. Did you read my first post |
Send message Joined: 25 May 09 Posts: 1301 |
OK, let's try and see what you've done.... Was BOINC working before you did the repair installation? How did you do the "repair" installation? (What application and options did you use, OK, quite a number won't remember the details.) Have you tried running the client (BOINC.exe) - the manager needs that to be working so it can run properly. I see you are running windows 10, running from the admin command window may give problems as some of the rights are not the same as Joe User's. |
Send message Joined: 14 Nov 22 Posts: 7 |
It seems to work sometimes, actually now it is working, like every 3rd boot or something like that. The repair installaion, downloaded the latest client, opened upp the installer, selected repair. The output from the client alone, was in the first post, no manager running at that time. Running from an elevated command window should tell me if there is any issues with rights, I.E if I can run it from an elevated window but not from an standard Window. |
Send message Joined: 28 Jun 10 Posts: 2706 |
The repair installaion, downloaded the latest client, opened upp the installer, selected repair. Repair mostly needs to be done from the same version you are trying to repair, after that you can then upgrade to a newer version. |
Send message Joined: 27 Jun 08 Posts: 641 |
It seems to work sometimes, actually now it is working, like every 3rd boot or something like that. When looking in the task manager for an app, be sure to look under "users" not just processes. It is possible for BOINC to be missing from processes but be running just fine under "users" When you installed BOINC I assume you installed for all users and did not do a service install As RobSmith mentioned you should not run BOINC in elevated mode especially if the manager is running in standard mode. You might want to verify that all 3 BOINC apps are NOT running in elevated mode. Looking at your original post I spotted a few problem projects - setiathome is not operational and should be suspended or removed - cosmology at home no longer had a valid certificate. You might consider attaching to "universe" instead - einstein I recommend you detach from einstein and then use the elevated command prompt to make sure that all einstein files have been deleted from both "data" and "data\project" If you continue having problems I recommend you use a free tool such as revo uninstaller to uninstall boinc and revo's scan capability to find and delete all references. I would also use elevated mode to verify boinc is gone from the D drive. |
Send message Joined: 14 Nov 22 Posts: 7 |
None of the BOINC processes were running when I tried from the elevated command prompt, nor was the BOINC RPC-Port used. In order to detach from a project, I must obviously have boinc running. |
Send message Joined: 29 Aug 05 Posts: 15566 |
Please do not ignore what Dave said.The repair installaion, downloaded the latest client, opened upp the installer, selected repair. So far I read you're still using a repaired version of BOINC, but used a newer installer to repair an older BOINC version. Do not do that. Just uninstall BOINC via Windows Apps->Remove BOINC and afterwards start the new installer, and install BOINC normally. Don't use the elevated status either, just your own user account. Start there and if you then still have trouble, we can start diagnosing it. |
Send message Joined: 14 Nov 22 Posts: 7 |
Well, I did the repair, because BOINC was playing up in this way, not the other way around, And yes I will remove and do a clean install. |
Send message Joined: 28 Jun 10 Posts: 2706 |
Well, I did the repair, because BOINC was playing up in this way, not the other way around, And yes I will remove and do a clean install. Just thinking about this. It shouldn't be difficult to get the installer to flag up a warning that to use the repair option you need to be running the same version of BOINC as the installation being repaired. Richard? |
Send message Joined: 5 Oct 06 Posts: 5129 |
Just thinking about this. It shouldn't be difficult to get the installer to flag up a warning that to use the repair option you need to be running the same version of BOINC as the installation being repaired. Richard?I always thought the 'repair' option was only offered if the 'installer' version matched the previous 'installed' version. I'll have to look more closely next time. The Windows installer uses commercial (InstallShield) technology, licensed to UCB. I've worked with very early versions of InstallShield, 25 years ago, but by all accounts it's grown far more complicated since then. Rom Walton used to punt all installer bugs into the long grass, pending the arrival of an open source installer which was going to swim over the horizon and save us all. It never arrived. |
Send message Joined: 14 Nov 22 Posts: 7 |
Instalshield should look for versions, if not the packager has forgotten to set it. Hence it should not be possible if there is an version mis-match |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.