https://bugs.winehq.org/show_bug.cgi?id=41431
Bug ID: 41431 Summary: Blitz2D (DirectX 9 library) needs d3dx9_line_Draw implementation Product: Wine Version: 1.9.20 Hardware: x86-64 URL: http://www.windowsgames.co.uk/blitz2D/Blitz2Dexe.zip OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: 00cpxxx@gmail.com Distribution: Debian
When attempting to run the sample an endless amount of message boxes is created because the DrawLine function fails, this is the console output related to the line drawing:
fixme:d3dx:d3dx9_line_SetWidth iface 0x9978d8, width 1.00000000e+01 stub! fixme:d3dx:d3dx9_line_SetAntialias iface 0x9978d8, antialias 0x1 stub! fixme:d3dx:d3dx9_line_Draw iface 0x9978d8, vertex_list 0x2ea5e8, vertex_list_count 2, color 0xffff8080 stub!
More info for the library: http://windowsgames.co.uk/blitz2D.html
Wine source: https://source.winehq.org/source/dlls/d3dx9_36/line.c#0149