https://bugs.winehq.org/show_bug.cgi?id=46112
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Keywords| |download URL| |ftp://ftp.adobe.com/pub/ado | |be/photoshop/win/5.x/
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
I can't reproduce the crash with Photoshop 5.5 commercial and trial version on old Wine 3.0 with Winver 'Windows XP' setting (mimicking the environment from your backtrace). Starts fine here.
I even went that far to use Wine 1.6.2 to install it (based on your upgrade logs)
--- snip --- 2018-09-15 17:18:57 status installed wine:i386 1:1.6.2-0ubuntu14.2 2018-09-15 17:18:57 remove wine:i386 1:1.6.2-0ubuntu14.2 <none> ... 2018-09-15 18:51:47 status installed wine-stable:all 3.0-1ubuntu1 --- snip ---
and use Wine 3.0 to run it (with prefix update).
--- snip --- =>0 0x0086e140 in photoshp (+0x46e140) (0x01c9ec40) --- snip ---
I placed a breakpoint at this instruction but couldn't trigger any code path to it, trying out various things (loading example pictures, modify ...). The function scope is entered but not that code path.
My guess would be you have some "customizations" in that WINEPREFIX (recycled prefix, multiple software installations, additional plugins, additional colour profiles) which just results in a broken WINEPREFIX after the upgrade to a more recent Wine version.
If the version jump from the Wine upgrade is very large, Wine sometimes can't seamlessly update the WINEPREFIX on every aspect (folder structures, files, registry).
Reinstall the app in a clean (new) WINEPREFIX using the new Wine version.
$ sha1sum Adobe\ Photoshop\ 5.5.7z c3edc9730834f32dc614cd646c1316993a4d89fd Adobe Photoshop 5.5.7z
$ du -sh Adobe\ Photoshop\ 5.5.7z 100M Adobe Photoshop 5.5.7z
$ sha1sum ps55try.exe b46616b781e4a04cc540c4acfc03ae3883d372d7 ps55try.exe
$ du -sh ps55try.exe 73M ps55try.exe n550[~/Downloads] wine --version wine-3.0
Regards