http://bugs.winehq.org/show_bug.cgi?id=22441
Summary: DNSBench cannot save to file an image Product: Wine Version: unspecified Platform: x86 URL: http://www.grc.com/dns/benchmark.htm OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: JosephHenryBlack@yahoo.co.nz
GRC's DNSBench.exe (a tiny 150kb download written in assembler) cannot save an image. This app works well in wine with only a few small issues:
fixme:gdiplus:GdipCreateBitmapFromGdiDib don't know how to handle 32 bpp
To see this, start DNSBench, it briefly checks for internet access and shows 4 main tabs. Click on the Nameservers tab, and it displays a list of IP addresses and names. Right click on this and the menu shows the 8th option as "Save all as image to file" This is shown in the attachment (a closeup from a screenshot).
http://source.winehq.org/source/dlls/gdiplus/image.c#L1215 line 1215 GpStatus WINGDIPAPI GdipCreateBitmapFromGdiDib shows 32bpp not handled yet.
winetricks gdiplus works around this problem.