Page 53 of 60

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

Posted: Sat Sep 25, 2010 9:51 pm
by MtM
Documentation says to add some folder location to vc++ configuration, but vs2010 depreciates those options and places them under project properties.

So, in my case I do need to link wxWidgets to the fahMON project file, and not the vc++ ide.

Edit: and I had those links correct, but since I fist installed a newer wxWidgets library which wouldn't compile as unicode, I somehow when installing the right version also compiled that with the wrong setting. A bit incompetent for not being able to follow a simple how to but anyway compiled version is now here -> http://dl.dropbox.com/u/12047296/fahMON.zip

Image

Edit: and I really hope I spend time compiling a different version then this says.. :)

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

Posted: Sun Sep 26, 2010 12:22 am
by RAH
How have you been Uncle!!!
Just to let you know, I got it to compile under W7, and its working so far. Will keep an
eye on it and let you know if anything comes up.

Good to see you again.

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

Posted: Sun Sep 26, 2010 12:27 am
by MtM
Could have said that a few hours ago, would have saved me some time :p Was a nice learning experience.. which leaves me with wxWidgets I will probably never use again :lol:

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

Posted: Sun Sep 26, 2010 1:55 am
by RAH
Sorry Mtm, but I'm an old far/ and I took a nap while waiting to see if it was working.
My wife calls them beauty naps, and I'm way behind. :lol:

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

Posted: Sun Sep 26, 2010 7:47 am
by MtM
Then we might have something in common :lol:

Talking about the lack of sleep offcourse ;)

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

Posted: Sun Sep 26, 2010 8:57 am
by uncle_fungus
Thanks MtM, that saves me having to reconfigure my VM for a while. When I get back I'll try and get a release made that includes all the new core definitions etc.

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

Posted: Tue Oct 12, 2010 7:31 am
by MtM
I'm just hoping there is no confusion about the version number, I didn't increase the build when I compiled so it says it's the same build as the one which is on the fahMON download page. I did check it against HFM.net to compare ppd measurements ( the calculations I'm using myself are going wrong somewhere, so I can't compare it with fTray as those are wrong ).

If you tell me how to include core definition I wouldn't mind taking a jab at it either. Got the environment set up now anyway and it's not that I'm space limited and need to remove it anytime soon :)

Edit: also didn't strip the wxWidgets so build is larger then the one on fahMON home page.

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

Posted: Tue Oct 12, 2010 7:33 am
by uncle_fungus
2.3.99.2 should be ready pretty soon. The only issue holding it back is the fact that currently the projects database can't be upgraded between versions.

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

Posted: Sun Oct 17, 2010 9:14 pm
by uncle_fungus
FahMon 2.3.99.2 (Better late than never) Released

FahMon 2.3.99.2 is now available for download. Please see the download page for details on how to get it.

For a comprehensive list of changes please view the changelog which is linked to from the homepage.

What's new in this release

* New core support.
* Fixed thread-safety issues.
* Projects database now stored in xml format.

As always if you find any bugs in FahMon please report them using trac

Complete changelog:

Code: Select all

v2.3.99.2 (17/10/10)

    General
    
      Monitoring
      
      * Added missing protomol core support.
      * Added missing openmmgpu core support.
      * Added bonus ppd (kfactor) support.
      * Added missing smp2 core support.

      Other

      * Fixed a number of thread safety issues which caused intermittent crashes
        and generally undesirable behaviour.
      * Added Simplified Chinese translation.
      * Added Slovak translation.
      * Projects database now stored in xml, and will migrate from old format
        automagically.

    Linux

      * Fixed accidental inclusion of a gcc debug warning level into
        compiliation. Removes the scary output from 2.3.99.1.
      * Fixed RPM .spec file. Thanks to "error".

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

Posted: Sun Oct 17, 2010 10:18 pm
by RAH
Duh! I cant get it to run. Wont completely open. W7 64 pro. Seems to have borked the other one too. (or i did)

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

Posted: Sun Oct 17, 2010 10:20 pm
by uncle_fungus
Try removing projects.dat and restart. If that works I've broken the projects database upgrade routine :(

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

Posted: Sun Oct 17, 2010 10:27 pm
by RAH
There isn't a projects.dat.
Nothing is being put in appdata.

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

Posted: Sun Oct 17, 2010 10:29 pm
by uncle_fungus
That doesn't sound right, what happens if you create an empty projects.xml file in appdata first?

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

Posted: Sun Oct 17, 2010 10:34 pm
by RAH
Nothing is being installed in appdata. Checking if I have something diabled.

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

Posted: Sun Oct 17, 2010 10:47 pm
by derrickmcc
uncle_fungus wrote:FahMon 2.3.99.2 (Better late than never) Released

FahMon 2.3.99.2 is now available for download. Please see the download page for details on how to get it.
Downloaded, runs ok on WINdows XP sp3. :D
Many thanks to uncle_fungus