[EMAIL PROTECTED] wrote: > http://bugs.winehq.org/show_bug.cgi?id=10488 > > > > > > --- Comment #14 from Yolande Haneder <[EMAIL PROTECTED]> 2007-11-25 00:30:20 > --- > Re: > > err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub > manager, oxid=3700000038, oid=d > err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error > 0x8001011d > > Which I have been told to be a memory conflict in C > > and > > err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 > > Could someone tell me which file in Wine is concerned so that someone my look > at it? > > Thank you > >
Looks like dlls/ole32/marshal.c by the dump. I believe Dan Kegel had reported a bug for Wine 1.0 based on the dlls/ole32/tests/marshal.c in which it failed. The relevant bug is as follows: http://bugs.winehq.com/show_bug.cgi?id=10076 -Zac
