http://bugs.winehq.org/show_bug.cgi?id=13713 --- Comment #7 from Louis Lenders <xerox_xerox2000(a)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? -- 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.