http://bugs.winehq.org/show_bug.cgi?id=9255
Summary: EVE Online login screen fails to display Product: Wine Version: 0.9.43. Platform: PC URL: http://www.eve-online.com/download/ OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: kelfe@gmx.de
The loginscreen of EVE Online fails to display after: commit 107ff2057de5fd8bf25feda05bb7bcbbfc93e64b Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Tue Aug 7 23:45:00 2007 +0200
wined3d: Move fake context code over to WGL.
:040000 040000 9ba372aaa5c3419457db40ebc37b482fa6741c4b c6effea5f3321ad5bd5ecb33c0b8b1a860747a45 M dlls
with 0.9.43 the login screen comes up pure black with 1000fps instead of around 85fps with gfx
while bisecting it seems that there are at least 2 different things as with the mentioned commit the game just crashes back to desktop and a later commit seems to "fix" the crash into the black login screen (commit ac3927a73e6bfb4e679ac4a1a92d7e64ad3f1489 wined3d: Move over to WGL.)
also the following output is new err:d3d:IWineD3DImpl_CheckDeviceType unsupported format WINED3DFMT_X8R8G8B8 WINED3DFMT_X1R5G5B5, WINED3DFMT_R5G6B5, WINED3DFMT_A2R10G10B10 have lines as well
http://bugs.winehq.org/show_bug.cgi?id=9255
--- Comment #1 from Karsten Elfenbein kelfe@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
http://bugs.winehq.org/show_bug.cgi?id=9255
--- Comment #2 from Karsten Elfenbein kelfe@gmx.de 2007-08-11 06:36:34 --- Created an attachment (id=7516) --> (http://bugs.winehq.org/attachment.cgi?id=7516) make sure we use the right conext
set the correct context or the next call might return empty results
http://bugs.winehq.org/show_bug.cgi?id=9255
Roderick Colenbrander thunderbird2k@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |thunderbird2k@gmx.net Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1
--- Comment #3 from Roderick Colenbrander thunderbird2k@gmx.net 2007-08-11 09:33:03 --- Created an attachment (id=7519) --> (http://bugs.winehq.org/attachment.cgi?id=7519) bugfix
This should hopefully fix the bug.
http://bugs.winehq.org/show_bug.cgi?id=9255
--- Comment #4 from Karsten Elfenbein kelfe@gmx.de 2007-08-11 09:47:03 --- yes that bugfix works as well
http://bugs.winehq.org/show_bug.cgi?id=9255
Karsten Elfenbein kelfe@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #5 from Karsten Elfenbein kelfe@gmx.de 2007-08-13 11:41:58 --- fixed in git commits today
thanks for the quick fix
http://bugs.winehq.org/show_bug.cgi?id=9255
--- Comment #6 from Roderick Colenbrander thunderbird2k@gmx.net 2007-08-13 11:48:44 --- :)
http://bugs.winehq.org/show_bug.cgi?id=9255
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Dan Kegel dank@kegel.com 2008-01-28 05:24:40 --- Closing all RESOLVED FIXED bugs more than three months old.