http://bugs.winehq.org/show_bug.cgi?id=9859
Mikolaj Zalewski mikolaj.zalewski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski@gmail.com
--- Comment #1 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2007-10-16 21:03:46 --- There is a definition of an invokeBridge method in Program Files\Common Files\Adobe\StartupScripts\photoshop-9.jsx. But there are two problems with this script. The first is that:
if (BridgeTalk.getTargets (9.0).join ().indexOf ('photoshop') == -1)
throw "Version of Photoshop matching this script not installed.";
throws an exception and that the object is named photoshop9 and not photoshop. Is I comment out these two lines and rename the object then after choosing this menu option Photoshop tries to load Bridge.exe (from Program Files\Adobe\Bridge) but fails because it can't find two DLLs that are in Program Files\Common Data\Adobe\AGL. This might be also the reason of these two problems with photoshop-9.jsx.