[Bug 18696] New: Patch 7433eb breaks EVE Online
http://bugs.winehq.org/show_bug.cgi?id=18696 Summary: Patch 7433eb breaks EVE Online Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: reboot(a)gmx.ch Created an attachment (id=21414) --> (http://bugs.winehq.org/attachment.cgi?id=21414) Screenshot of EVE Online with broken rendering The patch 7433eb76b5f05ae54702fe9e57ba315407ed651b breaks 3D rendering in EVE Online git bisect result: 7433eb76b5f05ae54702fe9e57ba315407ed651b is first bad commit commit 7433eb76b5f05ae54702fe9e57ba315407ed651b Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Fri May 29 09:13:21 2009 +0200 wined3d: Use the proper OUT swizzle in handle_ps3_input(). :040000 040000 7cb7b69a490911f691b2226c44a370c133808a61 01db75de9276241094ef598657616206b30eba77 M dlls Graphicscard: OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: GeForce 7600 GT/PCI/SSE2 OpenGL version string: 2.1.2 NVIDIA 177.82 During the start i get the following errors: fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #1: fixme:d3d_shader:print_glsl_info_log Vertex info fixme:d3d_shader:print_glsl_info_log ----------- fixme:d3d_shader:print_glsl_info_log 0(11) : error C7011: implicit cast from "vec4" to "vec3" fixme:d3d_shader:print_glsl_info_log 0(10) : error C7011: implicit cast from "vec4" to "float" fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #9: fixme:d3d_shader:print_glsl_info_log Vertex info fixme:d3d_shader:print_glsl_info_log ----------- fixme:d3d_shader:print_glsl_info_log 0(11) : error C7011: implicit cast from "vec4" to "vec3" fixme:d3d_shader:print_glsl_info_log 0(10) : error C7011: implicit cast from "vec4" to "float" fixme:d3d_shader:print_glsl_info_log 0(5) : error C7011: implicit cast from "vec4" to "vec2" During the game I then get a lot of fixme:d3d_shader:shader_glsl_load_constants >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glUniform4fvARB @ glsl_shader.c / 638 fixme:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glUseProgramObjectARB @ glsl_shader.c / 4249 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 Christoph Hohmann <reboot(a)gmx.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Patch 7433eb breaks EVE |Commit 7433eb breaks EVE |Online |Online --- Comment #1 from Christoph Hohmann <reboot(a)gmx.ch> 2009-05-29 17:47:50 --- I meant commit in git, not patch. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Summary|Commit 7433eb breaks EVE |Eve Online rendering |Online |problem -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 N3o <diafoirus(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |diafoirus(a)gmail.com --- Comment #2 from N3o <diafoirus(a)gmail.com> 2009-05-29 21:11:36 ---
Graphicscard:
OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: GeForce 7600 GT/PCI/SSE2 OpenGL version string: 2.1.2 NVIDIA 177.82
You;re using and very old graph driver, try to upgrade to last driver version and test again, the current driver version is : Linux Display Driver - x86 Version: 180.51 Operating System: Linux x86 Release Date: April 21, 2009 http://www.nvidia.com/object/linux_display_ia32_180.51.html -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 Simon König <simjoko(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simjoko(a)gmail.com --- Comment #3 from Simon König <simjoko(a)gmail.com> 2009-05-30 03:28:59 --- I can confirm this bug for NVidia 180.37.05 and also that 7433eb76b5f05ae54702fe9e57ba315407ed651b fixes the issue. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 --- Comment #4 from Simon König <simjoko(a)gmail.com> 2009-05-30 03:29:44 --- (In reply to comment #3)
I can confirm this bug for NVidia 180.37.05 and also that 7433eb76b5f05ae54702fe9e57ba315407ed651b fixes the issue.
I meant reverting 7433eb76b5f05ae54702fe9e57ba315407ed651b fixes the issue. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 --- Comment #5 from Henri Verbeet <hverbeet(a)gmail.com> 2009-05-30 11:02:12 --- The problem is the potentially different size of the masks. I'll send a revert for this. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.22 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #6 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-05-30 11:26:25 --- Confirming per comment #3. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eiffel56(a)gmail.com --- Comment #7 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-06-01 14:23:23 --- *** Bug 18721 has been marked as a duplicate of this bug. *** -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 --- Comment #8 from Simon König <simjoko(a)gmail.com> 2009-06-02 16:02:20 --- Seems to be fixed in git c18d69e. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-06-02 16:06:14 --- Reported fixed. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18696 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2009-06-05 12:47:29 --- Closing bugs fixed in 1.1.23. -- 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