http://bugs.winehq.org/show_bug.cgi?id=11742
--- Comment #2 from Dan Kegel dank@kegel.com 2008-02-26 17:06:16 --- Maarten sent in a patch for the CombineURL bug, http://winehq.org/pipermail/wine-patches/2008-February/050725.html
but curiously when I run fastmd5 1.3 myself, I never seem to see a call to that function. With or without the patch, it crashes, saying it can't find System.Windows.Forms. It seems to search only the app, doesn't search c:\windows\microsoft.net as it should?
If I copy stuff into the app dir, e.g. cp ../../windows/Microsoft.NET/Framework/v1.1.4322/System.Windows.Forms* . it gets a little further, but still crashes, saying it couldn't load something (but it doesn't say what).
And I still see fixmes like this, fwiw: 0009:Call shlwapi.UrlGetPartW(006342a0 L"mscorlib",00634340,0033f688,00000001,00000000) ret=79045b81 fixme:shell:URL_ParseUrl failed to parse L"mscorlib" 0009:Ret shlwapi.UrlGetPartW() retval=80070057 ret=79045b81
I did enable the fusion log as suggested by A.F.; I'll attach it.