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@winehq.org ReportedBy: kennybobs@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msxml3 Severity|normal |minor
--- Comment #1 from Ken Sharp kennybobs@o2.co.uk 2010-05-13 13:57:29 --- Workaround is native msxml3.
http://bugs.winehq.org/show_bug.cgi?id=22679
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #27934|0 |1 is obsolete| |
--- Comment #2 from Ken Sharp kennybobs@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)
http://bugs.winehq.org/show_bug.cgi?id=22679
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msxml3 |-unknown Summary|Photoshop CS5 installer |Photoshop CS5 installer |fails |requires native msxml3 Severity|minor |normal
http://bugs.winehq.org/show_bug.cgi?id=22679
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.42 |1.1.44
http://bugs.winehq.org/show_bug.cgi?id=22679
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msxml3
http://bugs.winehq.org/show_bug.cgi?id=22679
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=22679
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=22679
Janek Bevendorff janek.bevendorff@openwebboard.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |janek.bevendorff@openwebboa | |rd.org
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #3 from Andrew Nguyen arethusa26@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #4 from Nikolay Sivov bunglehead@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
Andras Kovacs andras@csevego.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andras@csevego.net
--- Comment #5 from Andras Kovacs andras@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #6 from Ken Sharp kennybobs@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
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #7 from Nikolay Sivov bunglehead@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #31303|text/plain |application/octet-stream mime type| | Attachment #31303|1 |0 is patch| |
http://bugs.winehq.org/show_bug.cgi?id=22679
mail@thirtytwobit.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mail@thirtytwobit.com
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #8 from Andrew Nguyen arethusa26@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
Adam Martinson amartinson@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |amartinson@codeweavers.com
--- Comment #9 from Adam Martinson amartinson@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #10 from Andrew Nguyen arethusa26@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #11 from Adam Martinson amartinson@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?
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #12 from Nikolay Sivov bunglehead@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
Victor Stefoglo stef_victor@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stef_victor@yahoo.com
http://bugs.winehq.org/show_bug.cgi?id=22679
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #31303|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=22679
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #28838|0 |1 is obsolete| |
--- Comment #13 from Nikolay Sivov bunglehead@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #14 from Andrew Nguyen arethusa26@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #15 from Adam Martinson amartinson@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>.
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #16 from Andrew Nguyen arethusa26@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
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #17 from Adam Martinson amartinson@codeweavers.com 2010-11-03 14:17:52 CDT --- This will probably be enourmous... but can I get a +msxml,+tid,+relay log?
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #18 from Andrew Nguyen arethusa26@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
http://bugs.winehq.org/show_bug.cgi?id=22679
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #19 from Nikolay Sivov bunglehead@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #31596|0 |1 is obsolete| |
--- Comment #20 from Nikolay Sivov bunglehead@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
--- Comment #21 from Andrew Nguyen arethusa26@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.
http://bugs.winehq.org/show_bug.cgi?id=22679
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22680
http://bugs.winehq.org/show_bug.cgi?id=22679
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks|22680 |
http://bugs.winehq.org/show_bug.cgi?id=22679
Jonas Heinrich onny@project-insanity.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |onny@project-insanity.org
--- Comment #22 from Jonas Heinrich onny@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
http://bugs.winehq.org/show_bug.cgi?id=22679
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #23 from Austin English austinenglish@gmail.com 2011-06-27 16:03:46 CDT --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=22679
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #24 from Alexandre Julliard julliard@winehq.org 2011-07-08 13:48:03 CDT --- Closing bugs fixed in 1.3.24.
https://bugs.winehq.org/show_bug.cgi?id=22679
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead@gmail.com |wine-bugs@winehq.org