MS Office 2010, 32bit wine environment, Archlinux (64bit).

Questions about Wine on Linux
Locked
jeffl
Newbie
Newbie
Posts: 3
Joined: Sat Mar 15, 2014 6:17 pm

MS Office 2010, 32bit wine environment, Archlinux (64bit).

Post by jeffl »

Having trouble installing MS Office 2010. The installer I am using was downloaded from the Microsoft Website where it prompts you to enter your key to download. I imagine this is slightly different than the installer from the CD/DVD. I'm able to get through the product key and begin installation then it stops saying an error has occurred. I have followed the directions per the archlinux wiki for installing wine and office 2010. I have wine-1.7.14, wine-mono, gecko, winetricks and lib32-libxml2 which are arch packages. I've attempted to install this in both a 32bit and 64bit wine environment. Any help would be greatly appreciated. Thanks! I can attach a full version of the output if you require it but it's rather long. Here is the copy of the said error:

err:ntdll:RtlpWaitForCriticalSection section 0x1206b4 "?" wait timed out in thread 0097, blocked by 0075, retrying (60 sec)
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding
fixme:ole:NdrCorrelationInitialize (0xe8adef4, 0xe8adfd0, 1024, 0x0): stub
fixme:rpc:NdrStubCall2 new correlation description not implemented
fixme:ole:NdrCorrelationFree (0xe8adef4): stub
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding
fixme:ole:NdrCorrelationInitialize (0xdd0ce84, 0xdd0cf60, 1024, 0x0): stub
fixme:rpc:NdrStubCall2 new correlation description not implemented
fixme:ole:NdrCorrelationFree (0xdd0ce84): stub
fixme:ole:NdrCorrelationInitialize (0xdd0ceb4, 0xdd0cf90, 1024, 0x0): stub
fixme:rpc:NdrStubCall2 new correlation description not implemented
fixme:ntdll:NtFsControlFile FSCTL_PIPE_IMPERSONATE: impersonating self
fixme:ole:NdrCorrelationFree (0xdd0ceb4): stub
fixme:ole:NdrCorrelationInitialize (0xdd0ce74, 0xdd0cf50, 1024, 0x0): stub
fixme:ole:NdrCorrelationInitialize (0xdd0ce54, 0xdd0cf30, 1024, 0x0): stub
fixme:ole:NdrCorrelationInitialize (0xdd0ce34, 0xdd0cf10, 1024, 0x0): stub
fixme:rpc:handle_bind_error unexpected status value 1765
err:rpc:RpcAssoc_BindConnection rejected bind for reason 0
fixme:ole:NdrCorrelationInitialize (0x33cf04, 0x33cfe0, 1024, 0x0): stub
fixme:rpc:handle_bind_error unexpected status value 1765
err:rpc:RpcAssoc_BindConnection rejected bind for reason 0
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: MS Office 2010, 32bit wine environment, Archlinux (64bit

Post by dimesio »

I have followed the directions per the archlinux wiki for installing wine and office 2010.
I have no idea what the ArchLinux wiki instructions for installing Office 2010 say. The only howtos for installing apps that are supported here are the ones in the AppDB, so if the instructions you followed differ, reinstall to a clean 32 bit wineprefix following the instructions in the AppDB. http://appdb.winehq.org/objectManager.p ... &iId=17336
I have wine-1.7.14, wine-mono, gecko, winetricks and lib32-libxml2 which are arch packages.
What about winbind? You need it for Office 2010. You also need the 32 bit versions of all of Wine's dependencies, not just libxml2.
jeffl
Newbie
Newbie
Posts: 3
Joined: Sat Mar 15, 2014 6:17 pm

Re: MS Office 2010, 32bit wine environment, Archlinux (64bit

Post by jeffl »

I have no idea what the ArchLinux wiki instructions for installing Office 2010 say. The only howtos for installing apps that are supported here are the ones in the AppDB, so if the instructions you followed differ, reinstall to a clean 32 bit wineprefix following the instructions in the AppDB. http://appdb.winehq.org/objectManager.p ... &iId=17336
I have attempted to re-install as per the AppDB howto directions. They were identical to the Arch directions.
What about winbind? You need it for Office 2010. You also need the 32 bit versions of all of Wine's dependencies, not just libxml2.
WInbind appears to be installed I believe it comes with the latest version of Samba automatically. I'm able to run wbinfo and it shows Version 4.1.5. Perhaps this is where the issue is? I've heard others had a similar error when winbind was not installed. Since Arch is a rolling release distro perhaps the latest development release has broken something.
jeffl
Newbie
Newbie
Posts: 3
Joined: Sat Mar 15, 2014 6:17 pm

Re: MS Office 2010, 32bit wine environment, Archlinux (64bit

Post by jeffl »

I have made some progress. The original error was caused by winbindd not being loaded. I tried another clean installation after starting winbindd and this is the error I'm receiving.

wine: Unhandled page fault on read access to 0x00000000 at address 0x7df5598a (thread 007b), starting debugger...
Application tried to create a window, but no driver could be loaded.
The explorer process failed to start.
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: MS Office 2010, 32bit wine environment, Archlinux (64bit

Post by dimesio »

jeffl wrote: Application tried to create a window, but no driver could be loaded.
Were you by chance running as root? If you were, you shouldn't. If not, something is messed up with your graphics drivers.
Locked