Search found 655 matches

by uncle_fungus
Tue Oct 19, 2010 7:12 pm
Forum: Issues with a specific WU
Topic: Project: 6702 (Run 11, Clone 64, Gen 51)
Replies: 4
Views: 448

Re: Project: 6702 (R11, C64, G51)

Thanks, no results partial or otherwise have made it to the server successfully so far.
by uncle_fungus
Tue Oct 19, 2010 3:42 pm
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

Nope, should "just work", as long as the projects list is up to date.
by uncle_fungus
Tue Oct 19, 2010 3:14 pm
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

Yeah, I linked the test exe against the newest c++ runtime library. You will need to download it from here: http://www.microsoft.com/downloads/en/d ... 50143d5867

For release, I'll use the static library again.
by uncle_fungus
Tue Oct 19, 2010 1:15 pm
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

I've uploaded my "working" binary here: http://fahmon.net/downloads/testing/fah ... ostrip.zip
If this does fix things (I.e it runs on Win7 and Vista) then I'll do a full rebuild and release again tonight.
by uncle_fungus
Tue Oct 19, 2010 1:11 pm
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

@RAH, Yes, that is what I'd expect. The LNK4254 warnings are the culprit in this case, as VS10 apparently does this differently to VS8. Remove the contents of resource.h, recompile and you won't get these warnings, and should get a working binary.
by uncle_fungus
Tue Oct 19, 2010 1:05 pm
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

MtM wrote:That's what I done but I can't get as far as RAH with getting fahmon to actually compile as it's complaining about 'LINK : fatal error LNK1181: cannot open input file 'wxmsw28u_core.lib''

I'll clean wxWidgets and try again.
If I were you I'd nuke WX and start from scratch.
by uncle_fungus
Tue Oct 19, 2010 1:05 pm
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

Ah. I think I've got it! Some of the agressive stripping I'm applying to the binary prior to linking isn't playing nice with Vista/Windows 7 and is actually causing DEP to kick in and the C++ runtime to crash. If you remove the contents of fahmon/src/include/resource.h for VS10, then it compiles and...
by uncle_fungus
Tue Oct 19, 2010 12:54 pm
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

Clean wxwidgets compilation instructions: (wxwidgets is "installed" to C:\wxWidgets-2.8.11\ on my machine) Open C:\wxWidgets-2.8.11\build\msw\wx.dsw Allow VS10 to convert the project files Change the release type to'Unicode Release' Select all the wx components in the solution explorer Rig...
by uncle_fungus
Mon Oct 18, 2010 5:19 pm
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

OK, well the debugging I've done on Windows 7 appears to suggest that the crash is caused by the C++ runtime library.
by uncle_fungus
Mon Oct 18, 2010 1:05 pm
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

Yes, the solution files are now from VS2010, and as a result the compilation instructions are slightly wrong.
by uncle_fungus
Mon Oct 18, 2010 9:07 am
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

I doubt if any of the new code has caused this problem, especially as it works fine in Windows XP. The most likely cause is a visual studio config issue (I'm building on XP) or something in the newer wxwidgets library. A Windows 7 VM is being created to test this.
by uncle_fungus
Sun Oct 17, 2010 10:29 pm
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

That doesn't sound right, what happens if you create an empty projects.xml file in appdata first?
by uncle_fungus
Sun Oct 17, 2010 10:20 pm
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

Try removing projects.dat and restart. If that works I've broken the projects database upgrade routine :(
by uncle_fungus
Sun Oct 17, 2010 9:14 pm
Forum: 3rd party contributed software
Topic: FahMon (multi-platform app to monitor various F@h clients)
Replies: 891
Views: 227447

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

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 suppo...