[Bug 13033] Homeworld2 fails to launch

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 25 12:00:41 CDT 2008


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


Jim Cameron <jim_24601 at btinternet.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jim_24601 at btinternet.com




--- Comment #13 from Jim Cameron <jim_24601 at btinternet.com>  2008-08-25 12:00:41 ---
Homeworld 2 (demo or full with the above patch) crashes with the dreaded
"err:wgl:wglShareLists Could not share display lists, context already created
!" message. Apparently you can share an already-created context under WGL but
not Linux OpenGL. I added a hack to make wglShareLists() destroy the
destination context if it already exists. I'm not completely sure that's safe,
but it stops the crash...

Instead, the game just bombs to the desktop. I traced this down to a failure to
load a custom cursor from a .cur file. In fact there's a bug in Wine's
implementation of .cur files ... fudged it for now, I'm working on a proper
patch.


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