http://bugs.winehq.org/show_bug.cgi?id=2644
------- Additional Comments From m.green(a)computer.org 2005-08-01 17:12 -------
I have tried the simulator for Palm OS 5.2 and 6.1. Neither one really works. I got the 5.2 simulator to
finish its initialization and get to the screen where it begins to calibrate the screen digitizer. It wouldn't
respond to mouse clicks and got some kind of internal error (illegal pointer). On subsequent attempts
to run it, there's an X error before anything is displayed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2643
------- Additional Comments From pviegas(a)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! :-(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2643
------- Additional Comments From pviegas(a)gmail.com 2005-08-01 13:45 -------
I tried to link c: to the fake windows dir.
Now my dosdevices looks like this:
pviegas@viegas:~/.wine/fake_windows/Program Files/lotus/notes$ ll
~/.wine/dosdevices/
total 0
lrwxrwxrwx 1 pviegas pviegas 14 2005-01-07 23:32 a: -> /media/floppy0
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 a:: -> /dev/fd0
lrwxrwxrwx 1 pviegas pviegas 33 2005-01-08 19:43 c: ->
/home/pviegas/.wine/fake_windows/
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com1 -> /dev/ttyS0
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com2 -> /dev/ttyS1
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com3 -> /dev/ttyS2
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com4 -> /dev/modem
lrwxrwxrwx 1 pviegas pviegas 13 2005-01-07 23:32 d: -> /media/cdrom0
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 d:: -> /dev/hdc
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 lpt1 -> /dev/lp0
lrwxrwxrwx 1 pviegas pviegas 4 2005-01-07 23:32 x: -> /tmp
lrwxrwxrwx 1 pviegas pviegas 9 2005-01-07 23:32 y: -> ../%HOME%
lrwxrwxrwx 1 pviegas pviegas 1 2005-01-07 23:32 z: -> /
When I tried to run Notes again I received less errors, now I get this result...
viegas@viegas:~/.wine/fake_windows/Program Files/lotus/notes$ wine nlnotes.exe
err:module:import_dll Library nxmlcommon.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library nxmlpar.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library nnotes.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nplugins.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nxmlcommon.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library nxmlpar.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nnotesws.dll (which is needed by L"C:\\Program
Files\\lotus\\notes\\nlnotes.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\lotus\\notes\\nlnotes.exe" failed, status c0000135
Wine failed with return code 1
Guess we're on the right track... must need a few more lib paths, right?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2643
------- Additional Comments From pviegas(a)gmail.com 2005-08-01 13:25 -------
Must be really.
I have a Windows installation in another partition witch I mounted in /mnt/windows
Since I wasn't getting any results I switched to a fake windows folder
configuration with the winesetup utility.
My dosdevices look like this:
pviegas@viegas:~/.wine$ ll ~/.wine/dosdevices
total 0
lrwxrwxrwx 1 pviegas pviegas 14 2005-01-07 23:32 a: -> /media/floppy0
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 a:: -> /dev/fd0
lrwxrwxrwx 1 pviegas pviegas 12 2005-01-07 23:32 c: -> /mnt/windows
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com1 -> /dev/ttyS0
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com2 -> /dev/ttyS1
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com3 -> /dev/ttyS2
lrwxrwxrwx 1 pviegas pviegas 10 2005-01-07 23:32 com4 -> /dev/modem
lrwxrwxrwx 1 pviegas pviegas 13 2005-01-07 23:32 d: -> /media/cdrom0
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 d:: -> /dev/hdc
lrwxrwxrwx 1 pviegas pviegas 8 2005-01-07 23:32 lpt1 -> /dev/lp0
lrwxrwxrwx 1 pviegas pviegas 4 2005-01-07 23:32 x: -> /tmp
lrwxrwxrwx 1 pviegas pviegas 9 2005-01-07 23:32 y: -> ../%HOME%
lrwxrwxrwx 1 pviegas pviegas 1 2005-01-07 23:32 z: -> /
c: is still linking to /mnt/windows
Should I try to link it to the fake windows folder?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2644
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-08-01 13:22 -------
Have you tried the simulator insted?
http://appdb.winehq.org/appview.php?appId=1629
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2643
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-08-01 13:14 -------
It may be a problem with you drives set up.
what does your ~/.wine/dosdevices look like.
ls ~/.wine/dosdevices
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2644
Summary: Palm OS Emulator doesn't seem to accept keyboard input
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.green(a)computer.org
Running wine 20041201 under Fedora Core 2. Windows Palm OS Emulator 3.5 doesn't seem to accept
keyboard input into emulated Palm OS program. Wine started from GNOME Launcher. When started
from Terminal, keyboard input goes to Terminal. When running under Windows, emulator does pass
keyboard input to the emulated program. The source is available from PalmSource website, but I
haven't looked at it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2643
Summary: Can't get Lotus Notes 6.5.3 running
Product: Wine
Version: 20040914
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pviegas(a)gmail.com
Tried several how-tos people say work and can't get this running.
Must be making a mistake somewhere or my WINE version isn't compatible.
Box: Debian Linux
Kernel: 2.6.8-1
WINE: 20040914
I have succesfully ran notepad, so WINE is working.
I followed these instructions to "install" Notes:
(http://vowe.net/archives/004104.html)
1. Install the latest wine from www.winehq.com (or emerge wine, apt-get wine or
whatever).
2. Install Notes 6.51 under Windows.
3. Copy the Lotus/Notes directory to ~/.wine/fake_windows/program files/lotus/notes.
4. Copy mfc42.dll and msvcp60.dll from Windows to
~/.wine/fake_windows/windows/system
5. type
wine "c:\program files\lotus\notes\nlnotes.exe"
The only diference is that my Notes is 6.5.3 and not 6.5.1.
When I ran notes I get:
pviegas@viegas:~/.wine/fake_windows/Program Files/lotus/notes$ wine nlnotes.exe
When you are running with a native NT directory specify
'Profile=<profiledirectory>' or disable loading of Windows
registry (LoadWindowsRegistryFiles=N)
err:module:import_dll Library nxmlcommon.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library nxmlpar.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\js32.dll") not found
err:module:import_dll Library js32.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\NLSCCSTR.DLL") not found
err:module:import_dll Library NLSCCSTR.DLL (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library nnotes.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nxmlcommon.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library nxmlpar.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\js32.dll") not found
err:module:import_dll Library js32.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library nnotes.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\NLSCCSTR.DLL") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\NLSCCSTR.DLL") not found
err:module:import_dll Library NLSCCSTR.DLL (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\LTOUIN22.dll") not found
err:module:import_dll Library LTOUIN22.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nplugins.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nxmlcommon.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\js32.dll") not found
err:module:import_dll Library js32.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\NLSCCSTR.DLL") not found
err:module:import_dll Library NLSCCSTR.DLL (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotes.dll") not found
err:module:import_dll Library nnotes.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nxmlpar.dll") not found
err:module:import_dll Library nxmlpar.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nnotesws.dll") not found
err:module:import_dll Library nnotesws.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nlnotes.exe") not found
err:module:import_dll Library MSVCRT.dll (which is needed by
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nlnotes.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\pviegas\\.wine\\fake_windows\\Program
Files\\lotus\\notes\\nlnotes.exe" failed, status c0000135
Wine failed with return code 1
Notes is the only Windows application for know I need to run on Linux, so this
is really irritating! :-(
Thanks in advance for all your help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.