http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From th@zirkonium.net 2007-08-08 11:38 ------- As for digging this a bit (submitted http://bugs.winehq.org/show_bug.cgi?id=9241 originally, duplicate of this apparently) In my debug last point was datacache component, and this:
Unhandled exception: page fault on read access to 0x00000024 in 32-bit code (0x0d34b423) Looks like someone's trying to do memory pointer to nullpointer...
looking at dlls/ole32/datacache.c it looks like function: DataCache_NDIUnknown_QueryInterface() has some very loose memcmp() using.
(I don't know any C myself but got these tips - could someone with better knowledge check it out perhaps if this could be the place to look for a bug?)