[Bug 9255] New: EVE Online login screen fails to display
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(a)winehq.org ReportedBy: kelfe(a)gmx.de The loginscreen of EVE Online fails to display after: commit 107ff2057de5fd8bf25feda05bb7bcbbfc93e64b Author: Roderick Colenbrander <thunderbird2k(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9255 --- Comment #1 from Karsten Elfenbein <kelfe(a)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.
http://bugs.winehq.org/show_bug.cgi?id=9255 --- Comment #2 from Karsten Elfenbein <kelfe(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9255 Roderick Colenbrander <thunderbird2k(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs(a)winehq.org |thunderbird2k(a)gmx.net Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 --- Comment #3 from Roderick Colenbrander <thunderbird2k(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9255 --- Comment #4 from Karsten Elfenbein <kelfe(a)gmx.de> 2007-08-11 09:47:03 --- yes that bugfix works as well -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9255 Karsten Elfenbein <kelfe(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Karsten Elfenbein <kelfe(a)gmx.de> 2007-08-13 11:41:58 --- fixed in git commits today thanks for the quick fix -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9255 --- Comment #6 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2007-08-13 11:48:44 --- :) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9255 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:24:40 --- Closing all RESOLVED FIXED bugs more than three months old. -- 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.
participants (1)
-
wine-bugs@winehq.org