http://bugs.winehq.org/show_bug.cgi?id=10135
Summary: Crash in Microsoft Dynamics GP trial setup in sxs support? Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Keywords: Installer Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
This one's a bit tricky to set up.
Microsoft Dynamics GP trial's installer wants mdac 2.8.1; fine, so let the app's installer do that, run twice to work around bug 5824.
It then needs .net 1.1; fine, so let the app's installer do that... that runs into bug 10134. I worked around that by using native dcom98 to finish the .net install.
OK, so then I run MS Dynamic GP's trial installer again, expecting it to get past those two known problems and into a new one. And sure enough, it crashed in activation context code:
Unhandled exception: page fault on read access to 0xc07e3e11 in 32-bit code (0x7ef844e1).
=>1 0x7ef844e1 check_actctx+0x11(h=<is not available>) [/home/dank/wine-git/dlls/ntdll/actctx.c:573] in ntdll (0x0032fa28) 2 0x7ef8490b RtlAddRefActivationContext+0xb(handle=0xc07e3e11) [/home/dank/wine-git/dlls/ntdll/actctx.c:2279] in ntdll (0x0032fa30) 3 0x7ee165ad AddRefActCtx+0x1d(hActCtx=0xc07e3e11) [/home/dank/wine-git/dlls/kernel32/actctx.c:188] in kernel32 (0x0032fa40) 4 0x790598c5 in fusion (+0x198c5) (0x0032fa88) 5 0x792487fb in mscorwks (+0x987fb) (0x0032fac4) 6 0x79230635 in mscorwks (+0x80635) (0x0032fb54) 7 0x7924594b in mscorwks (+0x9594b) (0x0032fb60) 8 0x792c61e8 in mscorwks (+0x1161e8) (0x0032fb6c) 9 0x005525f3 in setup (+0x25f3) (0x0032fba8) 10 0x01003e97 in setup (+0x3e97) (0x0032fde0) 11 0x0100475e in setup (+0x475e) (0x0032ff08) 12 0x7ee580be start_process+0xee(arg=0x0) [/home/dank/wine-git/dlls/kernel32/process.c:839] in kernel32 (0x0032ffe8) 13 0xb7e6d9c7 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000) 0x7ef844e1 check_actctx+0x11 [/home/dank/wine-git/dlls/ntdll/actctx.c:573] in ntdll: cmpl $0xc07e3e11,0x0(%edx) 573 switch (actctx->magic)