https://bugs.winehq.org/show_bug.cgi?id=56615
Bug ID: 56615 Summary: Spelunky: wined3d: Require GLSL 1.20 support Product: Wine Version: 9.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs@winehq.org Reporter: carmantic24@outlook.com Regression SHA1: 010008f629dd0590978095942ded8851ee3a9e17 Distribution: ArchLinux
Spelunky won't start with "Error creating Direct3D9 object". 0128:err:d3d:wined3d_adapter_gl_init GLSL version 1.20 is too low; 1.20 is required.
Changing the "<=" to "<" fixed it for me. Tried to CC Zebediah Figura, but Bugzilla wouldn't accept their email.
if (gl_info->glsl_version <= MAKEDWORD_VERSION(1, 20)) { ERR("GLSL version %s is too low; 1.20 is required.\n", (const char *)gl_info->gl_ops.gl.p_glGetString(GL_SHADING_LANGUAGE_VERSION_ARB)); wined3d_caps_gl_ctx_destroy(&caps_gl_ctx); return FALSE; }
https://bugs.winehq.org/show_bug.cgi?id=56615
--- Comment #1 from Matteo Bruni matteo.mystral@gmail.com --- Hi! What hardware / OpenGL driver do you use? Can you please attach a +d3d log?
https://bugs.winehq.org/show_bug.cgi?id=56615
--- Comment #2 from Matteo Bruni matteo.mystral@gmail.com --- FWIW, that looks like a correct fix. Thanks for the bug report!
https://bugs.winehq.org/show_bug.cgi?id=56615
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Spelunky: wined3d: Require |Spelunky won't start (GLSL |GLSL 1.20 support |version 1.20 is too low; | |1.20 is required) Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=56615
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #3 from Zeb Figura z.figura12@gmail.com --- Oops...
Good to know that there's still users of 1.20 though.
https://bugs.winehq.org/show_bug.cgi?id=56615
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |cfe177f5cfa96f77bf060f3d4da | |df5d7ffabbd72 Resolution|--- |FIXED
--- Comment #4 from Zeb Figura z.figura12@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commitdiff/cfe177f5cfa96f77bf060f3d4dadf5d7ffabbd72, thanks!
https://bugs.winehq.org/show_bug.cgi?id=56615
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.9.