http://bugs.winehq.org/show_bug.cgi?id=57980 Leonardo (MrPowerGamerBR) <winehq@mrpowergamerbr.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq@mrpowergamerbr.com --- Comment #6 from Leonardo (MrPowerGamerBR) <winehq@mrpowergamerbr.com> --- I've decided to document my findings here, some of the findings are based on Qwerty Chouskie's findings Some of the findings are unrelated to Creative Cloud itself and related to Photoshop and should be moved to other bug reports later. 1. Build Wine with this patch. Keep in mind that the patch SHOULD NOT be used in production because it was generated by an LLM, so avoid it at all costs and it should only be used as an experiment: https://gist.github.com/MrPowerGamerBR/0df28e30b21477363764f8fb84ec489c 2. Enable Wine Virtual Desktop, this is useful because the cursor (at least on KDE Plasma) does not render on top of WebView2 surfaces. Keep in mind that your cursor seems to be offset in the Y axis downwards when interacting with WebView2 surfaces. 3. Install the WebView2 Evergreen Installer from https://developer.microsoft.com/pt-br/microsoft-edge/webview2/?form=MA13LH 4. Create an application override for "msedgewebview2.exe", set it to Windows 7 5. Run "Creative_Cloud_Set-Up.exe", login into your Adobe account and install it 6. During the middle of the installation, the Virtual Desktop for some reason will close, at this point just wait a bit until you feel like the Wine logs have calmed down and restart Explorer 7. Open "Creative Cloud.exe", it will close by itself after a while, then open "Creative Cloud.exe" again and now it will work If your objective was to only get Creative Cloud working, then you are done! But chances are you want to use Photoshop in Wine... 8. Install Photoshop 22.2 (CC 2021) via Creative Cloud, which is the earliest version that you can install via Creative Cloud. Newer Photoshop versions (like CC 2026) crash when starting (I haven't checked which error Wine reports when starting newer CC 2026 versions) 9. After finishing the installation, start Photoshop Photoshop CC 2021 will start, but it "freezes" and displays a off-white popup with nothing in it (the color is the same color as the one used on Adobe's website). While I haven't activated Photoshop on Windows in quite some time, I'm pretty sure that this is the activation popup, where it asks you to login into your Adobe account and activate it/deactivate another machine. The only relevant error logs that I have are 01a8:fixme:mshtml:DocObjOleInPlaceActiveObject_TranslateAccelerator Unsupported message 000f (I'm using this Wine Staging patch, when not using it, it just logs the fixme message: https://gitlab.winehq.org/wine/wine-staging/-/blob/master/patches/mshtml-Tra...) While Photoshop logs messages related to this bug https://bugs.winehq.org/show_bug.cgi?id=37906 when starting up, I think the issue is actually this one, where the page expects newer mshtml features that are not provided in Wine https://bugs.winehq.org/show_bug.cgi?id=50457 Installing "winetricks ie8" causes Photoshop CC 2021 to crash when starting. Newer Internet Explorer (10+) aren't able to be installed in Wine. The reason why there are people that were able to get Photoshop CC 2021 running on Wine is because they are using pirated copies which skip the activation screen. There's also this fork going around claiming that it fixes the Photoshop installer. I did try it to see if it would fix the activation screen, but it didn't fix anything. It may be that the patches need to be updated to Wine 11.0 though (the fork is based on Valve's Wine 10.0 fork), I did try the pre-compiled build that the creator shared on the GitHub page, but I couldn't get Photoshop to start due to it complaining about missing graphic-related DLLs, which I guess is because you are supposed to run it via Proton itself instead of running it via Wine. Someone that may be more knowledgeable about Proton may be able to get it running however. https://github.com/PhialsBasement/wine-photoshop-installers/commits/bleeding... -- 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.