https://bugs.winehq.org/show_bug.cgi?id=39769
Bug ID: 39769 Summary: Caffeine Demo fails to start with NVIDIA: Extension GL_VERSION_3_3 required for glVertexAttribDivisor not supported Product: Wine Version: 1.8-rc3 Hardware: x86 URL: http://www.indiedb.com/games/caffeine/downloads/caffei ne-demo-v101-win-32-bit OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: opengl Assignee: wine-bugs@winehq.org Reporter: michael@fds-team.de CC: julliard@winehq.org, matteo.mystral@gmail.com Regression SHA1: bfd4836867d6d90eaeae6ccbc02e37678b59b8f1 Distribution: Debian
The Caffeine Demo fails to start with the NVIDIA driver. The game complains about missing OpenGL entry points and reports a fatal error. If you turn on warn for OpenGL, you will see:
warn:wgl:wglGetProcAddress Extension GL_VERSION_3_3 required for glVertexAttribDivisor not supported
Reverting the commit, which introduced the check, fixes the problem. Please note that my driver offers support for OpenGL 4.4.
In order to reproduce the problem, you need to install dotnet40 and apply the following small patch before starting the game: https://github.com/wine-compholio/wine-staging/blob/master/patches/ws2_32-ge...