https://bugs.winehq.org/show_bug.cgi?id=29871
--- Comment #62 from Chituc Georgian dianaxxyyzz@gmail.com --- To make the photoshop cs6 not to crash on startup ( it may crash randomly) I modifid the cedega shortcut command :
"/home/v/.cxoffice/Adobe_Photoshop_CS2/desktopdata/cxmenu/StartMenu.C^5E3A_users_Public_Start^2BMenu/Programs/Adobe+Photoshop+CS6.lnk" %u
to looks liek this : ------------------------------------------------- #!/bin/sh exec "/usr/bin/taskset" -c 0 "/opt/cxoffice/bin/wine" --bottle "Adobe_Photoshop_CS2" --check --wait-children --start "C:/users/Public/Start Menu/Programs/Adobe Photoshop CS6.lnk" "$@" ---------------------------------------------------------------- You notice "/usr/bin/taskset" -c 0 , it make photoshop just to use one cpu core.
I found this on google , and I put in my cedega too.
Also I pached wine 1.8.4 so the tool tips to do not steal focus on some dialog windwos like in 'Save For Web'. I will put patch here too maybe some othrs need i t. I think wine developers do not have to much time to implement all patches submited from users on latest wine , but every user can patch his wine too.