Message boards : BOINC client : BOINC 7 development discussion thread.
Message board moderation
Previous · 1 · 2 · 3 · 4 · 5 . . . 11 · Next
Author | Message |
---|---|
Send message Joined: 29 Aug 05 Posts: 15574 |
BOINC 7.3.2 is available for (alpha) testing. When you want to run this version and you use a different language than the default your BOINC starts with the first time (usually the language of the country you're in), then be aware that this version of BOINC Manager is built with the new wxWidgets 3.0 This means that BOINC Manager will reset all your previous settings at the time of its first 7.3.2 start. This means that it'll start in the language defaulted for your country, as well as that any resizing you did to the manager window will be reset to default (full) size. Most columns will reset to default size as well. It'll only do that this once, at the start of this BOINC Manager, at any next version the reset won't happen again. |
Send message Joined: 11 Aug 06 Posts: 154 |
Where do I find version 7.3.2 to download? |
Send message Joined: 23 Apr 07 Posts: 1112 |
Where do I find version 7.3.2 to download? Normally in the changeset thread once the Alpha testers haven't found any Major Bugs. If you can't figure out the url for an alpha build from the url's posted for normal Boinc versions, then you're not suitable for doing Alpha testing (No offence ment) Claggy |
Send message Joined: 21 Jun 06 Posts: 156 |
|
Send message Joined: 25 Feb 09 Posts: 10 |
When upgrading to 7.2.39 (it also happened upgrading to 7.2.38) from 7.2.33, yoyo@home no longer communicates with it project's site. WU uploads become abandoned, and no new work can be retrieved. reinstalling 7.2.33 makes this condition immediately disappear, and download/upload becomes normal. Already tried to reset project with no positive result. Also tried to detach project, and reattach, but then I could not reattach yoyo@home, until I downgraded to 7.2.33, then reattach worked perfectly. Not sure why, but thought I'd let you know. Occurred on all 5 of my Windows 7 desktops. Regards, Rick |
Send message Joined: 29 Aug 05 Posts: 15574 |
The developers know about the situation, but are waiting for someone to send them the sched_request_*.xml file for yoyo, from a 7.2.39 installation. Thus far, after the initial hiccup, yoyo works again for those that did report this. if you feel you can help them out, please do so. The email addresses of David and Rom can be found here. Apropos, we're asking everyone who posts in this thread to do so without their signature. Can you please edit your post and disable it (uncheck "Add my signature to this reply")? |
Send message Joined: 29 Aug 05 Posts: 15574 |
Rom Walton wrote: A new version of BOINC client is ready for public use. |
Send message Joined: 29 Aug 05 Posts: 15574 |
BOINC 7.3.8 is now in testing phase, available for Windows and Mac. It has a change that will make a lot of people happy, it will only install the BOINC user accounts and -groups when you install BOINC as a service, no longer in private installation. But of course, you now have those groups and users on your system, so how to get rid of them? Well, you can go do it manually, but old Jord here has a long time ago written a little script that does that all for you. To do so, do the following: Open Notepad. Copy and paste the lines below into it and then do Save As... Filepath: Desktop. Filename: something easy. I just named it bgr.bat for boinc_removal_groups.bat It does need the .bat extension, as it is an executable batch file. Format: ANSI File type: All files (*.*) @ECHO OFF Set CD=%CD% Set SCRIPTDIR=%~dp0 Rem Removing of groups and accounts ECHO Removing Groups and Accounts net localgroup boinc_admins boinc_master /delete net localgroup boinc_projects boinc_project /delete net localgroup boinc_admins /delete net localgroup boinc_users /delete net localgroup boinc_projects /delete Rem removing User Rights Assignments ECHO Removing User Rights Assignments %CD%:\ntrights -r SeNetworkLogonRight -u boinc_master %CD%:\ntrights -r SeNetworkLogonRight -u boinc_project %CD%:\ntrights -r SeDenyInteractiveLogonRight -u boinc_project %CD%:\ntrights -r SeDenyInteractiveLogonRight -u boinc_master %CD%:\ntrights -r SeServiceLogonRight -u boinc_master %CD%:\ntrights -r SeServiceLogonRight -u boinc_project %CD%:\ntrights -r SeDenyNetworkLogonRight -u boinc_project %CD%:\ntrights -r SeDebugPrivilege -u %CD%:\ntrights -r SeIncreaseQuotaPrivilege -u boinc_users %CD%:\ntrights -r SeIncreaseQuotaPrivilege -u boinc_admins %CD%:\ntrights -r SeAssignPrimaryTokenPrivilege -u boinc_users %CD%:\ntrights -r SeAssignPrimaryTokenPrivilege -u boinc_admins Rem Removing BOINC_Master directory ECHO Removing BOINC Master Directory cd %homepath% cd.. RMDIR /S /Q boinc_maste* chdir /d %SCRIPTDIR% When you want to run it, right-click it, then do Run as administrator, and acknowledge. It will only remove the BOINC user groups and accounts, it will not remove the BOINC programs or data directory, nor any registry entries. A reboot is not necessary. Well, not unless you really want to get rid of that boinc_master directory in C:\Users\ For best results, uninstall BOINC before you run the batch file. Then install BOINC 7.3.8 |
Send message Joined: 29 Aug 05 Posts: 15574 |
Rom Walton wrote: We've released version 7.3.11 of BOINC. |
Send message Joined: 29 Aug 05 Posts: 15574 |
Charlie Fenton wrote: I have posted version 7.3.13 of BOINC for the Mac. It is basically the same as 7.3.11 for Windows and Linux, but with Mac-specific bug fixes. Download link and change log in this post. |
Send message Joined: 29 Aug 05 Posts: 15574 |
I have just linked to the World Community Grid BOINC installer for Windows. For those of you wondering what happened to 7.2.45 and 7.2.46, they were botched versions, so nowhere available. There are no builds between 7.2.42 and 7.2.47 available. |
Send message Joined: 29 Aug 05 Posts: 15574 |
Yes, 7.3.14 will abort all known work out there. Just do not use it then, unless you managed to get the project to build a new splitter, which gives out work with more correct guesses as to how much memory a task takes. So 7.3.15 is in the pen, with a sort of retraction of this code. David Anderson wrote: On further thought, I'm going to change things back to the way they were, namely |
Send message Joined: 5 Oct 06 Posts: 5135 |
v7.3.18 won't run OpenCL GPU tasks - device is detected, but 'unavailable'. Two reports, one for NVIDIA, one for Intel GPU, both Windows. Bypass this one - how did it get out of the door? |
Send message Joined: 8 Nov 10 Posts: 310 |
v7.3.18 won't run OpenCL GPU tasks - device is detected, but 'unavailable'. Two reports, one for NVIDIA, one for Intel GPU, both Windows. Make it a third report. It explains why I could not run Einstein@Home Gravitational Wave S6 Directed Search (GWopencl-nvidia-Beta) on my GTX 660 Ti (Win7 64-bit). I had to abort them all and just run the CUDA tasks. |
Send message Joined: 5 Oct 06 Posts: 5135 |
v7.3.18 won't run OpenCL GPU tasks - device is detected, but 'unavailable'. Two reports, one for NVIDIA, one for Intel GPU, both Windows. Best to enable <coproc_debug> logging and report that - with evidence - to the boinc_alpha mailing list. Especially when you're running pre-announcement test builds (Rom hasn't emailed availability yet, or added it to the download_all web page). You didn't have to abort the tasks - they sit there, waiting to run, until you change back to the previous version, or Rom builds a replacement for us to test. |
Send message Joined: 29 Aug 05 Posts: 15574 |
Rom Walton, BOINC developer wrote: Howdy Folks, |
Send message Joined: 29 Aug 05 Posts: 15574 |
Rom Walton wrote: Howdy Folks, |
Send message Joined: 29 Aug 05 Posts: 15574 |
Rom Walton, BOINC developer, avid STO gamer and all-round devil, really wrote: Howdy Folks, |
Send message Joined: 29 Aug 05 Posts: 15574 |
Service installation warning When installing the latest BOINC development versions as a service on top of an older BOINC service installation, it is quite possible that your system needs a reboot. This due to changes happening in the BOINC limited user accounts and -groups. This is in effect from 7.3.8 till 7.4.12 at the time of posting. Not rebooting means you do not have permission to run BOINC. |
Send message Joined: 29 Aug 05 Posts: 15574 |
BOINC 7.4.14 released for testing Rom Walton, BOINC developer wrote: For anybody that has an Android phone but is not already on the boinc-android-testing list. |
Copyright © 2025 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.