http://bugs.winehq.org/show_bug.cgi?id=8088
Summary: OleLoadPictureEx doesn't create a color table on gif files Product: Wine Version: 0.9.35. Platform: PC URL: http://francois.fouchet.free.fr OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: lvromman@gmail.com
I am trying to make Navigation (ses appdb) works on wine. Navigation fails while calling SetDIBColorTable.
After some investigation, I have found that Navigation loads a gif file using LoadPicture (in VB) and store it in a StdPicture. Then it calls SetDIBColorTable on it.
The gif file can be find at http://maiou.hd.free.fr/gif
It appears SetDIBColorTable fails here : if (bitmap->color_table)
OleLoadPictureEx (called for VB's LoadPicture) seems not to create the bitmap color table, with the consequence described above for Navigation.