Page 52 of 60

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

Posted: Tue Sep 21, 2010 2:16 pm
by SantaFe
Pretty close. while I had FahMon open I opened HFM.NET & checked. FahMon shows 2083 for a p6701 and HFM.Net shows 2290. Have to wait a bit to see if it catches up later or not.

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

Posted: Tue Sep 21, 2010 2:21 pm
by uncle_fungus
Might be due to the differences between the way we calculate the ETA based on predicted frame time (try some of the other PPD calculation options in FahMon).

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

Posted: Tue Sep 21, 2010 5:47 pm
by SantaFe
Will do. Tried all frames first, trying last 3 frames now.

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

Posted: Wed Sep 22, 2010 1:18 am
by SantaFe
Well, it seems to be a bit off no matter which PPD calculation option setting I try. Got a new one p6055, HFM says 1398, FahMon has been keeping steady at 999. Of course it's only at 8% now, but will keep changing the setting each 25% for a longer time period.

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

Posted: Wed Sep 22, 2010 4:56 am
by metal03326
Could you compare them to this?

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

Posted: Wed Sep 22, 2010 10:52 am
by uncle_fungus
I figured out why it was giving values that were so different to HFM. I was incompetent and used the preferred instead of the final deadline. This has now been fixed in r538 and now gives almost the same values as HFM. There is a difference in the way the ETA is calculated which results in slightly different PPDs.

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

Posted: Wed Sep 22, 2010 2:20 pm
by SantaFe
metal03326 wrote:Could you compare them to this?
Got a p6055. The latest FahMon r538 Uncle did gives the points+bonus as 1394. HFM gives 1372. The bonus calculator says 1387.66. Right now I have FanMon set to calculate PPD based on all frames, will see if changing that changes the bonus calculation much.

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

Posted: Wed Sep 22, 2010 2:26 pm
by SantaFe
uncle_fungus wrote:I figured out why it was giving values that were so different to HFM. I was incompetent and used the preferred instead of the final deadline. This has now been fixed in r538 and now gives almost the same values as HFM. There is a difference in the way the ETA is calculated which results in slightly different PPDs.
Yep it works! Thanks. :D :D :D

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

Posted: Sat Sep 25, 2010 3:58 pm
by toTOW
Any chance to get a compiled version for other OS of this :?: ... the 2.3.99.1 is getting quite old (no bonus, lots of unknown cores, ...) :(

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

Posted: Sat Sep 25, 2010 4:30 pm
by uncle_fungus
Yeah. I need to add all the new cores too. I'm going to be away until the end of next week so can't really provide a Windows compile before then.

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

Posted: Sat Sep 25, 2010 4:36 pm
by MtM
Didn't you have people who helped you with this? Iirc I seen Bollix help out with compiles, just saying where is the community support ;)

If you link me to a compiler I'll give it a shot :)

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

Posted: Sat Sep 25, 2010 4:39 pm
by uncle_fungus
Full instructions are provided but the build environment needs about 2gb space.

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

Posted: Sat Sep 25, 2010 4:43 pm
by MtM
Ahh ok I just treid in vs2010 but I got an error since I didn't read the instructions and don't have wxWidgets installed.

Edit: no problem with free space ect, but that sdk might cause problems with my current setup. Can I not use the v7 instead of 6.1?

Trying to follow directions for mvc, vs2010 is not the same but I think I will get there ( may take some repeating steps... like downloading the wrong version of wxWidgets ( not the one recommended and the one which says on the dl page to be the latest STABLE release :oops: )


Lib curl -> vc2010 has all folders as project properties but I think it worked ok

1> curl.vcxproj -> H:\fahMON\trunk\wxcurl\win32_libcurl\..\..\Release\libcurl.dll
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

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

Posted: Sat Sep 25, 2010 7:59 pm
by MtM
Allrighty, yes I could have downloaded the free vc++ but I don't want to have to many different versions installed, I got wxWidgets set up, libcurl is easy to build as well, but now I need to include the widgets in the fahMon build and I got no idea how to link them. The descriptions does not match the ide I am using, and frankly I spend enough time trying to get the folders in the right fields without succes. All compile attempts failed with this >

Code: Select all

1>------ Build started: Project: wxcurl, Configuration: Static Unicode Release Monolithic Win32 ------
1>  base.cpp
1>wxcurl\src\base.cpp(16): fatal error C1083: Cannot open include file: 'wx/wxprec.h': No such file or directory
1>  ftp.cpp
1>wxcurl\src\ftp.cpp(20): fatal error C1083: Cannot open include file: 'wx/wxprec.h': No such file or directory
1>  ftpparse.cpp
and it's a long list. I know I am forgetting to link fahMon to my just set up wxWidgets but as I said, someone needs to tell me where to put the right include folders/files in this screenshot ->
Image

Code: Select all

------ Build started: Project: fahmon, Configuration: Release Win32 ------
2>  aboutDialog.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  base64Codec.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  benchmark.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  benchmarksDialog.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  benchmarksManager.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  client.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  clientDialog.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  clientHelperThread.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  clientsManager.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  core.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  dataInputStream.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  dataOutputStream.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  eta.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  fahlogAnalyzer.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  firstTimeDialog.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  ftpConnection.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  htmlParser.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  httpDownloader.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  listViewClients.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  main.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  Compiling...
2>  mainDialog.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  messagesFrame.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  messagesManager.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  multiProtocolFile.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  pathManager.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  preference.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  preferencesDialog.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  preferencesManager.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  progressManager.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  project.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  projectHelperThread.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  projectsManager.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  queue.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  staticBoldedText.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  tools.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  trayManager.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  webMonitor.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
2>  workUnitFrame.cpp
2>C:\wxWidgets-2.8.11\include\msvc\wx/setup.h(28): fatal error C1083: Cannot open include file: '../../../lib/vc_lib/mswu/wx/setup.h': No such file or directory
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

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

Posted: Sat Sep 25, 2010 9:09 pm
by uncle_fungus
If I have time before I leave the country tomorrow i'll try and get a drop in exe built for windows. I'm using my phone right now so can't really tell what you are doing except that the fahmon project does not need altering to link against wx.