[Bug 15652] New: Adobe Photoshoop CS4 installer fails
http://bugs.winehq.org/show_bug.cgi?id=15652 Summary: Adobe Photoshoop CS4 installer fails Product: Wine Version: 1.1.6 Platform: Other OS/Version: other Status: NEW Keywords: Installer Severity: normal Priority: P2 Component: shdocvw AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com With today's wine from git, three problems keep photoshop cs4 from installing. First, it downloads gecko, but hangs afterwards; you have to ^C and restart the installer. Second, dialogs are often painted with three-quarters of the content missing, and the remaining quarter misplaced. Moving the dialog offscreen and back on usually fixes this. So this is both a showtopper for the average user and a cosmetic problem. Third, the very first dialog that is shown is mostly blank. Jacek knows why: our gecko engine is out of date, and can't handle negative values on some css properties. He came up with a simple workaround: when this happens, kill the installer (with wineserver -k), then edit .wine/drive_c/Program Files/Common Files/Adobe/Installers/d6da2ba33e237f559e70b443726029b/resources/media/css/main.css and replace the line z-index:-10; with the line z-index:0; That's easy to do by cd'ing into .wine and applying the attached patch with "patch -p0". After that, the installer runs successfully to completion. (It uses 350MB of RSS; anyone know how much RAM it uses on Windows?) -- 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=15652 --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2008-10-17 11:57:02 --- Created an attachment (id=16710) --> (http://bugs.winehq.org/attachment.cgi?id=16710) Jacek's cs4 workaround for the problem in our gecko engine -- 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=15652 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |james2432(a)gmail.com --- Comment #2 from Jacek Caban <jacek(a)codeweavers.com> 2008-11-09 05:35:30 --- *** Bug 15910 has been marked as a duplicate of this bug. *** -- 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=15652 Julian W. <Speedator(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Speedator(a)gmx.de -- 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=15652 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16198 Summary|Adobe Photoshoop CS4 |Adobe Photoshop CS4 |installer fails |installer fails --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2008-11-27 11:33:03 --- Photoshoop? :-) -- 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=15652 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com --- Comment #4 from Jacek Caban <jacek(a)codeweavers.com> 2008-12-21 18:51:08 --- Bug 16198 contains a new Gecko that fixes the CSS problem. -- 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=15652 --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2008-12-30 00:17:53 --- Yup, the one you just posted to wine-patches looks great. Next problem: with the trial downloadable photoshop cs4, install works, but the app fails on startup, saying Unhandled exception: unimplemented function ntoskrnl.exe.ExInitializeResourceLite Applying http://www.winehq.org/pipermail/wine-patches/2008-December/066477.html got me further, but failed with Unhandled exception: unimplemented function ntoskrnl.exe.MmQuerySystemSize -- 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=15652 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Jacek Caban <jacek(a)codeweavers.com> 2008-12-30 09:57:20 --- It's a service failure. Photoshop may work without this service. It's possible to start Photoshop with native gdiplus. It's another bug, this bug is fixed now: The first problem is WONTFIX. People should use http://wiki.winehq.org/Gecko for installing Gecko (distros should provide packages). The second problem never happened to me since I test on the new Gecko, so it's probably fixed. The third problem is fixed by the new Gecko. -- 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=15652 --- Comment #7 from Dan Kegel <dank(a)kegel.com> 2008-12-30 10:03:38 --- OK. Can you update that wiki page to handle the new Gecko? -- 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=15652 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2009-01-02 10:34:08 --- Closing bugs fixed in 1.1.12. -- 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=15652 Bug 15652 depends on bug 16198, which changed state. Bug 16198 Summary: wine uses obsolete version of gecko. (Affects Google Sketchup, Picasa, and zillions of other apps.) http://bugs.winehq.org/show_bug.cgi?id=16198 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |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=15652 Nicklas Börjesson <nicklas(a)ws.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicklas(a)ws.se --- Comment #9 from Nicklas Börjesson <nicklas(a)ws.se> 2009-05-04 06:37:14 --- (In reply to comment #7)
OK. Can you update that wiki page to handle the new Gecko?
I have removed this issue there, and added a newer one. I also added a link to the installation guide in the appDB. -- 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.
participants (1)
-
wine-bugs@winehq.org