[Bug 32051] dhpoware's OpenGL 3 demos do not display

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 24 08:17:22 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=32051

Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |dank at kegel.com
          Component|-unknown                    |msvcp
     Ever Confirmed|0                           |1

--- Comment #2 from Dan Kegel <dank at 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.)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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