[Bug 9467] New: Macromedia Studio 8 installer hangs
http://bugs.winehq.org/show_bug.cgi?id=9467 Summary: Macromedia Studio 8 installer hangs Product: Wine Version: 0.9.44. Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: wine-misc AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com To try installing Studio 8, you first have to work around a bug in the way the CD-ROM was mastered: they included rockridge extensions, but neglected to make files world-readable. This causes mysterious errors about not being able to run the installer: wine: could not load L"D:\\install studio 8.exe": Module not found So you have to remount the cd-rom with the 'norock' option, e.g.: $ umount /media/cdrom $ sudo mount /dev/cdrom /media/cdrom -o norock OK, on to the problem. Like Studio MX (see bug 9035), Studio 8's top level installer runs the installers of six or so apps. And like the earlier version, it hangs. But this hang is bad; it's on the end of the first app, and it it can't be solved by clicking "OK". The hang occurs at the end of the Dreamweaver installation, right after it says "Publishing product information". The installer still responds to the mouse, but if you ask it to cancel, it keeps going, no matter how many times you say you want to cancel. +process revealed the commandline used to invoke the problematic subinstaller. To reproduce with just the subinstaller, do wine msiexec.exe /i 'D:\fscommand\Macromedia_Dreamweaver_8.msi' MM_STUDIO=1 CREATEQUICKLAUNCHSHORTCUT=0 CREATEDESKTOPSHORTCUT=0 MACROMEDIA='c:\Program Files\Macromedia\' -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9467 --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2007-08-26 10:40:21 --- Here's a +msi,+text log of that commandline: http://kegel.com/wine/dw8-hang.log.rz (Too big to attach.) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9467 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9467 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2008-01-12 21:29:29 --- Still an issue today. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9467 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Macromedia Studio 8 |Adobe/Macromedia Studio 8 |installer hangs |installer hangs -- 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=9467 --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2008-07-27 03:31:47 --- Still present. Bug seems unchanged. -- 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=9467 --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-07-28 22:18:57 --- Created an attachment (id=15152) --> (http://bugs.winehq.org/attachment.cgi?id=15152) +typelib,+ole,+rpc,+olerelay,+seh,+tid log After trying to investigate this bug from different angles I think that it's an OLE related problem. I'm attaching a +typelib,+ole,+rpc,+olerelay,+seh,+tid log, and the backtrace of the hang. -- 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=9467 --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-07-28 22:19:47 --- Created an attachment (id=15153) --> (http://bugs.winehq.org/attachment.cgi?id=15153) backtrace Backtrace of the hang -- 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=9467 --- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-07-28 22:21:02 --- Before the hang there are the following messages on the console: err:msi:ITERATE_Actions Execution halted, action L"ISStartup" returned 1603 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603 -- 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=9467 --- Comment #7 from Ole Rasmussen <olerass(a)gmail.com> 2010-06-11 09:12:14 --- Created an attachment (id=28732) --> (http://bugs.winehq.org/attachment.cgi?id=28732) Output from Wine1.2-rc2 Still present in 1.2-rc2. I reproduced the bug with the Macromedia Studio 8 cd mounted by cdemu on Arch Linux x86_64 (wine32). Attached output from run up until hang at "Publishing product information" on Dreamweaver installation. -- 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=9467 Ole Rasmussen <olerass(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olerass(a)gmail.com -- 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=9467 Richard Burden <rwburden(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rwburden(a)yahoo.com --- Comment #8 from Richard Burden <rwburden(a)yahoo.com> 2011-12-18 16:36:28 CST --- Still present in Wine 1.3.35 and in the standard trial demo version of CrossOver. I attempted to install it from the upgrade CD. My OS is Ubuntu 11.10. Hangs at "Publishing product information" on Dreamweaver installation. After ending the installation processes with System Monitor, Dreamweaver is installed and seems to work, but I was unable to install the very important downloadable upgrade to version 8.0.2. Fireworks is installed and starts to run but crashes after the splash screen. -- 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=9467 --- Comment #9 from Richard Burden <rwburden(a)yahoo.com> 2011-12-24 17:49:35 CST --- (In reply to comment #8)
Still present in Wine 1.3.35 and in the standard trial demo version of CrossOver. I attempted to install it from the upgrade CD. My OS is Ubuntu 11.10. Hangs at "Publishing product information" on Dreamweaver installation. After ending the installation processes with System Monitor, Dreamweaver is installed and seems to work, but I was unable to install the very important downloadable upgrade to version 8.0.2. Fireworks is installed and starts to run but crashes after the splash screen.
After uninstalling the Crossover standard demo, then following the instructions to uninstall windows applications installed under both crossover and wine, I re-installed Dreamweaver Studio 8 from the CD using wine ONE APPLICATION AT A TIME, that is, in a terminal, I executed 'wine autorun.exe', then in the installer window, clicked the Dreamweaver button to install Dreamweaver, and followed instructions until that was complete, then clicked the Firefox button to install Firefox. Next, I tried to install Flash Professional, and that failed. I seem to have successfully installed Dreamweaver and Fireworks, however, I am still unable to install the Dreamweaver 8.0.2 patch. -- 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=9467 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|Other |x86 OS|other |Linux --- Comment #10 from Austin English <austinenglish(a)gmail.com> --- Is this still an issue in current (1.7.36 or newer wine)? -- 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=9467 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #11 from super_man(a)post.com --- Not much interest to test. Why wont we close this so other bugs with more activity gain more focus. Doesn't make much sense to upkeep huge amount of bugs if there is not enough people to test them. -- 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=9467 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com -- 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=9467 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED --- Comment #12 from Bruno Jesus <00cpxxx(a)gmail.com> --- Over 1 year since last call for retest, over 4 years since last post, no download available. Resolving 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=9467 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- Closing ABANDONED bugs. -- 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