"Mike" == Mike Hearn mh@codeweavers.com writes:
Mike> On Fri, 01 Apr 2005 10:53:36 +0200, Uwe Bonnes wrote: >> nearly all recent install shield installer fail for me, similar like:
Mike> I debugged this a bit with Maxime Bellenge, she sent me a full Mike> trace which revealed that this is a known problem. Here is a quick Mike> hacky patch to work around it:
Mike> Index: stubmanager.c Mike> =================================================================== Mike> RCS file: /home/wine/wine/dlls/ole32/stubmanager.c,v retrieving Mike> revision 1.19 diff -u -p -r1.19 stubmanager.c --- stubmanager.c 17 Mike> Mar 2005 10:26:20 -0000 1.19 +++ stubmanager.c 23 Mar 2005 Mike> 21:51:08 -0000 @@ -477,7 +481,7 @@ BOOL Mike> stub_manager_notify_unmarshal(struc default: WARN("object OID %s Mike> already unmarshaled\n", wine_dbgstr_longlong(m->oid)); - ret = Mike> FALSE; + ret = TRUE; /* FIXME */ break; }
The altera installation proceeds a little bit, but not in a usefull way.
Thanks