http://bugs.winehq.org/show_bug.cgi?id=13336
Athrun samurai_no_densetsu@yahoo.es changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
--- Comment #7 from Athrun samurai_no_densetsu@yahoo.es 2008-12-15 14:31:29 --- This plugin was trying to use non available OpenGL extensions in this case GL_KTX_buffer_region, so it failed to start due the lack of them.
Adding:
HKEY_CURRENT_USER/Software/Wine/OpenGL/DisabledExtensions = GL_KTX_buffer_region
to wine registry fixes this issue.