[Bug 56615] New: Spelunky: wined3d: Require GLSL 1.20 support
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(a)winehq.org Reporter: carmantic24(a)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; } -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56615 --- Comment #1 from Matteo Bruni <matteo.mystral(a)gmail.com> --- Hi! What hardware / OpenGL driver do you use? Can you please attach a +d3d log? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56615 --- Comment #2 from Matteo Bruni <matteo.mystral(a)gmail.com> --- FWIW, that looks like a correct fix. Thanks for the bug report! -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56615 Gijs Vermeulen <gijsvrm(a)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 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56615 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #3 from Zeb Figura <z.figura12(a)gmail.com> --- Oops... Good to know that there's still users of 1.20 though. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56615 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |cfe177f5cfa96f77bf060f3d4da | |df5d7ffabbd72 Resolution|--- |FIXED --- Comment #4 from Zeb Figura <z.figura12(a)gmail.com> --- Fixed by <https://source.winehq.org/git/wine.git/commitdiff/cfe177f5cfa96f77bf060f3d4dadf5d7ffabbd72>, thanks! -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56615 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 9.9. -- 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.
participants (1)
-
WineHQ Bugzilla