http://bugs.winehq.org/show_bug.cgi?id=2643
------- Additional Comments From pviegas@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?