https://bugs.winehq.org/show_bug.cgi?id=38648
Bug ID: 38648 Summary: Microsoft Office 2013 Pro Plus: Can't be installed, installer errors out right away. Product: Wine Version: 1.7.43 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: brendanlovett14@yahoo.com Distribution: ---
Created attachment 51570 --> https://bugs.winehq.org/attachment.cgi?id=51570 Error report
Upon mounting and attempting to run setup.exe, you immediately get an error saying that it has encountered a serious error and needs to close. It is impossible to install Office because of this issue.
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- What kind of installer is that - is it full dvd iso or a web downloader? Does it work in 32bit prefix?
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #2 from brendanlovett14@yahoo.com --- (In reply to Nikolay Sivov from comment #1)
What kind of installer is that - is it full dvd iso or a web downloader? Does it work in 32bit prefix?
This is a full ISO. 32-bit does not work either. This is a longstanding issue, but I do not believe anyone has reported it up until now.
https://bugs.winehq.org/show_bug.cgi?id=38648
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.7.43 |1.7.38
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Does it have a trial version? Also please attach full terminal output for 32bit iso in 32 bit wineprefix.
https://bugs.winehq.org/show_bug.cgi?id=38648
Maik Wagner maiktapwagner@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maiktapwagner@aol.com
--- Comment #4 from Maik Wagner maiktapwagner@aol.com --- Created attachment 51628 --> https://bugs.winehq.org/attachment.cgi?id=51628 Backtrace Slackware wine 1.7.44
I would like to confirm this issue on Slackware 14.1 32-bit with ProfessionalPlus 2013 32-Bit and winecfg set to Windows 7
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #5 from Maik Wagner maiktapwagner@aol.com --- I got my version from this URL which takes you to the Microsoft Download page (Microsoft account is required to download the img-file) http://www.chip.de/downloads/Office-2013-Professional-Plus-32-Bit_43639877.h...
[mwagner@localhost Schreibtisch]$ md5sum OfficeProfessionalPlus_x86_en-us.img 358743c86b9220befee8ae603f524643 OfficeProfessionalPlus_x86_en-us.img
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #6 from brendanlovett14@yahoo.com --- The error with 32-bit is pretty much identical. No point of posting it, it just does the exact same thing as 64-bit.
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #7 from Maik Wagner maiktapwagner@aol.com --- Created attachment 51691 --> https://bugs.winehq.org/attachment.cgi?id=51691 Backtrace Slackware wine 1.7.45
Still present in 1.7.45 - new backtrace is attached.
https://bugs.winehq.org/show_bug.cgi?id=38648
powolters@gmail.com powolters@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |powolters@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38648
artghio@tiscali.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |artghio@tiscali.it
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
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #9 from Henri Verbeet hverbeet@gmail.com --- (In reply to Anastasius Focht from comment #8)
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.
That's sort of correct, but not quite. We don't require OpenGL 4 for shader model 4, see shader_glsl_get_caps() in wined3d for details. The main thing that's blocking SM4 on Mesa is ARB_geometry_shader4 / GLSL 1.50. The latter in particular is only available on core contexts in Mesa. Matteo is working on making wined3d support those, at which point the requirement would become something like OpenGL 3.2 or 3.3. You can hack shader_glsl_get_caps() to set "shader_model" to 4 and it will sort of work, provided you don't try to use geometry shaders.
https://bugs.winehq.org/show_bug.cgi?id=38648
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Component|-unknown |directx-d3d Resolution|UPSTREAM |--- Summary|Microsoft Office 2013 |Microsoft Office 2013 |installer crashes with |installer crashes with |exception code 0xe0000002 |exception code 0xe0000002 |(requires OpenGL 4 support |(support for Mesa OpenGL >= |in Mesa) |3.2 core profiles required, | |Shader Model 4, GLSL 1.50) Ever confirmed|0 |1
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello Henri,
thanks for the clarification.
I'm reopening the ticket then to capture this feature (might be potentially a dupe of existing bugs reports).
If the summary is still not correct feel free to correct it ;-)
Regards
https://bugs.winehq.org/show_bug.cgi?id=38648
Uldis uldis+winehq@rom.lv changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |uldis+winehq@rom.lv
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #11 from Maik Wagner maiktapwagner@aol.com --- Created attachment 52155 --> https://bugs.winehq.org/attachment.cgi?id=52155 Backtrace Slackware wine 1.7.50
Hello everyone,
I have experienced a crash starting the installer using the following download:
bash-4.2$ sha256sum OfficeProfessionalPlus_x86_en-us.img 6b0d4ca11513502bc084178807e74ca14beffc6cc5ae8f76a30d5a9704d5f707 OfficeProfessionalPlus_x86_en-us.img
Backtrace is attached.
https://bugs.winehq.org/show_bug.cgi?id=38648
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |36789
https://bugs.winehq.org/show_bug.cgi?id=38648
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW Summary|Microsoft Office 2013 |Multiple games and |installer crashes with |applications need support |exception code 0xe0000002 |for Mesa OpenGL >= 3.2 core |(support for Mesa OpenGL >= |profiles, Shader Model 4, |3.2 core profiles required, |GLSL 1.50 (Microsoft Office |Shader Model 4, GLSL 1.50) |2013 installer, .NET/XNA | |games)
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello folks,
refining the summary for collecting more apps and games here.
Regards
https://bugs.winehq.org/show_bug.cgi?id=38648
Matthew Millar mattmill30@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mattmill30@googlemail.com
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #13 from Matthew Millar mattmill30@googlemail.com --- Created attachment 52221 --> https://bugs.winehq.org/attachment.cgi?id=52221 Patch to hardcode 'shader_model = 4' for use when compiling on systems with mesa
As I understand it, this issue is the result of flawed logic in the shader_model selection criteria resulting in shader_model variable in dlls/wined3d/glsl_shader.c being set to 2 or 3, when it should be 4 for Mesa.
In my case dxgi was locating a 'VMware Inc.' graphics card, when it should have been locating an Intel.
Mystral on freenode #winehackers suggested 'you can try to hack shader_glsl_get_caps() to always set shader_model to 4; in dlls/wined3d/glsl_shader.c'.
After removing the selection logic and specifying shader_model = 4, then re-compiling, the graphics card was correctly identified and Microsoft Office 2013 installer didn't crash at this stage.
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #14 from Henri Verbeet hverbeet@gmail.com --- (In reply to Matthew Millar from comment #13)
As I understand it, this issue is the result of flawed logic in the shader_model selection criteria resulting in shader_model variable in dlls/wined3d/glsl_shader.c being set to 2 or 3, when it should be 4 for Mesa.
No, you're misunderstanding the issue. We can't currently do shader model 4 on Mesa, so "3" is correct. The subset of shader model 4 that the office installer needs happens to work, but geometry shaders for example would fail.
https://bugs.winehq.org/show_bug.cgi?id=38648
Mike Penhallegon howaboutudance@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |howaboutudance@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38648
Henri Verbeet hverbeet@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thanoulas@gmail.com
--- Comment #15 from Henri Verbeet hverbeet@gmail.com --- *** Bug 39301 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #16 from Anastasius Focht focht@gmx.net --- *** Bug 39038 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |peter7684a011@gmail.com
--- Comment #17 from Anastasius Focht focht@gmx.net --- *** Bug 39310 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |derlafff@ya.ru
--- Comment #18 from Anastasius Focht focht@gmx.net --- *** Bug 39583 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sergegardien@gmail.com
--- Comment #19 from Anastasius Focht focht@gmx.net --- *** Bug 38537 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |a.nasibullin@gmail.com
--- Comment #20 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 39939 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
Mikhail mikhail.v.gavrilov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikhail.v.gavrilov@gmail.co | |m
https://bugs.winehq.org/show_bug.cgi?id=38648
avkaplmkt@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |avkaplmkt@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38648
AnAkkk anakin.cs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |anakin.cs@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38648
cpdavidduong@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cpdavidduong@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38648
remo.hertig@bluewin.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |remo.hertig@bluewin.ch
https://bugs.winehq.org/show_bug.cgi?id=38648
Fred P. fred-dvl@fpchico.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fred-dvl@fpchico.com
https://bugs.winehq.org/show_bug.cgi?id=38648
Rainmaker52@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Rainmaker52@gmail.com
--- Comment #21 from Rainmaker52@gmail.com --- (In reply to Henri Verbeet from comment #14)
(In reply to Matthew Millar from comment #13)
As I understand it, this issue is the result of flawed logic in the shader_model selection criteria resulting in shader_model variable in dlls/wined3d/glsl_shader.c being set to 2 or 3, when it should be 4 for Mesa.
No, you're misunderstanding the issue. We can't currently do shader model 4 on Mesa, so "3" is correct. The subset of shader model 4 that the office installer needs happens to work, but geometry shaders for example would fail.
Makes sense. However, if the currently implemented subset is sufficient for at least /some/ applications (i.e. Office 2013, which is kind of an important application), would it not make sense to make this a setting somewhere? Not talking about winecfg, but how about a regkey HKCU\Software\Wine\Direct3D\ShaderModelVersionOverride?
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #22 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Rainmaker52 from comment #21)
Makes sense. However, if the currently implemented subset is sufficient for at least /some/ applications (i.e. Office 2013, which is kind of an important application), would it not make sense to make this a setting somewhere? Not talking about winecfg, but how about a regkey HKCU\Software\Wine\Direct3D\ShaderModelVersionOverride?
Actually there is one already, you can force enable core profile support by setting the MaxVersionGL key to the (DWORD hexadecimal) value 30002.
This is still work in progress so don't be surprised to see stuff crash and burn in various ways for the time being.
https://bugs.winehq.org/show_bug.cgi?id=38648
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@gallehr.de
--- Comment #23 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 39917 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |a.van.arem@planet.nl
--- Comment #24 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 40249 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #25 from Rainmaker52@gmail.com ---
Actually there is one already, you can force enable core profile support by setting the MaxVersionGL key to the (DWORD hexadecimal) value 30002.
This is still work in progress so don't be surprised to see stuff crash and burn in various ways for the time being.
Thanks, that at least allows me to install office 2013.
All text on buttons looks totally messed up and is generally unusable, but I guess that was to be expected.
https://bugs.winehq.org/show_bug.cgi?id=38648
rogutes@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rogutes@gmail.com
--- Comment #26 from rogutes@gmail.com --- Created attachment 53947 --> https://bugs.winehq.org/attachment.cgi?id=53947 Fallout 4 log with MaxVersionGL set to 3.3 (WINEDEBUG=+wgl)
https://bugs.winehq.org/show_bug.cgi?id=38648
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |40487
https://bugs.winehq.org/show_bug.cgi?id=38648
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |35682
https://bugs.winehq.org/show_bug.cgi?id=38648
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=38648
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38648
Behem0th grantipak@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |grantipak@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38648
mrdeathjr28@yahoo.es changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mrdeathjr28@yahoo.es
https://bugs.winehq.org/show_bug.cgi?id=38648
Gogol maartenvdbent@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maartenvdbent@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38648
Ker noa blue-t@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |blue-t@web.de
https://bugs.winehq.org/show_bug.cgi?id=38648
cetedus@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cetedus@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38648
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eutychios23@gmail.com
--- Comment #27 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 42475 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
mirh mirh@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mirh@protonmail.ch
https://bugs.winehq.org/show_bug.cgi?id=38648
Thomas Kowaliczek linuxdonald@posteo.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |linuxdonald@posteo.de
https://bugs.winehq.org/show_bug.cgi?id=38648
tormen tormen@diplomail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tormen@diplomail.ch
https://bugs.winehq.org/show_bug.cgi?id=38648
Fincer fincer89@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fincer89@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=38648
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #28 from Matteo Bruni matteo.mystral@gmail.com --- *** Bug 42821 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=38648
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |commiethebeastie@gmail.com
--- Comment #29 from Józef Kucia joseph.kucia@gmail.com --- *** Bug 35682 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zefkerrigan@gmail.com
--- Comment #30 from Matteo Bruni matteo.mystral@gmail.com --- *** Bug 43138 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #31 from Józef Kucia joseph.kucia@gmail.com --- *** Bug 43142 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #32 from zefkerr zefkerrigan@gmail.com --- Created attachment 58362 --> https://bugs.winehq.org/attachment.cgi?id=58362 On this screenshot this registry key is added it is seen that the game detects the availability of DirectX11.Unfortunately,only one screenshot can be attached to one message.Please see my second scree
On this screenshot this registry key is added it is seen that the game detects the availability of DirectX11. Unfortunately,only one screenshot can be attached to one message. Please see my second screenshot.
glversion_fix.reg
REGEDIT4 [HKEY_CURRENT_USER\Software\Wine\Direct3D] "DirectDrawRenderer"="opengl" "UseGLSL"="enabled" "MaxVersionGL"=dword:00040005
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #33 from zefkerr zefkerrigan@gmail.com --- Created attachment 58363 --> https://bugs.winehq.org/attachment.cgi?id=58363 And on this screenshot, this key is not added, and note that in this case the game detects the availability of only DiretX9.
And on this screenshot, this key is not added, and note that in this case the game detects the availability of only DiretX9.
https://bugs.winehq.org/show_bug.cgi?id=38648
zefkerr zefkerrigan@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #58362|On this screenshot this |On this screenshot this description|registry key is added it is |registry key is added it is |seen that the game detects |seen that the game detects |the availability of |the availability of |DirectX11.Unfortunately,onl |DirectX11.Unfortunately,onl |y one screenshot can be |y one screenshot can be |attached to one |attached to one |message.Please see my |message.Please see my |second scree |second screenshot
https://bugs.winehq.org/show_bug.cgi?id=38648
zefkerr zefkerrigan@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #58362|On this screenshot this |My first screenshot to this description|registry key is added it is |bug |seen that the game detects | |the availability of | |DirectX11.Unfortunately,onl | |y one screenshot can be | |attached to one | |message.Please see my | |second screenshot |
https://bugs.winehq.org/show_bug.cgi?id=38648
zefkerr zefkerrigan@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #58362|My first screenshot to this |On this screenshot this description|bug |registry key is added it is | |seen that the game detects | |the availability of | |DirectX11.Unfortunately,onl | |y one screenshot can be | |attached to one | |message.Please see my | |second screenshot
https://bugs.winehq.org/show_bug.cgi?id=38648
Adam Goode adam@spicenitz.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adam@spicenitz.org
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #34 from Adam Goode adam@spicenitz.org --- I've not tested it yet, but it looks like Wine Staging 2.12 has support for this now?
https://wine-staging.com/news/2017-07-12-release-2.12.html
https://bugs.winehq.org/show_bug.cgi?id=38648
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #35 from Sebastian Lackner sebastian@fds-team.de --- (In reply to Adam Goode from comment #34)
I've not tested it yet, but it looks like Wine Staging 2.12 has support for this now?
The changes make it unnecessary to set registry keys, but please note that core context support might still be incomplete. For most applications it will probably work pretty well, but in some rare cases it could also lead to rendering issues. Actually, if someone has a better insight which parts still have to be updated before we can use core contexts by default, it would be nice to track the progress somewhere.
https://bugs.winehq.org/show_bug.cgi?id=38648
habib_amini@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |habib_amini@yahoo.com
https://bugs.winehq.org/show_bug.cgi?id=38648
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.mrolko@gmail.com
--- Comment #36 from Józef Kucia joseph.kucia@gmail.com --- *** Bug 44123 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
Freso bugs.winehq.org@freso.dk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bugs.winehq.org@freso.dk
https://bugs.winehq.org/show_bug.cgi?id=38648
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |oebbler@live.de
--- Comment #37 from Anastasius Focht focht@gmx.net --- *** Bug 40026 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
alasky@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alasky@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=38648
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |0db4d1c251d293333e2721a78d6 | |156008a90ff6f Resolution|--- |FIXED CC| |joseph.kucia@gmail.com
--- Comment #38 from Józef Kucia joseph.kucia@gmail.com --- This should be fixed by 0db4d1c251d293333e2721a78d6156008a90ff6f.
https://source.winehq.org/git/wine.git/?a=commit;h=0db4d1c251d293333e2721a78...
The MaxVersionGL registry key may still be needed for Nvidia hardware.
https://bugs.winehq.org/show_bug.cgi?id=38648
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #39 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.9.
https://bugs.winehq.org/show_bug.cgi?id=38648
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks|35682 |
https://bugs.winehq.org/show_bug.cgi?id=38648
Stellarspace macariopatrick@icloud.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |macariopatrick@icloud.com
--- Comment #40 from Stellarspace macariopatrick@icloud.com --- (In reply to Alexandre Julliard from comment #39)
Closing bugs fixed in 3.9.
I am using wine-staging 3.14 and I get this error: :fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
Are you sure it's fixed? I have a NVIDIA GeForce GTX 680MX on macOS 10.13.6. It's using OpenGL 4.1 and OpenCL 1.2. I can see OpenCL and OpenAL in the winecfg list, but I can't see OpenGL in the winecfg list. OpenGL is required for the program I installed. I see the OpenGL library in the system32 directory.
https://bugs.winehq.org/show_bug.cgi?id=38648
--- Comment #41 from zefkerr zefkerrigan@gmail.com --- (In reply to Stellarspace from comment #40)
(In reply to Alexandre Julliard from comment #39)
Closing bugs fixed in 3.9.
I am using wine-staging 3.14 and I get this error: :fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend.
Are you sure it's fixed? I have a NVIDIA GeForce GTX 680MX on macOS 10.13.6. It's using OpenGL 4.1 and OpenCL 1.2. I can see OpenCL and OpenAL in the winecfg list, but I can't see OpenGL in the winecfg list. OpenGL is required for the program I installed. I see the OpenGL library in the system32 directory.
macOS has only OpenGL 3.3 (or even 3.3, as I remember). OpenGL 4.5 have only GNU/Linux drivers. So it realy fixed, but Apple planing completely drop OpenGL because moving to Metal API.
https://bugs.winehq.org/show_bug.cgi?id=38648
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ahmedvolks@gmail.com
--- Comment #42 from Anastasius Focht focht@gmx.net --- *** Bug 44928 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adi.cool109@gmail.com
--- Comment #43 from Anastasius Focht focht@gmx.net --- *** Bug 41321 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=38648
Vitaly Lipatov lav@etersoft.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lav@etersoft.ru
https://bugs.winehq.org/show_bug.cgi?id=38648
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan_001_2@hotmail.com
--- Comment #44 from Anastasius Focht focht@gmx.net --- *** Bug 43249 has been marked as a duplicate of this bug. ***