https://bugs.winehq.org/show_bug.cgi?id=20480 Józef Kucia <joseph.kucia(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |joseph.kucia(a)gmail.com Resolution|--- |FIXED --- Comment #26 from Józef Kucia <joseph.kucia(a)gmail.com> --- (In reply to super_man from comment #25)
_GL_ExtensionStringVersion=17700 wine ./SoF2MP-Test.exe
__GL_ExtensionStringVersion is specific to NVIDIA binary drivers. You need to use MESA_EXTENSION_MAX_YEAR instead, e.g. $ MESA_EXTENSION_MAX_YEAR=2002 wine SoF2MP-Test.exe It renders correctly here. $ wine --version wine-1.8-rc2 OpenGL renderer string: Gallium 0.4 on AMD CAPE VERDE (DRM 2.43.0, LLVM 3.8.0) OpenGL core profile version string: 4.1 (Core Profile) Mesa 11.2.0-devel (git-56aff6bb) OpenGL core profile shading language version string: 4.10 OpenGL vendor string: Intel Open Source Technology Center OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2) OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.2.0-devel (git-56aff6bb) OpenGL core profile shading language version string: 3.30 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.