https://bugs.winehq.org/show_bug.cgi?id=53571
Bug ID: 53571 Summary: PhotoshopCS2 Installer custom action page fault Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: winebugs@copysoft.org Distribution: ---
While attempting to bisect something else on the Photoshop CS2 installer I've noticed that this recent commit:
commit 0d0f2067f89545539ab3ae0ccd802239a2dce98e Author: Jacek Caban jacek@codeweavers.com Date: Sun Aug 14 23:24:04 2022 +0200
user32: Pass window name as UNICODE_STRING to NtUserCreateWindowEx.
Breaks the installer and makes it crash when selecting the file types to be associated with Photoshop.
02dc:err:msi:__wine_msi_call_dll_function Custom action (L"C:\users\username\Temp\msic328.tmp":"SelectFileAssoc") caused a page fault: 0xc0000005
https://bugs.winehq.org/show_bug.cgi?id=53571
Christian Uceda winebugs@copysoft.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=53571
--- Comment #1 from Jactry Zeng jactry92@gmail.com --- Hi,
Could you try out the hack that Jacek had in bug 53566?
https://bugs.winehq.org/show_bug.cgi?id=53571
--- Comment #2 from Christian Uceda winebugs@copysoft.org --- (In reply to Jactry Zeng from comment #1)
Hi,
Could you try out the hack that Jacek had in bug 53566?
Hi Jactry
Yes, The patch fixes the crash I noticed on 0d0f2067f89545539ab3ae0ccd802239a2dce98e, also fixes the original issue I was trying to bisect and the installer completes the set-up rather than hang forever trying to install the help files.
Thank you very much.
https://bugs.winehq.org/show_bug.cgi?id=53571
Jactry Zeng jactry92@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |0d0f2067f89545539ab3ae0ccd8 | |02239a2dce98e
--- Comment #3 from Jactry Zeng jactry92@gmail.com --- (In reply to Christian Uceda from comment #2)
(In reply to Jactry Zeng from comment #1)
Hi,
Could you try out the hack that Jacek had in bug 53566?
Hi Jactry
Yes, The patch fixes the crash I noticed on 0d0f2067f89545539ab3ae0ccd802239a2dce98e, also fixes the original issue I was trying to bisect and the installer completes the set-up rather than hang forever trying to install the help files.
OK, thanks for testing. Then this may be another duplication of bug 53566. I think Jacek is working on a fix for bug 53566, let's see if that will also fix this bug when it is committed.
https://bugs.winehq.org/show_bug.cgi?id=53571
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=53566
https://bugs.winehq.org/show_bug.cgi?id=53571
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |-unknown