http://bugs.winehq.org/show_bug.cgi?id=20191
Summary: VC9 mt.exe crashes when trying to embed a manifest Product: Wine Version: 1.1.30 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: skyphyr@gmail.com CC: dank@kegel.com
Created an attachment (id=23803) --> (http://bugs.winehq.org/attachment.cgi?id=23803) A small source example to reproduce the mt.exe crash
Hi All,
I've been using wine to build binaries with vc9 for a while and it's gone ok, but I've hit some projects where I need to embed a manifest. It's doing that that I'm hitting a problem with wine crashing. Mt.exe runs fine when called with no arguments (just outputs help text).
I installed VC9 by copying the files over from a windows installation. I then installed vc2008 sp1 runtime in order to fix up some issues the compiler had finding some msvc* libraries.
I'm running Mandriva 2009.1 x86_64 and I've tried this using both it's standard wine (1.1.17 at the moment) and compiling 1.1.30 from source (It appears to work, but I can't be certain I did everything correctly as it pushes out a lot of text during a run of mt.exe - mostly font stuff).
I've attached two archives. One contains the output of WINEDEBUG=+relay,+seh wine c:/Program\ Files/Microsoft\ SDKs/Windows/v6.1//bin/mt.exe -manifest win32/indexedTextureLookup.dll.manifest -outputresource:win32/indexedTextureLookup.dll;2 run on both 1.1.17 and 1.1.30
The other is a small set of source (the makefile has some extraneous stuff that is part of the build process I put together to do cross-platform compilation using wine and VC, but other than that it's all pretty barebones). The line(s) in Makefile.generic which call mt.exe are commented out.
Let me know if you have any questions or if there's something I can do to help track down this bug.
Cheers,
Alan.