Hi, I am running a program that logs into a remote server, and 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!
Configure program to use LAN connection/winsock instead!
Re: Configure program to use LAN connection/winsock instead!
Logs-in how? Using windows networking? What program?bbxx wrote:Hi, I am running a program that logs into a remote server
Around what? What's the problem?bbxx wrote:Can someone tell me how I can get around this?
Hey vitamin,
It's the encompass program I was having problems with earlier. I decided to forgo installing, and instead copied from my existing windows partition.
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.
Thanks again vitamin. I feel like I am really close.
p.s. When I searched for this on Google there are endless mentions of the same problem, but no solutions given.
It's the encompass program I was having problems with earlier. I decided to forgo installing, and instead copied from my existing windows partition.
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.
Thanks again vitamin. I feel like I am really close.
p.s. When I searched for this on Google there are endless mentions of the same problem, but no solutions given.
Progress...
I have set rasapi32 to native, and am getting past the previous problem. Now I am bumping into something else:
A dialog pops up and says "Unknown login error: Error creating the Web Proxy specified in the 'system.net/defaultProxy' configuration section."
A dialog pops up and says "Unknown login error: Error creating the Web Proxy specified in the 'system.net/defaultProxy' configuration section."
-
- Level 1
- Posts: 6
- Joined: Wed May 20, 2009 4:05 pm