http://bugs.winehq.org/show_bug.cgi?id=18061
free4machine free4machine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |free4machine@gmail.com
--- Comment #4 from free4machine free4machine@gmail.com 2009-09-21 19:05:44 --- (In reply to comment #3)
after adding some traces, I can see that:
set_win_format seems to return FALSE early
if (!(data = X11DRV_get_win_data(hwnd)) && !(data = X11DRV_create_win_data(hwnd))) return FALSE;
X11DRV_get_win_data returns NULL because XFindContext fails X11DRV_create_win_data fails at "if (parent != GetDesktopWindow() && !GetAncestor( parent, GA_PARENT )) return NULL;"
HI, Jeff Zaroyko
I also got this error when trying to run Unity on ubuntu,
err:wgl:internal_SetPixelFormat Couldn't set format of the window, returning failure err:d3d:CreateContext SetPixelFormat failed on HDC=0x159c for iPixelFormat=3 err:d3d:IWineD3DDeviceImpl_CreateSwapChain Failed to create a new context
is the bug fixed now ?
Thanks.