http://bugs.winehq.org/show_bug.cgi?id=16117
--- Comment #17 from Stefan Dösinger stefandoesinger@gmx.at 2009-11-12 06:58:07 --- Hmm, GetDC should be enabled for this format. However, at the top of your log:
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat. err:d3d:InitAdapters Failed to get a gl context for default adapter
There's a bug in the init code that prevents the format info from being initialized if opengl is not available. So a quick fix for you is to fix your OpenGL setup, and I'll try to get the format init working without opengl.
Up until now initializing the dynamic format entries with GL only was by design, since the flags only contained GL specific stuff. Maybe we'll have to move some flags to the non-gl format template table.