On Mon, Sep 5, 2011 at 1:15 PM, mmh <wineforum-user@xxxxxxxxxx> wrote: > I installed wine 1.2.3 on Mac OS X 10.6.8 with the hopes of getting OpenBUGs running, but no success. It seems like OpenBUGs installs properly, but when I try to open it, I get the following: > wine: cannot find L"C:\\windows\\system32\\OpenBUGS.exe > > What does this mean/how can I fix it? > It means that OpenBUGS.exe cannot be found in the current directory/folder. You need to change directories FIRST before running the program and then use the wine command: wine OpenBUGS.exe to run it. Since you did not provide your folder structure, this is all I can provide. James