http://bugs.winehq.org/show_bug.cgi?id=9297
--- Comment #9 from joaopa jeremielapuree@yahoo.fr 2010-11-06 08:58:25 CDT --- Created an attachment (id=31751) --> (http://bugs.winehq.org/attachment.cgi?id=31751) New crash log
Now crash log changed a lot in comparison with the previous one. Demo crashes in the following line
static ULONG WINAPI IDirect3DSurface8Impl_AddRef(LPDIRECT3DSURFACE8 iface) { IDirect3DSurface8Impl *This = (IDirect3DSurface8Impl *)iface;
TRACE("iface %p.\n", iface);
if (This->forwardReference) { /* Forward refcounting */ TRACE("(%p) : Forwarding to %p\n", This, This->forwardReference); _______________________________________________ return IUnknown_AddRef(This->forwardReference); ________________________________________________
in the file d3d8/surface.c