Office 2010 32 bit does not install on arch linux 64 bit

Questions about Wine on Linux
Locked
kevin
Newbie
Newbie
Posts: 1
Joined: Sat Aug 09, 2014 7:35 pm

Office 2010 32 bit does not install on arch linux 64 bit

Post by kevin »

On my arch linux 64 bit, I tried to install office 2010 32 bit trial from http://care.dlservice.microsoft.com/dl/ ... alPlus.exe

However, Office 2010 32 bit does not install on arch linux 64 bit even when a NEW, SEPARATE 32 bit prefix environment has been set

arch% sha1sum ~/Downloads/ProfessionalPlus.exe
0e1840bf1aa81077692af651befb75648cd9faa7 /home/dell/Downloads/ProfessionalPlus.exe
Error Dialog asking me whether I am installing Office 2010 on supported WINDOWS platform
Error Dialog asking me whether I am installing Office 2010 on supported WINDOWS platform
office2010_setup_error.png (9.5 KiB) Viewed 1569 times
Below are the command line log:

arch% WINEARCH=win32 WINEPREFIX=~/.wine_new winecfg
wine: created the configuration directory '/home/dell/.wine_new'
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:iphlpapi:NotifyAddrChange (Handle 0xdbe880, overlapped 0xdbe88c): stub
wine: configuration in '/home/dell/.wine_new' has been updated.
arch% wine ~/Downloads/ProfessionalPlus.exe
fixme:advapi:RegisterTraceGuidsA (0x2e034e56, 0x2e0b3d78, {8736922d-e8b2-47eb-8564-23e77e728cf3}, 1, 0x33fcd8, (null), (null), 0x2e0b3d78): stub
fixme:process:GetSystemDEPPolicy stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:advapi:RegisterTraceGuidsA (0x101f577c, 0x103a5908, {8736922d-e8b2-47eb-8564-23e77e728cf3}, 1, 0x33ede4, (null), (null), 0x103a5908): stub
fixme:system:SetProcessDPIAware stub!
fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
fixme:richedit:REExtendedRegisterClass semi stub
fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
fixme:ole:NdrCorrelationInitialize (0x33ced0, 0x33cfac, 1024, 0x0): stub
fixme:advapi:UnregisterTraceGuids 0: stub
fixme:advapi:UnregisterTraceGuids 0: stub
arch% wine --version
wine-1.7.23
arch% uname -a
Linux arch 3.15.8-1-ARCH #1 SMP PREEMPT Fri Aug 1 08:51:42 CEST 2014 x86_64 GNU/Linux
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Office 2010 32 bit does not install on arch linux 64 bit

Post by dimesio »

kevin wrote: arch% wine ~/Downloads/ProfessionalPlus.exe
You created a 32 bit wineprefix, but you didn't install to it. If you don't specify the WINEPREFIX when running an exe, Wine will use the default one, ~/.wine.
Locked