Microsoft Office 2013

Questions about Wine on Linux
Locked
Antony03
Newbie
Newbie
Posts: 1
Joined: Tue Apr 22, 2014 2:30 pm

Microsoft Office 2013

Post by Antony03 »

Hi,

I saw that microsoft office 2013 is newly supported by wine in the version 1.7.10. I installed the version 1.7.17 and tried the installation like this: http://askubuntu.com/questions/252372/i ... using-wine

It doesn't works, my terminal give me:

Code: Select all

antony03@Golenkinia:/media/antony03/UDF Volume$ env WINEARCH=win32 WINEPREFIX=~/.wine32 wine setup.exe
err:module:import_dll Library gdiplus.dll (which is needed by L"C:\\Program Files\\Microsoft Office 15\\ClientX86\\c2rui.dll") not found
err:module:import_dll Library c2rui.dll (which is needed by L"C:\\Program Files\\Microsoft Office 15\\ClientX86\\integratedoffice.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microsoft Office 15\\ClientX86\\integratedoffice.exe" failed, status c0000135
err:service:service_send_start_message service L"OfficeSvc" failed to start
fixme:service:scmdatabase_autostart_services Auto-start service L"OfficeSvc" failed to start: 1053
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:exec:SHELL_execute flags ignored: 0x00000100
antony03@Golenkinia:/media/antony03/UDF Volume$ fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
fixme:exec:SHELL_execute flags ignored: 0x00000100
err:module:import_dll Library gdiplus.dll (which is needed by L"C:\\Program Files\\Microsoft Office 15\\ClientX86\\c2rui.dll") not found
err:module:import_dll Library c2rui.dll (which is needed by L"C:\\Program Files\\Microsoft Office 15\\ClientX86\\integratedoffice.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microsoft Office 15\\ClientX86\\integratedoffice.exe" failed, status c0000135
antony03@Golenkinia:/media/antony03/UDF Volume$ fixme:msvcrt:__clean_type_info_names_internal (0x64083a50) stub
Is this really possible to install MS office 2013?

Thank!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Microsoft Office 2013

Post by dimesio »

Antony03 wrote: Is this really possible to install MS office 2013?
No, it's not, and I don't know where you got the idea that it is. 1.7.10 had a fix for one bug affecting the installer (bug 34869), but comment 1 in that bug notes that "The installer now runs into bug 31942," which is not fixed.
http://bugs.winehq.org/show_bug.cgi?id=31942
http://appdb.winehq.org/objectManager.p ... &iId=26323
Locked