Configure program to use LAN connection/winsock instead!

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bbxx
Level 1
Level 1
Posts: 8
Joined: Mon Mar 23, 2009 6:48 pm

Configure program to use LAN connection/winsock instead!

Post by bbxx »

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!
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Configure program to use LAN connection/winsock instead!

Post by vitamin »

bbxx wrote:Hi, I am running a program that logs into a remote server
Logs-in how? Using windows networking? What program?
bbxx wrote:Can someone tell me how I can get around this?
Around what? What's the problem?
bbxx
Level 1
Level 1
Posts: 8
Joined: Mon Mar 23, 2009 6:48 pm

Post by bbxx »

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.
bbxx
Level 1
Level 1
Posts: 8
Joined: Mon Mar 23, 2009 6:48 pm

Post by bbxx »

I'm still stuck. Anyone have a pointer?
bbxx
Level 1
Level 1
Posts: 8
Joined: Mon Mar 23, 2009 6:48 pm

Progress...

Post by bbxx »

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."
bluefightingcat
Level 1
Level 1
Posts: 6
Joined: Wed May 20, 2009 4:05 pm

Post by bluefightingcat »

Hi bbxx,

How did you change the rasapi32 to native. I seem to be having the same problem as you.

BFC
Locked