[Bug 20319] ArcGIS 9.3 - ArcMap: Crashes upon startup

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Apr 15 03:46:34 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=20319





--- Comment #8 from Austin English <austinenglish at gmail.com>  2010-04-15 03:46:34 ---
(In reply to comment #7)
> Failures:
> 
> http://source.winehq.org/source/dlls/ole32/git.c#L328
> GITCF_CreateInstance in ole32.dll -> Not supported
> Replacing with native ole32.dll pass this point
> 
> http://source.winehq.org/source/dlls/rpcrt4/rpc_assoc.c#L226
> RpcAssoc_BindConnection in rpcrt4.dll -> Not supported
> Replacing with native rpcrt4.dll prevents this error
> 
> http://source.winehq.org/source/dlls/kernel32/actctx.c#L271
> FindActCtxSectionGuid in kernel32.dll -> Not implemented
> What to do?

Try faking an implementation:
remove:   SetLastError( ERROR_CALL_NOT_IMPLEMENTED);

change:   return FALSE;
to:       return TRUE;

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list