[Bug 22679] New: Photoshop CS5 installer fails
http://bugs.winehq.org/show_bug.cgi?id=22679 Summary: Photoshop CS5 installer fails Product: Wine Version: 1.1.42 Platform: x86 URL: http://www.adobe.com/products/photoshop/main.html OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: kennybobs(a)o2.co.uk Created an attachment (id=27934) --> (http://bugs.winehq.org/attachment.cgi?id=27934) wine-1.1.44-19-gd2a0188 +msi +msidb +msiexec The installer for Photoshop CS5 (32-bit) exits without error. Console simply states "Exiting Installer with Code: 0" This will probably affect all CS5 products. Tried the workaround for Bug 18070 but that did not help so this is a separate issue. -- 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=22679 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msxml3 Severity|normal |minor --- Comment #1 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-05-13 13:57:29 --- Workaround is native msxml3. -- 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=22679 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27934|0 |1 is obsolete| | --- Comment #2 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-05-13 13:58:29 --- Created an attachment (id=27935) --> (http://bugs.winehq.org/attachment.cgi?id=27935) wine-1.1.44-19-gd2a0188 +msxml (1.4 MB) -- 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=22679 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|msxml3 |-unknown Summary|Photoshop CS5 installer |Photoshop CS5 installer |fails |requires native msxml3 Severity|minor |normal -- 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=22679 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.42 |1.1.44 -- 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=22679 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msxml3 -- 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=22679 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor -- 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=22679 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(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=22679 Janek Bevendorff <janek.bevendorff(a)openwebboard.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janek.bevendorff(a)openwebboa | |rd.org -- 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=22679 --- Comment #3 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-06-08 19:12:18 --- Created an attachment (id=28685) --> (http://bugs.winehq.org/attachment.cgi?id=28685) msxml3: Force libxml2 to ignore the encoding attribute when loading an XML string in IXMLDOMDocument The first thing that the installer runs into is that, due to an embedded UTF-16 encoding attribute in one of the XML string the installer tries to load, libxml2 is misled into interpreting a UTF-8 string as UTF-16. The attached patch should take care of that, although it needs testing. The second issue I notice is: fixme:msxml:xmlnode_put_nodeTypedValue 0x12e798 fixme:msxml:domelem_QueryInterface interface {df0b3d60-548f-101b-8e65-08002b2bd119} not implemented msxml3 probably needs more implemented functionality. -- 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=22679 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-06-14 16:24:07 --- Created an attachment (id=28838) --> (http://bugs.winehq.org/attachment.cgi?id=28838) patch Attach new +msxml log running wine-1.2-rc3-43-gba9ec15 + this patch. Let's see what node type used, maybe it's easy to add support for it. -- 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=22679 Andras Kovacs <andras(a)csevego.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andras(a)csevego.net --- Comment #5 from Andras Kovacs <andras(a)csevego.net> 2010-06-14 18:18:12 --- fixme:msxml:xmlnode_put_nodeTypedValue 0x13b948, type 1 (all of them) (In reply to comment #4)
Created an attachment (id=28838) --> (http://bugs.winehq.org/attachment.cgi?id=28838) [details] patch
Attach new +msxml log running wine-1.2-rc3-43-gba9ec15 + this patch. Let's see what node type used, maybe it's easy to add support for it.
-- 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=22679 --- Comment #6 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-06-14 23:52:02 --- Created an attachment (id=28843) --> (http://bugs.winehq.org/attachment.cgi?id=28843) +msxml with 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.
http://bugs.winehq.org/show_bug.cgi?id=22679 --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-10-16 10:58:34 CDT --- Created an attachment (id=31303) --> (http://bugs.winehq.org/attachment.cgi?id=31303) patches Try with this patch set please, on top of 1.3.5 and attach +msxml 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.
http://bugs.winehq.org/show_bug.cgi?id=22679 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31303|text/plain |application/octet-stream mime type| | Attachment #31303|1 |0 is 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.
http://bugs.winehq.org/show_bug.cgi?id=22679 mail(a)thirtytwobit.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mail(a)thirtytwobit.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=22679 --- Comment #8 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-10-25 21:38:03 CDT --- Created an attachment (id=31530) --> (http://bugs.winehq.org/attachment.cgi?id=31530) +msxml trace with patchset applied With the patches applied on top of 1.3.5, the Photoshop CS5 installer spawns a "Adobe Application Manager" missing/damaged dialog during installer initialization and then terminates. -- 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=22679 Adam Martinson <amartinson(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amartinson(a)codeweavers.com --- Comment #9 from Adam Martinson <amartinson(a)codeweavers.com> 2010-10-26 10:36:03 CDT --- (In reply to comment #8)
Created an attachment (id=31530) --> (http://bugs.winehq.org/attachment.cgi?id=31530) [details] +msxml trace with patchset applied
With the patches applied on top of 1.3.5, the Photoshop CS5 installer spawns a "Adobe Application Manager" missing/damaged dialog during installer initialization and then terminates.
Is this with the latest git? There was a regression bug with domdoc_loadXML() and explicitly UTF-16 strings (my fault) that should be fixed now. If that patch was applied there should be another line after the domdoc_loadXML() trace that says whether it succeeded or failed. -- 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=22679 --- Comment #10 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-10-26 10:42:59 CDT --- (In reply to comment #9)
(In reply to comment #8)
Created an attachment (id=31530) --> (http://bugs.winehq.org/attachment.cgi?id=31530) [details] [details] +msxml trace with patchset applied
With the patches applied on top of 1.3.5, the Photoshop CS5 installer spawns a "Adobe Application Manager" missing/damaged dialog during installer initialization and then terminates.
Is this with the latest git? There was a regression bug with domdoc_loadXML() and explicitly UTF-16 strings (my fault) that should be fixed now. If that patch was applied there should be another line after the domdoc_loadXML() trace that says whether it succeeded or failed.
It's not, because I had trouble rebasing the patchset against the latest origin/master. -- 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=22679 --- Comment #11 from Adam Martinson <amartinson(a)codeweavers.com> 2010-10-26 13:37:08 CDT --- (In reply to comment #10)
It's not, because I had trouble rebasing the patchset against the latest origin/master.
How about just clean git, no patches? -- 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=22679 --- Comment #12 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-10-26 13:39:32 CDT --- Patch for put_nodeTypedValue() is not in git. I'll try to find time for it. -- 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=22679 Victor Stefoglo <stef_victor(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stef_victor(a)yahoo.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=22679 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31303|0 |1 is obsolete| | -- 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=22679 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28838|0 |1 is obsolete| | --- Comment #13 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-10-30 10:43:57 CDT --- Created an attachment (id=31596) --> (http://bugs.winehq.org/attachment.cgi?id=31596) patch Try with this one over 1.3.6. And attach new +tid,+msxml in any case. -- 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=22679 --- Comment #14 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-10-30 14:40:05 CDT --- Created an attachment (id=31606) --> (http://bugs.winehq.org/attachment.cgi?id=31606) +msxml,+tid trace with patch applied (lzma compressed) With the patch applied, Photoshop CS5 exits silently after initialization. -- 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=22679 --- Comment #15 from Adam Martinson <amartinson(a)codeweavers.com> 2010-11-03 13:31:31 CDT --- (In reply to comment #14)
Created an attachment (id=31606) --> (http://bugs.winehq.org/attachment.cgi?id=31606) [details] +msxml,+tid trace with patch applied (lzma compressed)
With the patch applied, Photoshop CS5 exits silently after initialization.
Please attach <Adobe CS5/Photoshop/Adobe CS5/resources/setup.xml>. -- 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=22679 --- Comment #16 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-11-03 13:44:54 CDT --- Created an attachment (id=31710) --> (http://bugs.winehq.org/attachment.cgi?id=31710) Photoshop CS5 installer setup.xml file -- 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=22679 --- Comment #17 from Adam Martinson <amartinson(a)codeweavers.com> 2010-11-03 14:17:52 CDT --- This will probably be enourmous... but can I get a +msxml,+tid,+relay 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.
http://bugs.winehq.org/show_bug.cgi?id=22679 --- Comment #18 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-11-03 17:29:50 CDT --- (In reply to comment #17)
This will probably be enourmous... but can I get a +msxml,+tid,+relay log?
Despite lzma compression, I was unable to meet the 1 MB bugzilla attachment size limit. I've placed the compressed log on a personal shell account: http://scguy318.freeshell.org/cs5_relay.txt.lzma -- 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=22679 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs(a)winehq.org |bunglehead(a)gmail.com --- Comment #19 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-11-05 18:32:49 CDT --- It's about duplicated xml declaration PI returned from get_xml() I guess. I'll look into it. -- 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=22679 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31596|0 |1 is obsolete| | --- Comment #20 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-11-06 14:11:51 CDT --- Created an attachment (id=31758) --> (http://bugs.winehq.org/attachment.cgi?id=31758) patch Try this patch over current Wine, and attach new logs. -- 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=22679 --- Comment #21 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-11-07 01:39:42 CST --- Created an attachment (id=31771) --> (http://bugs.winehq.org/attachment.cgi?id=31771) Latest +msxml trace for Photoshop CS5 installer (lzma compressed) The silent termination issue still persists even with the patch applied. -- 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=22679 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22680 -- 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=22679 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|22680 | -- 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=22679 Jonas Heinrich <onny(a)project-insanity.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |onny(a)project-insanity.org --- Comment #22 from Jonas Heinrich <onny(a)project-insanity.org> 2011-06-24 20:11:23 CDT --- this bug seems to be fixed in 1.3.23 (i use wine multilib-ver on 3.6.39 arch x64) because i'm able to run every cs5.5 installer without any usage of winetricks (only gecko needed) :D confirmation needed -- 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=22679 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #23 from Austin English <austinenglish(a)gmail.com> 2011-06-27 16:03:46 CDT --- Reported 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=22679 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #24 from Alexandre Julliard <julliard(a)winehq.org> 2011-07-08 13:48:03 CDT --- Closing bugs fixed in 1.3.24. -- 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=22679 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead(a)gmail.com |wine-bugs(a)winehq.org -- 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