http://bugs.winehq.org/show_bug.cgi?id=2643
------- Additional Comments From pviegas@gmail.com 2005-08-01 14:15 ------- OK, got it nailed! I was calling the wrong nlnotes.exe! I don't understand the file structure Lotus installs but its something like...
lotus/ |-- lotus | `-- notes | |-- MUI | |-- data | | |-- Help | | |-- IBM_TECHNICAL_SUPPORT | | |-- Modems | | `-- W32 | |-- jvm | | |-- bin | | | `-- classic | | `-- lib | | |-- audio | | |-- cmm | | |-- ext | | |-- fonts | | |-- images | | | `-- cursors | | `-- security | |-- license | `-- xmlschemas `-- notes |-- MUI |-- jvm | |-- bin | | `-- classic | `-- lib | |-- audio | |-- cmm | |-- ext | `-- fonts |-- license `-- xmlschemas
And it tricked me to call:
pviegas@viegas:~/.wine/fake_windows/Program Files/lotus/notes$ wine nlnotes.exe
...instead of...
pviegas@viegas:~/.wine/fake_windows/Program Files/lotus/lotus/notes$ wine nlnotes.exe
The last command like works, but now I go into another problem. I get a screen with a single messageBox and an OK button wich takes me to end the programs execution.
The message is: "You cannot use the Administration program while the Domino Server is running. Either shut down the Domino Server (but keeps the file server running) or choose the icon labeled 'Lotus Notes' instead"
Administration program? Domino Server?
I don't understand, I'm calling the right exe file, right? Now I'm at a loss! :-(