https://bugs.winehq.org/show_bug.cgi?id=43683 Sveinar Søpler <cybermax(a)dexter.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cybermax(a)dexter.no --- Comment #5 from Sveinar Søpler <cybermax(a)dexter.no> --- Forcing OpenGL 3.1 or lower + disable GLSL makes the menus work. MaxVersionGL=0x00030001 (DWORD) GLSL=Disabled If you put a higher version, the text boxes is just black. You then must enable GLSL, then the textboxes is garbled. Setting MaxVersionGL=0x00040005 or higher will make the textboxes even MORE garbled. Benchmark run, but stutters like nothing else. If you run the benchmark by guessing where the textboxes are with higher OpenGL than 3.1, the results will either crash or display unreadable content. Tested with wine-staging-2.18 and various other wine versions. "Game mode" runs pretty good in both DX11, DX9 and OpenGL mode (especially if you are able to guess the textboxes(Buttons).) C -- 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.