http://bugs.winehq.org/show_bug.cgi?id=13033
Jim Cameron jim_24601@btinternet.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jim_24601@btinternet.com
--- Comment #13 from Jim Cameron jim_24601@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.