http://bugs.winehq.org/show_bug.cgi?id=21949 Summary: Verbose the d3d vertices processing code Product: Wine Version: 1.1.40 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: directx-ddraw AssignedTo: wine-bugs(a)winehq.org ReportedBy: dd9k(a)aol.com As of Wine 1.1.40, the vertices processing is still not perfect (See bug 19888). Thus, it may be reasonable to make the output more verbose for unhandled cases. Related code is located in: ./dlls/ddraw/executebuffer.c:492 named ERR("Unhandled vertex processing !\n"); That is definitely not enough in order to debug. A good start is to add the output of "ci->dwFlags" in there as well. It is surely a minor enhancement, but it is really annoying to recompile the whole Wine because of a small line. -- 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.