[Bug 38341] New: Photoshop CS6 crash at startup
https://bugs.winehq.org/show_bug.cgi?id=38341 Bug ID: 38341 Summary: Photoshop CS6 crash at startup Product: Wine Version: 1.7.39 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: jeff.artik(a)gmail.com Distribution: --- Created attachment 51185 --> https://bugs.winehq.org/attachment.cgi?id=51185 Terminal output With the lastest version of wine 1.7.39 and a bi-arch compilation + photoshop brush patch, Photoshop always crash on startup. Terminal output attached. -- 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=38341 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Bruno Jesus <00cpxxx(a)gmail.com> ---
From bug 35807 comment 2:
Use the following workaround: --- snip --- $ taskset -c 0 wine ./Photoshop.exe --- snip --- *** This bug has been marked as a duplicate of bug 35807 *** -- 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=38341 --- Comment #2 from artik <jeff.artik(a)gmail.com> --- Hi Bruno, I usually use taskset with older releases. Even with a taskset, Photoshop crash. -- 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=38341 artik <jeff.artik(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|DUPLICATE |--- --- Comment #3 from artik <jeff.artik(a)gmail.com> --- Terminal output with taskset -- 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=38341 --- Comment #4 from artik <jeff.artik(a)gmail.com> --- Created attachment 51186 --> https://bugs.winehq.org/attachment.cgi?id=51186 Terminal output taskset -- 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=38341 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51185|0 |1 is obsolete| | -- 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=38341 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr(a)codeweavers.com --- Comment #5 from Bruno Jesus <00cpxxx(a)gmail.com> --- This new log is completely unrelated to the old one, let's use it from now. The crash is more clear: =>0 0x7ea022d6 SetSecurityInfo+0x586(handle=<couldn't compute location>, ObjectType=<couldn't compute location>, SecurityInfo=<couldn't compute location>, psidOwner=<couldn't compute location>, psidGroup=<couldn't compute location>, pDacl=<couldn't compute location>, pSacl=<couldn't compute location>) [/home/artik/wine-git/dlls/advapi32/security.c:5827] in advapi32 (0x0032ecc8) ... 5827 dacl = heap_alloc_zero(pDacl->AclSize+parent_dacl->AclSize); Seems to be a regression caused by http://source.winehq.org/git/wine.git/commitdiff/f974d726720eff4fcd7371bca95... because that code was introduced in this commit. CC'ing Piotr. -- 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=38341 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |advapi32 --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> --- In a superficial search according to MSDN the pDacl parameter is optional, that could be the case here. -- 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=38341 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #7 from Piotr Caban <piotr.caban(a)gmail.com> --- I've sent a patch that fixes NULL DACL handling in SetSecurityInfo: http://source.winehq.org/patches/data/110535 -- 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=38341 artik <jeff.artik(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #8 from artik <jeff.artik(a)gmail.com> --- I just comiled Photoshop with the patch. It works again, thanks Piotr Caban -- 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=38341 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED |--- --- Comment #9 from Bruno Jesus <00cpxxx(a)gmail.com> --- (In reply to artik from comment #8)
I just comiled Photoshop with the patch. It works again, thanks Piotr Caban
The bug is only marked fixed whan the patch is commited in wine, which will be probably tomorrow. -- 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=38341 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Regression SHA1| |f974d726720eff4fcd7371bca95 | |e6cdcc4b4a848 -- 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=38341 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian(a)fds-team.de -- 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=38341 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover(a)wine-staging | |.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=38341 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |52df833a726f3a8132fbdaab00d | |82dc2b142f005 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #10 from Piotr Caban <piotr.caban(a)gmail.com> --- Marking as fixed. -- 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=38341 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.41. -- 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