[Bug 16117] Creatures 3 Won't Run

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 12 06:58:08 CST 2009


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





--- Comment #17 from Stefan Dösinger <stefandoesinger at 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.

-- 
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