[Bug 39563] Oddworld: Stranger's Wrath HD crashes when starting a new game

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 8 21:48:29 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=39563

Alex Henrie <alexhenrie24 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matteo.mystral at gmail.com

--- Comment #5 from Alex Henrie <alexhenrie24 at gmail.com> ---
Thanks Béla. My best guess at the moment is that your game requires
glVertexAttribDivisor (part of OpenGL 3.3) and will not accept
glVertexAttribDivisorARB (part of GL_ARB_instanced_arrays). Mesa reports the
OpenGL version as 3.0 + GL_ARB_instanced_arrays, so Wine thinks that it doesn't
have glVertexAttribDivisor even though Mesa quietly provides it anyway.

So...why are we trying to parse the extension string at all? If the driver
exposes a function, shouldn't we just use it? Do we even need to print a
warning?

-- 
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.


More information about the wine-bugs mailing list