http://bugs.winehq.org/show_bug.cgi?id=31730
--- Comment #8 from Adam Bolte boltronics@gmail.com 2013-05-05 07:09:38 CDT ---
From git bisect:
b349aa676facb465c127ad33623c06038b4f666b is the first bad commit commit b349aa676facb465c127ad33623c06038b4f666b Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 26 16:12:06 2012 +0200
opengl32: Add a helper function to correctly compare extension strings.
:040000 040000 fcc658925e5bde13f0dd3c9490dae75441c340ce 76f5263f262d35e2084044830fcf42e45211b83e M dlls
I'm running an Nvidia GTX680 (nvidia 313.26), so I must also export __GL_ExtensionStringVersion=17700 first. Otherwise, the game fails to launch with
err:seh:setup_exception_record stack overflow 2120 bytes in thread 0009 eip 7bc40c58 esp 01400ae8 stack 0x1400000-0x1401000-0x1c00000
which looks suspiciously similar to what we all seem to be getting post-regression.
Hope this can be marked as confirmed now.