Message boards : Questions and problems : Boinc Mgr - request for coding change...
Message board moderation
Author | Message |
---|---|
Send message Joined: 24 Mar 14 Posts: 3 ![]() |
I am using Boinc Manager V7.2.42(x64) on Windows 7. It is running all the time, monitoring my ONavi sensor. However, it is causing me some annoyance... I use a program called DebugView, to show Windows OutputDebugString() messages when I debug WinAPI programs that I develop... unfortunately, when BM is running, it *floods* DbgView with debug messages such as: [2648] 24-Mar-2014 06:23:41 [---] Suspending GPU computation - computer is in use [2648] 24-Mar-2014 06:23:42 [---] Resuming GPU computation [2648] 24-Mar-2014 06:23:48 [---] Suspending GPU computation - computer is in use [2648] 24-Mar-2014 06:24:03 [---] Resuming GPU computation [2648] 24-Mar-2014 06:24:05 [---] Suspending GPU computation - computer is in use [2648] 24-Mar-2014 06:24:12 [---] Resuming GPU computation [2648] 24-Mar-2014 06:24:15 [---] Suspending GPU computation - computer is in use [2648] 24-Mar-2014 06:24:56 [---] Resuming GPU computation [2648] 24-Mar-2014 06:24:59 [---] Suspending GPU computation - computer is in use [2648] 24-Mar-2014 06:25:04 [---] Resuming GPU computation This makes debugging my own programs very difficult. Could you come up with a version that removes these messages?? or is there some way to disable them myself?? |
![]() ![]() Send message Joined: 23 Feb 08 Posts: 2516 ![]() |
I am using Boinc Manager V7.2.42(x64) on Windows 7. Ah, you are running QCN. Unfortunately you are in a catch 22. QCN can't run while you are typing on your computer, your typing shows up as earthquakes so it sets BOINC's preferences to suspend while the computer is in use. Every suspend and resume is logged, as debugging information for BOINC. If you really must run QCN, then I would suggest getting one of their external sensors, then you should be able to set BOINC's preferences to allow it to run even while the computer is in use. ![]() |
![]() ![]() Send message Joined: 23 Feb 08 Posts: 2516 ![]() |
Just past edit time, the other thing you could try is setting your program or your debug program as exclusive use to BOINC. That way BOINC will not run while you are debugging. ![]() |
Send message Joined: 24 Mar 14 Posts: 3 ![]() |
Actually, I was hoping the authors could add an option to disable the logging messages... I find it hard to believe that several hundred repeated messages per hour are really of much value to anyone... Later: Well, okay, adding dbgview.exe as an excluded application, does solve the problem, so I can live with that. Mind you, if I leave DbgView running for a couple of days, I'm guessing that just takes my sensor off the network entirely, but if that's the only option I have open to me, I'll have to live with it. Thanks for your assistance!!! |
![]() Send message Joined: 29 Aug 05 Posts: 15640 ![]() |
Is already incorporated through the <task> option in cc_config.xml <task>0</task> will turn off the start and stop, and thus also the pause and resume messages. See http://boinc.berkeley.edu/wiki/Client_configuration for more information. |
![]() Send message Joined: 26 Aug 05 Posts: 164 |
This should be resolved in future versions of BOINC.
----- Rom ----- Rom BOINC Development Team, U.C. Berkeley My Blog |
Send message Joined: 24 Mar 14 Posts: 3 ![]() |
Cool, thanks Rom!! I'll leave DbgView in exclusions for now, when I see a new version roll out, I'll remove it and see what happens!! |
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.