[Bug 11757] New: Adobe InDesign CS tryout installer crashes early
http://bugs.winehq.org/show_bug.cgi?id=11757 Summary: Adobe InDesign CS tryout installer crashes early Product: Wine Version: CVS/GIT Platform: Other URL: http://download.adobe.com/pub/adobe/magic/indesign/win/3 .x/idcstryENG.exe OS/Version: other Status: NEW Keywords: download, Installer, regression Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com This might be a very recent regression. Running http://download.adobe.com/pub/adobe/magic/indesign/win/3.x/idcstryENG.exe or extracting the files with cabextract and then running its setup both crash fairly early with a stack overflow. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ole --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2008-02-27 19:54:42 --- Running with +seh shows trace:seh:raise_exception code=c0000005 flags=0 addr=0x1b1a1918 trace:seh:raise_exception info[0]=00000000 trace:seh:raise_exception info[1]=1b1a1918 trace:seh:raise_exception eax=00000000 ebx=00000000 ecx=0f0e0d0c edx=00000000 esi=01dcd23c edi=0034d3d0 trace:seh:raise_exception ebp=0034d464 esp=0034d3d0 cs=0073 ds=007b es=007b fs=0033 gs=003b flags=00210202 err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception. Adding +server,+reg (or, sometimes +module), shows that the crash happens immediately after unloading Asn.er.dll, e.g. after the lines trace:module:free_modref unloading L"C:\\windows\\temp\\{34845882-E59E-11DC-C687-001560A350E5}\\{8E300EFF-F690-4B24-ACEA-6A09F1D7F5FA}\\Asn.er.dll" trace:module:LdrUnloadDll END Adding +relay "fixes" the problem. Adding +module sometimes fixes it. Adding +variant also fixes it. There are lots of oleaut32 operations during a good run with +trace after the unload of that dll. I'm tempted to conclude it's an oleaut32 bug. Native dcom98 doesn't seem to be an option, it crashes sooner. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 Rob Shearman <robertshearman(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|ole |oleaut32 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|oleaut32 |-unknown Keywords|regression | --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2008-11-29 23:33:22 --- The error is different now; it reliably aborts near the end of the "preparing installshield wizard" screen with "Unhandled Exception Error Number: 0x80040706 Description: Object reference not set". This seems more like a classic installshield error as described at http://wiki.winehq.org/InstallShield I put a +relay,+seh,+ole,+module log at http://kegel.com/wine/bug11757.rz Still counts as crashing early, I suppose. Interestingly, if you run with just native oleaut32, the installer aborts with "unimplemented CreateProxyFromTypeInfo: the native implementation of oleaut32 cannot be used with wine rpcrt4" right about the time it would have crashed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2008-11-30 01:12:25 --- fun fact: with wine-1.1.9 for intrepid, downloaded from winehq, I still get the stack overflow. It's just my own wine from git the new failure mode. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 --- Comment #4 from Andrew Nguyen <arethusa26(a)gmail.com> 2008-11-30 01:26:44 --- The new problem you hit may be the regression described in bug 16261. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2008-11-30 17:14:28 --- Yes, reverting that patch gets me the stack overflow back, thanks. So let's ignore that new failure mode. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |9043 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-01-18 03:47:57 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2010-06-13 03:45:17 --- Still present in 1.2-rc3. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy(a)gmail.com --- Comment #8 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2011-05-10 16:14:40 CDT --- Freezes early on 1.3.19 (ubuntu 10.10 x86-64). Errors for ole and seh: log follows Oddly enough, doesn't freeze when using WINEDEBUG=+relay,+tid,+seh,+ole -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 --- Comment #9 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2011-05-10 16:16:03 CDT --- Created an attachment (id=34602) --> (http://bugs.winehq.org/attachment.cgi?id=34602) +seh,+ole installation log; wine 1.3.19 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2013-05-24 17:25:35 CDT --- No crash for me in 1.5.31. Assumed fixed -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2013-06-07 15:01:57 CDT --- Closing bugs fixed in 1.6-rc1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=11757 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Summary|Adobe InDesign CS tryout |Adobe InDesign CS (3.0) |installer crashes early |tryout installer crashes | |early OS|other |Linux Version|unspecified |0.9.56. Hardware|Other |x86 URL|http://download.adobe.com/p |https://web.archive.org/web |ub/adobe/magic/indesign/win |/20101205141014/http://down |/3.x/idcstryENG.exe |load.adobe.com/pub/adobe/ma | |gic/indesign/win/3.x/idcstr | |yENG.exe -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla