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)
http://bugs.winehq.org/show_bug.cgi?id=10135
--- Comment #1 from Austin English austinenglish@gmail.com 2008-06-09 14:25:50 --- Is this still an issue in current (1.0-rc4 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=10135
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED
--- Comment #2 from Austin English austinenglish@gmail.com 2008-12-08 04:20:54 --- Abandoned.
http://bugs.winehq.org/show_bug.cgi?id=10135
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com 2008-12-08 04:23:07 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=10135
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
https://bugs.winehq.org/show_bug.cgi?id=10135
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download URL| |https://archive.org/downloa | |d/microsoft_dynamics_gp_9.0 | |_en CC| |focht@gmx.net Hardware|Other |x86 Summary|Crash in Microsoft Dynamics |Microsoft Dynamics GP 9.0 |GP trial setup in sxs |installer crashes |support? | Version|unspecified |0.9.47. OS|other |Linux
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download links via Internet Archive for documentation.
My guess is it was most likely Microsoft Dynamics GP 9.0 - based on the bug report date (2007) and .NET Framework 1.1 prerequisite.
From:
https://msdn.su/downloads/business-solutions/dynamics-gp-9-0
Note, that (fan)site only provides metadata but it's helpful to get the exact dates, original MSDN ISO names and hashes.
* 20 December 2005 (GP 9.0 release) * 2 August 2006 (GP 9.0 SP1 release) * 30 March 2007 (GP 9.0 SP2 release) * 29 September 2008 (GP 9.0 SP3 release) * 21 November 2008 (GP 9.0 SP4 release)
archive.org has some versions of Dynamics GP but not 9.0:
https://archive.org/search.php?query=Microsoft+Dynamics+&and%5B%5D=media...
I've found a "backup" of old GP 9.0 images and uploaded it to the digital graveyard.
https://archive.org/details/microsoft_dynamics_gp_9.0_en
https://archive.org/download/microsoft_dynamics_gp_9.0_en
$ sha1sum * 540d363cc30f289e4dc7adaeb2ce6d8e58b468ca en_business_portal_30_for_ms_dynamics_gp_90.iso 7afca3bdc145808d943391ce2a0aedea96d3797e en_frx_67_with_sp_5.iso 130e5074963984d0844c78f8f0f31956c768f594 en_msdynamics_gp_90_cd1.iso 3e325ad7e7dd88c5a5a0e6e2afcc0a9cd54f08e6 en_msdynamics_gp_90_cd2.iso
$ du -sh * 215M en_business_portal_30_for_ms_dynamics_gp_90.iso 219M en_frx_67_with_sp_5.iso 441M en_msdynamics_gp_90_cd1.iso 283M en_msdynamics_gp_90_cd2.iso
Regards