http://bugs.winehq.org/show_bug.cgi?id=13713
--- Comment #7 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-06-12 05:44:14 --- Here's a hack to get the application running:
diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c index 1ae8cce..f345caa 100644 --- a/dlls/wininet/internet.c +++ b/dlls/wininet/internet.c @@ -1516,7 +1516,7 @@ BOOL WINAPI InternetCrackUrlW(LPCWSTR lpszUrl_orig, DWORD dwUrlLength_orig, DWOR DWORD WINAPI InternetAttemptConnect(DWORD dwReserved) { FIXME("Stub\n"); - return ERROR_SUCCESS; + return ERROR_CALL_NOT_IMPLEMENTED;//ERROR_SUCCESS; }
Maybe it's too optimistic to return error_success. Hans, you got an idea?