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:
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:
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.