MS Office 2013

Questions about Wine on Linux
Locked
ElfWineBier
Newbie
Newbie
Posts: 1
Joined: Sat Aug 22, 2015 6:13 pm

MS Office 2013

Post by ElfWineBier »

Previous wine versions let me install MS Office 2013 and I'll try to run Office 2013 every few weeks.

Suddenly with wine 1.7.50 I was able to run MS Office 2013, still buggy but it is coming. :)
It seems dx10 is enabled in this release.

Code: Select all

fixme:d3d:wined3d_buffer_create Ignoring access flags (pool)
fixme:d3d:wined3d_buffer_create Ignoring access flags (pool)
fixme:d3d10core:d3d10_device_OMSetBlendState Color mask > 3 not implemented.
fixme:d3d10core:d3d10_device_OMSetBlendState Ignoring blend factor {0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00}.
fixme:d3d10core:d3d10_device_OMSetBlendState Ignoring blend factor {0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00}.
fixme:d3d10core:d3d10_device_OMSetBlendState Per-rendertarget blend enable not implemented.
fixme:d3d10core:d3d10_device_OMSetBlendState Color mask > 3 not implemented.
fixme:d3d10core:d3d10_device_OMSetBlendState Ignoring blend factor {0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00}.
fixme:d3d10core:d3d10_device_OMSetBlendState Ignoring blend factor {0.00000000e+00 0.00000000e+00 0.00000000e+00 1.00000000e+00}.
fixme:d3d10core:d3d10_device_OMSetBlendState Per-rendertarget blend enable not implemented.
fixme:d3d10core:d3d10_device_OMSetBlendState Color mask > 3 not implemented.
fixme:advapi:EventProviderEnabled deadbeef, 4, 2: stub
fixme:advapi:EventProviderEnabled deadbeef, 4, 2: stub
The biggest problem is missing text in the menu's and crashing after a few minutes.
Installed all ms fonts and dx codes I could find but no luck.
Guess there more people who are willing to try to get this running. :)

EXCEL, WORD, OUTLOOK, ACCESS, PUBLISHER do start.. still major problems with PowerPoint, ONENOTE.
I installed Microsoft Office Professional Plus 2013.

OS: OpenSuse 13.1
WINE: 1.7.50
set to windows 7
env WINEPREFIX="/home/xxxx/Wine/MSP2015/" WINEARCH="win32" winecfg
install:
env WINEPREFIX="/home/xxxx/Wine/MSP2015/" WINEARCH="win32" wine /home/xxxx/Wine/WineApps/Office/OfficeProfessionalPlus_x86_en-us/setup.exe
run:
env WINEPREFIX="/home/xxxx/Wine/MSP2015/" WINEARCH="win32" wine /home/xxxx/Wine/MSP2015/drive_c/Program\ Files/Microsoft\ Office/Office15/EXCEL.EXE

Not sure if these forums are the right place to post.. but I wanted to share it.

( Kinda mixed feelings.. as I would love to see any opensource Office get better rather then running MS Office. )
Locked