http://bugs.winehq.org/show_bug.cgi?id=11678
Summary: Microsoft Visual C++ Toolkit 2003 installer fails Product: Wine Version: 0.9.55. Platform: Other OS/Version: other Status: NEW Keywords: download, Installer, patch Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
I downloaded Microsoft Visual C++ Toolkit 2003 long ago. The installer is VCToolkitSetup.exe, size 32952488, sha1sum 956c81c3106b97042c4126b23c81885c4b5211f4, edonkey checksum ed2k://|file|VCToolkitSetup.exe|32952488|c534888fa7605403dcb183d2d15282d1|/
Installing it crashed with "Unhandled Exception: StackOverflowException." =>1 0x7ef82b41 check_actctx+0x11(h=<?>) [wine-git/dlls/ntdll/actctx.c:574] in ntdll (0x0034f928) while running C:\windows\Microsoft.NET\Framework\v1.1.4322\RegSvcs.exe
The patch at http://bugs.winehq.org/show_bug.cgi?id=10134#c17 got past this.
The next problem was another crash, Unhandled exception: page fault on read access to 0xfc91f030 in 32-bit code (0x7e48f819). =>1 0x7e48f819 apts+0x1() in ole32 (0x0034f9d0)
The patch at http://bugs.winehq.org/show_bug.cgi?id=10134#c18 got past that, and let the installer complete.
I was then able to compile and link a "Hello, World" program with $ cd ~/.wine/drive_c/Program Files/Microsoft Visual C++ Toolkit 2003 $ wine bin/cl.exe hello.c -I include -link /libpath lib/libc.lib lib/oldnames.lib lib/kernel32.lib
I'm filing this bug mainly to focus some attention on these two tiny little patches. Let's get them cleaned up and committed!