https://bugs.winehq.org/show_bug.cgi?id=38648
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer Status|UNCONFIRMED |RESOLVED URL| |https://docs.google.com/uc? | |id=0B_nH11pCO8d_U2djUDJqVzI | |wTFU&export=download CC| |focht@gmx.net Resolution|--- |UPSTREAM Summary|Microsoft Office 2013 Pro |Microsoft Office 2013 |Plus: Can't be installed, |installer crashes with |installer errors out right |exception code 0xe0000002 |away. |(requires OpenGL 4 support | |in Mesa)
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
that's not a Wine problem but rather with Mesa.
You're obviously using an open source graphics driver which doesn't have OpenGL 4 core profile support that is required here, hence the failure.
Resolving 'upstream'.
I have a dual GPU "Bumblebee" setup, one Intel HD4600 GPU using Mesa 10.6.x (GL 3.3 core profile) and NVIDIA GTX850M GPU with proprietary 352.21 blob (GL 4.4 core profile).
The installer fails with Intel/Mesa 10.6 (expected) and works fine with NVIDIA blob.
Mesa 11.0 has OpenGL 4 core profile support now: http://mesamatrix.net/
$ sha1sum OfficeProfessionalPlus_x86_en-us.img 36a70d4d1a2f42282f4d7175a37264a57da35a91 OfficeProfessionalPlus_x86_en-us.img
$ du -sh OfficeProfessionalPlus_x86_en-us.img 667M OfficeProfessionalPlus_x86_en-us.img
$ wine --version wine-1.7.48-100-ge3c6777
Regards