http://bugs.winehq.org/show_bug.cgi?id=2498
gus(a)inodes.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gus(a)inodes.org
--
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=2498
------- Additional Comments From gus(a)inodes.org 2005-15-01 18:05 -------
I get this too with Dungeon Keeper II. Works fine with 20040813 (and earlier),
problem occurs with 20040914 and 20041201.
--
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
pviegas(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From pviegas(a)gmail.com 2005-15-01 16:10 -------
I've been a little busy bee in the meanwhile! :-D
I've tried all I could put my hands on in the net and no success!
Finnally I came acros a page:
"http://www.tux.org/~tbr/lotusnotes/notes6underwine.html" and tried it out.
Still no result.
After a few good pointer from it's author I finnaly got it working!
For the record theses were the steps I took, although I'm sure a few of them
were allready paranoia style and could be simplified (copy as root?!?!? :-D).
But still, following exactlly these it works!
1. Removed all wine software from the sytem
apt-get remove wine
rm -rf .wine
2. Install the last wine package from
"deb http://wine.sourceforge.net/apt/ binary/"
apt-get install wine
3. Run wine to set it up
wine
4. Copy the lotus install dir from windows XP mounted drive.
Here my recent traumas caused me to do this as root...
cp -rv /mnt/windows/Program\ Files/lotus
/home/pviegas/.wine/drive_c/Program\ Files/
chown -R pviegas:pviegas /home/pviegas/.wine/drive_c/Program\ Files/lotus
5. First test on running notes
wine nlnotes.exe
Result:
It ran, but got the following error message:
"You cannot use the Administration program while the Domino Server is
running. Either shut down the Domino Server (but keep the file server
running) or choose the icon labeled 'Lotus Notes' instead."
6. I read in some pages that this might be caused from the lack of
privileges over the program files, so...
chmod -R +rwx *
7. Second execution test
wine nlnotes.exe
Result:
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:ole:StdMarshalImpl_MarshalInterface table marshalling unimplemented
err:module:import_dll Library MFC42.DLL (which is needed by
L"C:\\Program Files\\lotus\\notes\\nimui.dll") not found
err:module:import_dll Library MSVCP60.dll (which is needed by
L"C:\\Program Files\\lotus\\notes\\nimui.dll") not found
err:module:import_dll Library nimui.dll (which is needed by
L"C:\\Program Files\\lotus\\notes\\nstclient.dll") not found
err:module:import_dll Library MFC42.DLL (which is needed by
L"C:\\Program Files\\lotus\\notes\\nstclient.dll") not found
err:module:import_dll Library MSVCP60.dll (which is needed by
L"C:\\Program Files\\lotus\\notes\\nstclient.dll") not found
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:COM_ApartmentRelease Destroy outstanding stubs
err:ole:StdMarshalImpl_ReleaseMarshalData could not map MID to stub
manager, oxid=a0000000b, oid=1
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with
error 0x8001011d
8. Copyed the missing dlls from windows mounted drive
cp /mnt/windows/WINDOWS/system32/mfc42.dll ~/.wine/drive_c/windows/system
cp /mnt/windows/WINDOWS/system32/msvcp60.dll ~/.wine/drive_c/windows/system
9. SUCCESS!
wine nlnotes.exe runs successfully!
Thank you all for your help!
Hope this info helps someone in the future! ;-)
--
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=2661
Summary: Warning: the specified Windows directory L"c:\\windows"
is not accessible.
Warning: the specified System directory
L"c:\\windows\\system" is not .....
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Enggsaeed(a)yahoo.com
during # make install error like this
d `dirname winebrowser/__install__` && make install
make[2]: Entering directory
`/home/saeed/wineinstall/wine-20041201/programs/winebrowser'
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c winebrowser.exe.so /usr/local/lib/wine/winebrowser.exe.so
make[2]: Leaving directory
`/home/saeed/wineinstall/wine-20041201/programs/winebrowser'
cd `dirname winecfg/__install__` &&
leaving directory error
and after completing when i run it shows like this
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system" is not accessible.
Warning: could not find DOS drive for current working directory
--
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-14-01 19:45 -------
btw: changed the subject since I had by mistake typed lotus 6.5.2.
the release I'm trying is 6.5.2
--
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
pviegas(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Can't get Lotus Notes 6.5.3 |Can't get Lotus Notes 6.5.2
|running |running
------- Additional Comments From pviegas(a)gmail.com 2005-14-01 19:45 -------
I removed wine:
apt-get remove wine
I deleted wine's instalation:
rm -rf ~/.wine
I updated wine from "deb http://wine.sourceforge.net/apt/ binary/" witch is release:
wine --version
Wine 20050111
Copied the lotus notes to the Program Files dir.
Copied the dlls as the in the original description since out-of-the-box I get a
whole bunch of dll errors
And tried the nlnotes.exe again.
Know I can't even get the same error.
I'm stuck with the...
"wine "c:\program files\lotus/notes/nlnotes.exe"
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set
the screen resolution and remove the "Resolution" entry in the config file
err:module:LdrInitializeThunk "MSVCRT.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\program
files\\lotus\\notes\\nlnotes.exe" failed, status c0000142"
...error message!
--
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=2660
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
--
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=2660
Summary: regression with notes 6.5
Product: Wine
Version: 20050111
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan.zechmeister(a)gmx.at
> Patch 14725, applied 2004/12/07 11:31:53, breaks lotus notes. The symptom
> is a hang with the CPU at 100%, and it happens immediately if you try to
> click on a notes 'bookmark', or shortly after you try to do much of
> anything else if you try to avoid the 'bookmarks'.
This is the following patch:
Log message:
Moved update region handling to the server.
Patch: http://cvs.winehq.org/patch.py?id=14725
ie, it's a WM rewrite regression. I will investigate when I get a chance.
this happens with notes 6.5.1 and 6.5.3 - reproduceable!
--
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=2657
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-directx
--
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.