http://bugs.winehq.org/show_bug.cgi?id=22812
--- Comment #10 from Hin-Tak Leung htl10@users.sourceforge.net 2010-05-24 15:01:08 --- (In reply to comment #9)
In reply to comment #8:
tried using native imagehlp.dll and the situation does not improve.
Just in case. Haven't you forget to override it's loading order to "native only" ?
I thought I might, because I was doing 'WINEDLLOVERRIDES="imagehlp=n,b" cmd' then run mt inside cmd, but I redo with running mt directly like this:
cp bin/setupgs.exe.bak bin/setupgsbak.exe
WINEDLLOVERRIDES="imagehlp=n" '/home/Hin-Tak/.wine/drive_c/Program Files/Microsoft SDKs/Windows/v7.0/Bin/mt.exe' -nologo -manifest psi/dwsetup_x86.manifest '-outputresource:bin/setupgsbak.exe;#1'
In any case it would be interesting to see what dlls mt is loading. WINEDEBUG=+tid,+process,+loaddll env-variable would probably help you.
I'll attach that next.