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!
http://bugs.winehq.org/show_bug.cgi?id=11678
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.0.0
http://bugs.winehq.org/show_bug.cgi?id=11678
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2008-02-25 16:34:58 --- I committed a fix for the first bug.
http://bugs.winehq.org/show_bug.cgi?id=11678
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2008-02-26 05:51:36 --- I added a stub for CoGetContextToken.
http://bugs.winehq.org/show_bug.cgi?id=11678
--- Comment #3 from Dan Kegel dank@kegel.com 2008-02-26 12:25:49 --- Confirmed, installer says it completes successfully now, can compile hello.c just fine. Whee!
http://bugs.winehq.org/show_bug.cgi?id=11678
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2008-03-07 11:28:44 --- Closing bugs fixed in 0.9.57.
http://bugs.winehq.org/show_bug.cgi?id=11678
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |de61fc5ecad7c8049ec1c468d66 | |97d6d7d9dd08d CC| |focht@gmx.net Component|ntdll |ole32 Hardware|Other |x86 OS|other |Linux