[Bug 9255] EVE Online login screen fails to display

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 11 06:18:53 CDT 2007


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





--- Comment #1 from Karsten Elfenbein <kelfe at gmx.de>  2007-08-11 06:18:52 ---
from debugging it seems that the format check seems to fails

dlls/wined3d/directx.c IWineD3DImpl_CheckDeviceType grabs DescribePixelFormat
into nCfgs but in this special case nCfgs is empty


adding
if (DisplayFormat==WINED3DFMT_X8R8G8B8) {
WineD3D_ReleaseFakeGLContext();
return WINED3D_OK;
}

works around this issue and the login screen appears as intended


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list