http://bugs.winehq.org/show_bug.cgi?id=32051
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |dank@kegel.com Component|-unknown |msvcp Ever Confirmed|0 |1
--- Comment #2 from Dan Kegel dank@kegel.com 2012-10-24 08:17:22 CDT --- It goes away with native msvcp100. To reproduce:
rm -rf ~/.wine mkdir tmp cd tmp wget http://www.dhpoware.com/downloads/GL3HelloWorld.zip unzip GL3HelloWorld.zip wine GL3HelloWorld
Doing cl /EHsc /MD *.cpp user32.lib gdi32.lib OpenGL32.Lib with Visual C++ 2008 produces an .exe that doesn't suffer from this problem, so the problem is specifically in msvcp100 and not msvcp90. (Probably something Yarn-y, I see yarn all over the +msvcp logs in the bad case.)