https://bugs.winehq.org/show_bug.cgi?id=47967
Bug ID: 47967 Summary: Adobe Photoshop 7.0 cannot start Product: Wine Version: 4.18 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: aros@gmx.com Distribution: ---
There's a new regression in Wine. It fails to find DLLs in a program directory:
$ pwd /home/birdie
$ wine "C:\Program Files\Adobe\Photoshop 7.0\Photoshop.exe" 0009:err:module:import_dll Library ACE.dll (which is needed by L"C:\Program Files\Adobe\Photoshop 7.0\Photoshop.exe") not found 0009:err:module:import_dll Library AGM.dll (which is needed by L"C:\Program Files\Adobe\Photoshop 7.0\Photoshop.exe") not found 0009:err:module:import_dll Library BIB.dll (which is needed by L"C:\Program Files\Adobe\Photoshop 7.0\Photoshop.exe") not found 0009:err:module:import_dll Library CoolType.dll (which is needed by L"C:\Program Files\Adobe\Photoshop 7.0\Photoshop.exe") not found 0009:err:module:import_dll Library asn.er.dll (which is needed by L"C:\Program Files\Adobe\Photoshop 7.0\Photoshop.exe") not found 0009:err:module:LdrInitializeThunk Importing dlls for L"C:\Program Files\Adobe\Photoshop 7.0\Photoshop.exe" failed, status c0000135
However if I do:
$ cd "/home/birdie/.wine/drive_c/Program Files/Adobe/Photoshop 7.0" $ wine "C:\Program Files\Adobe\Photoshop 7.0\Photoshop.exe"
Everything works.