https://bugs.winehq.org/show_bug.cgi?id=43138
Bug ID: 43138 Summary: Wine incorrectly detects the maximum available in my system version of OpenGL when using AMD Radeon + MESA. Product: Wine Version: 2.9 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: zefkerrigan@gmail.com Distribution: ---
When using AMD Radeon + MESA, Wine incorrectly detects the maximum available in my system version of OpenGL as OpenGL3.0, but Mesa 17.1.1 supports OpenGL4.5 for my model of graphics hardware. This leads to the fact that games launched with Wine do not detect the possibility of using D3DX11 and, as a result, they can not work if they do not have D3DX9 support, or work in D3DX9 mode if they have support of both D3DX9 and D3DX11. I know that it is possible to manually add this registry key to manually explicitly set the maximum available in my system version of OpenGL:
glversion_fix.reg
REGEDIT4 [HKEY_CURRENT_USER\Software\Wine\Direct3D] "DirectDrawRenderer"="opengl" "UseGLSL"="enabled" "MaxVersionGL"=dword:00040005
But, in my opinion, it would be better if the maximum available version of OpenGL could be detected automatically. Moreover, not everyone knows about the possibility of adding this registry key. And not everyone even knows how to detect the maximum available version of OpenGL in their systems.
Он неправильно детектирует максимально available в моей с системе версию ОпенгЛ как ОпенГЛ 3.0, но меса 17.1.1 поддерживает ОпенгЛ 4.5 для моей модели графического оборудования. Это приводит к тому, что игры, запущенные с ним не детектируют возможность поддержки Д3ДХ11 и в резульате этого не могут работать если у них нет поддержки Д3DX9, либо работают только в режиме Д3ДХ9 если у них есть поддержва обеих Д3ДХ9 и Д3ДХ11.
https://bugs.winehq.org/show_bug.cgi?id=43138
zefkerr zefkerrigan@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux CC| |zefkerrigan@gmail.com Priority|P2 |P1
https://bugs.winehq.org/show_bug.cgi?id=43138
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #1 from Matteo Bruni matteo.mystral@gmail.com --- Yeah, setting the registry key won't be required anymore at some point.
*** This bug has been marked as a duplicate of bug 38648 ***
https://bugs.winehq.org/show_bug.cgi?id=43138
--- Comment #2 from zefkerr zefkerrigan@gmail.com --- Created attachment 58356 --> https://bugs.winehq.org/attachment.cgi?id=58356 On this screenshot registry key is added and it is seen that the game detects the availability of DirectX11
Unfortunately, this does not correspond to reality. Please take a look at these two different screenshots when the game "World of Warcraft" is running. On one of them this registry key is added it is seen that the game detects the availability of DirectX11. And on the other, 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=43138
--- Comment #3 from zefkerr zefkerrigan@gmail.com --- Created attachment 58359 --> https://bugs.winehq.org/attachment.cgi?id=58359 On this screenshot registry key is added it is seen that the game detects the availability of DirectX11
Unfortunately, this does not correspond to reality. Please take a look at these two different screenshots when the game "World of Warcraft" is running. On one of them this registry key is added it is seen that the game detects the availability of DirectX11. And on the other, 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=43138
--- Comment #4 from zefkerr zefkerrigan@gmail.com --- (In reply to Matteo Bruni from comment #1)
Yeah, setting the registry key won't be required anymore at some point.
*** This bug has been marked as a duplicate of bug 38648 ***
Unfortunately, only one screenshot can be attached to one message.
https://bugs.winehq.org/show_bug.cgi?id=43138
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com --- Closing.