On Mon, Jul 18, 2011 at 8:43 AM, Eegabooga <wineforum-user@xxxxxxxxxx> wrote: > $ which wine returns > > Code: > > /opt/local/bin/wine > > > [/code] > Then you should do the following to launch the program to preclude any internal dlls from being dropped or ignored: [code] cd $HOME/wine/drive_c/Program\ Files/Photoscape/ wine photoscape.exe [/code] See if this helps. James