fail to open port of a game connection software

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Chao Li
Newbie
Newbie
Posts: 2
Joined: Thu Jul 30, 2009 11:03 am

fail to open port of a game connection software

Post by Chao Li »

I have a software which build connection of WC3 to the game server. It works correctly under windowxp.

Now, I try to run it under wine-1.1.26+ubuntu 9.04. The dialog can show correctly. However, after clicking the button of "connect", it prompts that "it cannot bind the port", and prints the following text in the terminal:

Code: Select all

fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION: STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION: STUB
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (9800000c)
fixme:msimtf:DllGetClassObject ({50d5107a-d278-4871-8989-f4ceaaf59cfc} {00000001-0000-0000-c000-000000000046} 0x329c8c)
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {50d5107a-d278-4871-8989-f4ceaaf59cfc} could be created for context 0x401
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
The program goes with a configuration files which contains the following port specifications:

Code: Select all

MainPort=8013

MemberPort=8012

GamePort=8011

TunnelPort=8010

TunnelTcpPort=8009

InfoPort=8008

ProxyPort=8020
I have searched the answer carefully in the web, and cannot find a solution.

Thanks a lot.
Chao Li
Newbie
Newbie
Posts: 2
Joined: Thu Jul 30, 2009 11:03 am

An additional information

Post by Chao Li »

I can use IE6 under wine to open the website of the server (the game host) correctly.
Locked