High dears,
I just do my first step on wine on SuSE8.2 and Wine 20030508, installed 
from new rpm for SuSE.
First I have installed the Office2000 with that command:
    Office2000 Prem> wine --dll cabinet=n  --debugmsg +loaddll setup.exe
hat it seems to be work: I have got the messages "restart your
Computer".
After that I start
    wine notepad
only to see if wine is still working -> OK
Than I do:
    cd
    ~/.wine/fake_windows/Program Files/Microsoft Office/Office>
    wine  winword
or in the next try
    wine --dll cabinet=n  --debugmsg +loaddll winword
Winword start up and I can type few characters or try to save.
But then I've that message in the console (line breaks from email client):
fixme:ole:CoRegisterMessageFilter stub
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub -   harmless
   fixme:ole:_StubMgrThread pipe creation failed for 
\\.\pipe\WINE_OLE_StubMgr_00000012, le is b7
trace:loaddll:load_dll Loaded module 'C:\Windows\Msagent\AGENTMPX.DLL' :
native
And winwords freeze. One time, I 've got the messages, no space left on 
device or not allowed to write. Which looks like a broken pipe, too.
I tried to copy an native ole32.dll into Systems-dir, but it didn't help.
Thank for helps and advices
Harald
>First I have installed the Office2000 with that command: > Office2000 Prem> wine --dll cabinet=n --debugmsg +loaddll setup.exe >hat it seems to be work: I have got the messages "restart your Computer".Don't know if that is now done automatically but you could try to run wineboot which will do the stuff that's done at restart (copying files, renaming files...) I guess it doesn't hurt to do it as it won't do anything if there's nothing to do. bye Fabi
Harald Wallus wrote:> High dears,Heh, you don't see that often here :-)> > I just do my first step on wine on SuSE8.2 and Wine 20030508, installed > from new rpm for SuSE. > > First I have installed the Office2000 with that command: > Office2000 Prem> wine --dll cabinet=n --debugmsg +loaddll setup.exe > hat it seems to be work: I have got the messages "restart your Computer".Execute "wineboot".> Than I do: > cd > ~/.wine/fake_windows/Program Files/Microsoft Office/Office> > wine winword > ... > I tried to copy an native ole32.dll into Systems-dir, but it didn't help.I run it (very occasionally) with this in my ~/.wine/config. Seems to work. [AppDefaults\\winword.exe\\DllOverrides] "oleaut32" = "native, builtin" "ole32" = "native, builtin" "comctl32" = "native" "rpcrt4" = "native" And of course that requires that the corresponding native Windows DLLs be installed.