thebbxx
April 2nd, 2009, 02:04 PM
Hi, I am running a program that logs into a remote server.
When the program opens it asks for login information and a server to connect to. I enter my login, and the IP of the server the same way I do when running windows. Then I press connect and the error I just mentioned keeps repeating itself until the program tells me the server is not responding. I know the server is fine because I can connect in Windows with the same info.
I am getting the following error:
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53
err:ole:CoWaitForMultipleHandles Unexpected wait termination: 192, 0
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:ras:RasEnumConnectionsW (0x82b0028,0x32e430,0x32e42c),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl 0x00000001, 0x32e404
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl 0x00000002, 0x32e404
Can someone tell me how I can get around this?
Thanks!
When the program opens it asks for login information and a server to connect to. I enter my login, and the IP of the server the same way I do when running windows. Then I press connect and the error I just mentioned keeps repeating itself until the program tells me the server is not responding. I know the server is fine because I can connect in Windows with the same info.
I am getting the following error:
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53
err:ole:CoWaitForMultipleHandles Unexpected wait termination: 192, 0
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:ras:RasEnumConnectionsW (0x82b0028,0x32e430,0x32e42c),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl 0x00000001, 0x32e404
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl 0x00000002, 0x32e404
Can someone tell me how I can get around this?
Thanks!