http://bugs.winehq.org/show_bug.cgi?id=2034
Summary: OpenGl text not drawn/vissible Product: Wine Version: 20040213 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-multimedia AssignedTo: wine-bugs@winehq.org ReportedBy: polleke@meosource.com
Hello,
I have this application (freeware): http://www.asrc.info/
You can download it and start it. No need to connect or have an account. Problem is directly vissible.
As you can see there is no text on the scope (compare with this screen: http://www.avsim.com/pages/0702/asrc/asrc_preview_000.jpg)
But if you type some text you can see the cursor move. The program is using a custom truetype font, installed c:\windows\fonts. And I believe that's the problem maker. But I could be wrong ofcourse.
When debugging with --debugmsg +opengl I see (alot but I'll copy some specific parts. I can give you a full startup debug):
trace:opengl:wgl_ext_initialize_extensions GL version : "1.4.0 NVIDIA 44.96". fixme:ole:CoRegisterMessageFilter stub fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x8000
trace:opengl:wglUseFontBitmapsA (0x74, 0, 255, 1) using font 0 Glyph : 254 - bbox : 4 x 0 - origin : (1 , 0) - increment : 6 - 0 - size : 0 - bitmap :
trace:opengl:wine_glGenLists (256) trace:opengl:wglUseFontBitmapsA (0x74, 0, 255, 769) using font 0
trace:opengl:wine_glVertex3d (396.000000, 219.000000, 0.000000)
There can be ofcourse other reasons for this problem then fonts. To summarize: Program works perfectly, but text is not drawn by OpenGl but you can see it being typed. I believe it has something to do with the font.
Thank you, Paul van Schayck