http://bugs.winehq.org/show_bug.cgi?id=27350
Summary: Eve Online UI elements not drawn Product: Wine Version: 1.3.21 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: keldon@keldon.net
Created an attachment (id=34976) --> (http://bugs.winehq.org/attachment.cgi?id=34976) shader errors and source
A recent patch to Eve Online changed the underlying UI code, and now only the background of the login screen appears, with no UI elements drawn on top. The console output includes:
fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #4: fixme:d3d_shader:print_glsl_info_log 0:0(0): error: no matching function for call to `texture2DLod(sampler2D, vec2, float)' fixme:d3d_shader:print_glsl_info_log 0:28(53): error: type mismatch
The full GLSL source that failed to compile is also printed; I'll attach it.
I'm using the r600g driver from Mesa git.