[Bug 27479] New: Acrobat X Pro: fails to install
http://bugs.winehq.org/show_bug.cgi?id=27479 Summary: Acrobat X Pro: fails to install Product: Wine Version: 1.3.22 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: lukasz.wojnilowicz(a)gmail.com Created an attachment (id=35137) --> (http://bugs.winehq.org/attachment.cgi?id=35137) Installation message Steps to reproduce: 1) remove ~/.wine 2) wine setup.exe 3) next, next, next 4) installation starts Behaviour: Installation ends prematurely. Expected behaviour: Installation shouldn't end prematurely. -- 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=27479 --- Comment #1 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-06-14 13:05:02 CDT --- Created an attachment (id=35138) --> (http://bugs.winehq.org/attachment.cgi?id=35138) Terminal output on Wine 1.3.22 -- 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=27479 --- Comment #2 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-06-14 13:12:23 CDT --- Created an attachment (id=35139) --> (http://bugs.winehq.org/attachment.cgi?id=35139) WINEDEBUG=+msi,+tid,+seh on Wine 1.3.22 part 1 -- 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=27479 --- Comment #3 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-06-14 13:12:47 CDT --- Created an attachment (id=35140) --> (http://bugs.winehq.org/attachment.cgi?id=35140) WINEDEBUG=+msi,+tid,+seh on Wine 1.3.22 part 2 -- 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=27479 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer -- 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=27479 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #4 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-06-14 13:22:22 CDT --- Actually it's regression because in Wine 1.3.20 it installs to 1.5 GB and in Wine 1.3.22 to 500 MB. In both cases it shows that installation is interrupted. Regression test would require many subsequently readings and writings 1.5 GB to my hdd so I won't do regression test. -- 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=27479 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.3.22 |1.3.21 -- 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=27479 --- Comment #5 from Hans Leidekker <hans(a)meelstraat.net> 2011-06-14 14:09:40 CDT --- (In reply to comment #4)
Actually it's regression because in Wine 1.3.20 it installs to 1.5 GB and in Wine 1.3.22 to 500 MB. In both cases it shows that installation is interrupted.
Recently added support for rollbacks explains that, so this is not a regression. But it obviously has a bug if so much space is still in use. -- 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=27479 --- Comment #6 from Hans Leidekker <hans(a)meelstraat.net> 2011-06-14 14:33:41 CDT --- The installation is interrupted after a failure in a custom action: 0036:trace:msi:ACTION_CallDllFunction calling L"AAMIU_Install" 0036:err:ole:CoCreateInstance apartment not initialised 0036:fixme:console:AttachConsole stub ffffffff Starting installer... UI mode : Silent. 0036:err:ole:CoCreateInstance apartment not initialised Unable to initialize. Error parsing setup.xml file. Exiting Installer with Code: -11 0036:trace:msi:MsiCloseHandle 2 0036:trace:msi:MsiCloseHandle handle 2 destroyed 0036:trace:msi:MsiCloseHandle 1 0036:trace:msi:MsiCloseHandle handle 1 destroyed 0036:trace:msi:MsiCloseHandle 1 0036:trace:msi:DllThread custom action (36) returned 1603 Which looks like a duplicate of bug 18070. -- 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=27479 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #7 from Anastasius Focht <focht(a)gmx.net> 2011-06-14 14:52:28 CDT --- Hello, yes the remote custom action server is needed for the OLE apartment issue (bug 18070). You should make this bug about the incomplete uninstall/rollback. Regards -- 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=27479 --- Comment #8 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-06-14 15:47:40 CDT --- (In reply to comment #7)
Hello,
yes the remote custom action server is needed for the OLE apartment issue (bug 18070). You should make this bug about the incomplete uninstall/rollback.
Regards
Summarising: 1) Acrobat fails to install because of bug 18070 2) This bug is no about an regression, but about incomplete rollback Is that right? -- 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=27479 --- Comment #9 from Hans Leidekker <hans(a)meelstraat.net> 2011-06-15 01:06:15 CDT --- (In reply to comment #8)
Summarising: 1) Acrobat fails to install because of bug 18070 2) This bug is no about an regression, but about incomplete rollback
Is that right?
Yes. -- 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=27479 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Component|-unknown |msi Summary|Acrobat X Pro: fails to |Acrobat X Pro: incomplete |install |rollback after failed | |installation --- Comment #10 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-06-15 01:14:03 CDT --- (In reply to comment #9)
(In reply to comment #8)
Summarising: 1) Acrobat fails to install because of bug 18070 2) This bug is no about an regression, but about incomplete rollback
Is that right?
Yes.
Now everything is set as it should. If you need any trace more, that I can make for you to track this issue, please tell me. -- 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=27479 --- Comment #11 from Hans Leidekker <hans(a)meelstraat.net> 2011-06-20 04:59:32 CDT --- Please attach the output of $ ls -l ~/.wine/drive_c/windows/Installer and $ ls -lR ~/.wine/drive_c/Program\ Files -- 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=27479 --- Comment #12 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-06-20 10:43:42 CDT --- Created an attachment (id=35212) --> (http://bugs.winehq.org/attachment.cgi?id=35212) ls -l ~/.wine/drive_c/windows/Installer -- 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=27479 --- Comment #13 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-06-20 10:44:42 CDT --- Created an attachment (id=35213) --> (http://bugs.winehq.org/attachment.cgi?id=35213) ls -lR ~/.wine/drive_c/Program\ Files "razem" means "total" in English. -- 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=27479 --- Comment #14 from Austin English <austinenglish(a)gmail.com> 2013-11-13 16:50:31 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log). -- 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=27479 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #15 from Austin English <austinenglish(a)gmail.com> --- Abandoned. -- 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=27479 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #16 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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 (1)
-
wine-bugs@winehq.org