Page 23 of 60

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Thu Aug 28, 2008 7:13 pm
by uncle_fungus
While you wait for me to get working on the next release, which should have many of these problems fixed, have you tried manually setting the timezone in FahMon's preferences? It may help.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Fri Aug 29, 2008 2:19 am
by tmoble
Somebody throw me a bone, I'm not having any luck at all fixing this.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Fri Aug 29, 2008 4:05 am
by tmoble
uncle_fungus,

Sorry, I didn't see your post before I posted mine, it was the first post on the next page.

Anyway, you fixed it. Somehow the TZ deal got manually set on the machine that was having the issue. I tried checking the box on the machine that was working right and it immediately showed both of it's clients in red. Unchecked it, back to green. Duh, I went over and unchecked the box on the problem machine and the red problem went away. Funny thing is I don't recall ever checking that box, I usually leave stuff at defaults unless there's some reason not to.

Thanks for developing and supporting this program.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Sat Aug 30, 2008 1:50 pm
by DriveEuro
I'm having an issue with FahMon today.

When I double click on the icon in the system tray, fahmon shows in the taskbar. It shows minimized (no fahmon box on my display). I can right click it and hit maximize, and it maximizes to the full window. When I hit restore (either by the upper right had buttton, or right clicking on the taskbar) it restores to minimized. Basically, I cannot get fahmon to run in a non maximized window.

It was running fine for several weeks with no change. I've closed it and reopened it numerous times. I've also rebooted. Guess I'll reinstall it.

Just seeing if there was anyone else with this issue.


EDIT: Deleting the prefs.dat file fixed everything for me.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Sat Aug 30, 2008 5:01 pm
by uncle_fungus
Thanks for the report on that, if it ever happens again, could you email me the prefs.dat file for me to check out? There is code in FahMon that should prevent that happening by detecting invalid window dimensions (like 0x0).

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Mon Sep 08, 2008 10:31 pm
by DriveEuro
I'm having a LOT of issues lately with fahmon. It has been crashing on me almost hourly lately. My system is FAH stable and has been for months. I'm debating a reinstall of fahmon.

It keeps crashing and windows pops up saying that fahmon has stopped responding. Many times this happens when I click between clients in the status box. Fahmon will stall and then crash with a windows "not responding" box. There are numerous event logs for the crashes in event viewer. Don't know what to tell you other than that i'm on Vista 32bit. I've sent you my prefs.dat file when the crash is really bad. Kinda getting irritated with this.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Tue Sep 09, 2008 6:45 pm
by legoman666
DriveEuro wrote:I'm having a LOT of issues lately with fahmon. It has been crashing on me almost hourly lately. My system is FAH stable and has been for months. I'm debating a reinstall of fahmon.

It keeps crashing and windows pops up saying that fahmon has stopped responding. Many times this happens when I click between clients in the status box. Fahmon will stall and then crash with a windows "not responding" box. There are numerous event logs for the crashes in event viewer. Don't know what to tell you other than that i'm on Vista 32bit. I've sent you my prefs.dat file when the crash is really bad. Kinda getting irritated with this.
I am getting the same problems across two machines. It seems to happen when clicking between different clients in the list. I have FahMon installed on 3 machines. One of them monitors 2 SMP clients and 2 GPU2 clients; this one crashes the most. Another instance monitors 2 CPU clients, 1 SMP client and 1 GPU2 client. This one has only crashed 4-5 times. The last one monitors 6 CPU clients and has never crashed.

Before killing the process, I often notice that it's sucking up an entire CPU core and ~150mb ram.

Another bug. If I open FahMon and it detects clients running unknown projects and auto downloads new projects, it doesn't update the PPD for those clients. It just shows them as unknown. But then if you manually tell it to download new projects, the PPD numbers come right up.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Tue Sep 09, 2008 8:50 pm
by codysluder
The only time FahMon crashes for me is on startup. I get one of those "Please report this problem to Microsoft" popups and I've sent them a few reports but I'm not really hopeful. If I start it three or four times, it finally starts.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Tue Sep 09, 2008 10:13 pm
by uncle_fungus
These issues have been noted and are in the process of being fixed (this particular crash issue is likely fixed with the latest commits to svn).

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Wed Sep 10, 2008 2:35 am
by rpmouton
DriveEuro wrote:I'm having an issue with FahMon today.

When I double click on the icon in the system tray, fahmon shows in the taskbar. It shows minimized (no fahmon box on my display). I can right click it and hit maximize, and it maximizes to the full window. When I hit restore (either by the upper right had buttton, or right clicking on the taskbar) it restores to minimized. Basically, I cannot get fahmon to run in a non maximized window.

It was running fine for several weeks with no change. I've closed it and reopened it numerous times. I've also rebooted. Guess I'll reinstall it.

Just seeing if there was anyone else with this issue.


EDIT: Deleting the prefs.dat file fixed everything for me.
Uncle Fungus,

I am experiencing the same issue. prefs.dat on its way.

My system specs:

AMD 64 X2 2100MHz, 2GB 800MHZ, ASUS M2N, 9800GTX+ - GPU and uni=processor clients, Win XP 64

Thanks,

Linux fahmon install/compile issues

Posted: Wed Sep 17, 2008 7:57 am
by tmoble
Hi, UF

Have a pretty clean Fed9 64 system. DL'd fahmon source and soon found out about needing wxGTK and devel. Used yum to install that OK, no errors. went to compile fahmon in a sub-dir of my home directory. ./config ended OK, returned 0. Compiled fahmon, seemed to be going OK at first, I went for a snack. While I was gone it errored out. Here's the error text from compiler:
client.o: In function `Client::Reload()':
/home/Tom/F@HMon/FahMon-2.3.2b/src/client.cpp:232: undefined reference to `ProjectsManager::Save()'
collect2: ld returned 1 exit status
make[2]: *** [fahmon] Error 1
make[2]: Leaving directory `/home/Tom/F@HMon/FahMon-2.3.2b/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Tom/F@HMon/FahMon-2.3.2b'
make: *** [all] Error 2
here's a list of the files presently in the fahmon directory:
[Tom@fahfed9 FahMon-2.3.2b]$ ls -ltra
total 736
-rwxr--r-- 1 Tom Tom 644 2007-08-21 16:03 reconf
-rwxrwxrwx 1 Tom Tom 11014 2007-08-21 16:03 missing
-rwxrwxrwx 1 Tom Tom 9233 2007-08-21 16:03 install-sh
-rw-r--r-- 1 Tom Tom 282 2007-08-21 16:03 fahmon.desktop
-rwxrwxrwx 1 Tom Tom 15936 2007-08-21 16:03 depcomp
-rwxrwxrwx 1 Tom Tom 18002 2007-08-21 16:03 COPYING
-rwxrwxrwx 1 Tom Tom 31743 2007-08-21 16:03 config.sub
-rwxr-xr-x 1 Tom Tom 16164 2007-08-21 16:03 config.rpath
-rwxrwxrwx 1 Tom Tom 43499 2007-08-21 16:03 config.guess
-rw-r--r-- 1 Tom Tom 1051 2008-01-20 16:41 po_to_lang.bat
-rw-r--r-- 1 Tom Tom 1425 2008-02-07 05:42 gen_msw.bat
-rw-r--r-- 1 Tom Tom 8634 2008-02-07 06:13 doxconf.in
-rw-r--r-- 1 Tom Tom 0 2008-02-07 12:08 ABOUT-NLS
-rw-r--r-- 1 Tom Tom 170 2008-02-08 04:50 AUTHORS
-rw-r--r-- 1 Tom Tom 3932 2008-02-08 05:08 README.in
-rwxrwxrwx 1 Tom Tom 1295 2008-02-08 05:40 INSTALL
-rw-r--r-- 1 Tom Tom 1185 2008-02-15 10:42 FahMon-Info.plist.in
-rw-rw-r-- 1 Tom Tom 4100 2008-02-15 18:00 TEMPLATE_SYNTAX
-rwxrwxr-x 1 Tom Tom 305 2008-02-15 18:33 mac-lang
-rw-r--r-- 1 Tom Tom 2004 2008-03-31 12:34 configure.ac
-rw-r--r-- 1 Tom Tom 882 2008-04-01 16:22 fahmon.sln
-rw-r--r-- 1 Tom Tom 10854 2008-04-01 16:26 fahmon.vcproj
-rw-r--r-- 1 Tom Tom 1104 2008-04-03 03:07 THANKS
-rw-rw-rw- 1 Tom Tom 3035 2008-04-03 09:36 fahmon.spec.in
-rw-r--r-- 1 Tom Tom 3376 2008-04-03 14:39 NEWS
-rw-r--r-- 1 Tom Tom 32865 2008-04-10 16:51 aclocal.m4
-rwxr-xr-x 1 Tom Tom 225984 2008-04-10 16:51 configure
-rw-r--r-- 1 Tom Tom 1241 2008-04-10 16:51 config.h.in
-rwxr-xr-x 1 Tom Tom 7496 2008-04-11 13:14 FahMon.nsi.in
-rw-r--r-- 1 Tom Tom 1981 2008-04-11 13:20 Makefile.am
-rw-r--r-- 1 Tom Tom 24010 2008-04-11 13:21 Makefile.in
-rw-rw-r-- 1 Tom Tom 3028 2008-04-11 13:48 README.win32.txt
-rw-rw-r-- 1 Tom Tom 1107 2008-04-11 13:50 REQUIRES
-rw-r--r-- 1 Tom Tom 15777 2008-04-11 15:01 ChangeLog
drwxr-xr-x 3 Tom Tom 4096 2008-09-16 23:59 ..
-rwxrwxr-x 1 Tom Tom 37916 2008-09-17 00:00 config.status
drwxrwxrwx 2 Tom Tom 4096 2008-09-17 00:00 resources
-rw-rw-r-- 1 Tom Tom 3921 2008-09-17 00:00 README
-rw-rw-r-- 1 Tom Tom 25066 2008-09-17 00:00 Makefile
drwxrwxrwx 2 Tom Tom 4096 2008-09-17 00:00 m4
-rw-rw-r-- 1 Tom Tom 3024 2008-09-17 00:00 fahmon.spec
-rw-rw-r-- 1 Tom Tom 7439 2008-09-17 00:00 FahMon.nsi
-rw-rw-r-- 1 Tom Tom 1117 2008-09-17 00:00 FahMon-Info.plist
-rw-rw-r-- 1 Tom Tom 8623 2008-09-17 00:00 doxconf
drwxrwxrwx 2 Tom Tom 4096 2008-09-17 00:00 doc
drwxrwxrwx 2 Tom Tom 4096 2008-09-17 00:00 templates
-rw-rw-r-- 1 Tom Tom 23 2008-09-17 00:00 stamp-h1
drwxrwxrwx 2 Tom Tom 4096 2008-09-17 00:00 mac
drwxrwxrwx 2 Tom Tom 4096 2008-09-17 00:00 FahMon.xcodeproj
-rw-rw-r-- 1 Tom Tom 1434 2008-09-17 00:00 config.h
drwxrwxrwx 2 Tom Tom 4096 2008-09-17 00:00 po
-rw-rw-r-- 1 Tom Tom 18205 2008-09-17 00:00 config.log
drwxrwxrwx 10 Tom Tom 4096 2008-09-17 00:00 .
drwxrwxrwx 5 Tom Tom 4096 2008-09-17 00:02 src
[Tom@fahfed9 FahMon-2.3.2b]$
Any bright ideas? Compiler has been working good on this machine, I've compiled Wine, the cuda stuff, nvclock, some other small stuff. Wine was the biggie.

currently using tail -f on the GPU and SMP logs. Helps a guy remember how nice fahmon is. :)

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Wed Sep 17, 2008 10:49 am
by uncle_fungus
Its a problem picked up by the latest gcc compilers (already fixed in SVN).

You need to open projectsManager.cpp and on lines 90 and 124 remove the "inline" declaration. I.e.:

Code: Select all

inline void ProjectsManager::Load(void)
becomes

Code: Select all

void ProjectsManager::Load(void)
The same applies to ProjectsManager::Save

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Wed Sep 17, 2008 8:59 pm
by Dok
I had a lot of trouble with Windows SMP ver 6.22Beta2r2 and switched to 6.22Beta2r3. This version is running stable for me, but FahMon shows ETA as N/A and PPD as --. R3 is a drop in executable replacement for the FAH executable, so to install it I install R2 first then replace the executable with the R3 version. I tried a fresh install, same results. All three systems that have been converted to R3 are showing the same symptoms. Any ideas?

Thanks for your work on this program, its much appreciated!
Brad

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Wed Sep 17, 2008 9:28 pm
by tmoble
./configure ended OK
./make ended OK
su - , make install ended OK, looking good

exited root, went to /usr/local/bin, ran ./fahmonm came up OK, added the Linux SMP client, came right up. added the Win GPU client that running under Wine, fahmon crashed instantly with a bug report.

last section of the bug report:

----------- .xsession-errors (101 sec old) ---------------------
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x360001e (Archive Ma)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
(file-roller:6634): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkProgressBar'
(file-roller:6634): Gtk-CRITICAL **: gtk_progress_bar_set_fraction: assertion `GTK_IS_PROGRESS_BAR (pbar)' failed
(file-roller:6634): GLib-GObject-WARNING **: invalid uninstantiatable type `BonoboDockItem' in cast to `GtkTreeView'
(file-roller:6634): Gtk-CRITICAL **: gtk_tree_view_get_selection: assertion `GTK_IS_TREE_VIEW (tree_view)' failed
(file-roller:6634): GLib-GObject-WARNING **: invalid uninstantiatable type `BonoboDockItem' in cast to `GtkObject'
Window manager warning: Received a _NET_WM_MOVERESIZE message for 0x4600003 (/var/log/m); these messages lack timestamps and therefore suck. <----- so when did these guys develop a sense of humor? :)
Window manager warning: Window 0x42000d2 (FahMon 2.3) sets an MWM hint indicating it isn't resizable, but sets min size 289 x 162 and max size 408 x 162; this doesn't make much sense.
Window manager warning: Window 0x42000d2 (FahMon 2.3) sets an MWM hint indicating it isn't resizable, but sets min size 289 x 162 and max size 408 x 162; this doesn't make much sense.
--------------------------------------------------

you want the whole file?

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Wed Sep 17, 2008 10:16 pm
by shatteredsilicon
Are there any news on the Linux FahMon crashing when asked to monitor a GPU client? Is there a fix?