http://bugs.winehq.org/show_bug.cgi?id=11295
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Photoshop 7 crashes if you |Photoshop 6 and 7 crash if |activate it while there's an|you activate them while |image in the clipboard |there's an image in the | |clipboard
--- Comment #1 from Dan Kegel dank@kegel.com 2008-01-20 20:25:28 --- The crash in that log occurs here:
fixme:palette:GetICMProfileA (0x213c, 0x34dee0, 0x34dee4): partial stub trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7ee32180
Everything before the GetICMProfileA is before I activated the Photoshop window.
Same thing happens in Photoshop 6. Here's +relay around the crash:
002f:Call gdi32.GetICMProfileA(0000ccc4,0034e9dc,0034e9e0 "@\xe7\xff~") ret=003916b4 fixme:palette:GetICMProfileA (0xccc4, 0x34e9dc, 0x34e9e0): partial stub 002f:Ret gdi32.GetICMProfileA() retval=00000001 ret=003916b4 002f:Call gdi32.DeleteDC(0000ccc4) ret=003916c0 002f:Ret gdi32.DeleteDC() retval=00000001 ret=003916c0 002f:Call KERNEL32.CreateFileA(0034e9e0 "winefake.icm",80000000,00000003,0034e8ac,00000003,00000080,00000000) ret=003c8749 002f:Ret KERNEL32.CreateFileA() retval=ffffffff ret=003c8749 002f:Call KERNEL32.GetLastError() ret=003c8755 ... 002f:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0034e914) ret=003be706 trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7ee32180
Looks like the app is taking Wine at its word, and trying to open the fake color profile file itself, and barfing?