Program unable to access network

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ionux
Newbie
Newbie
Posts: 2
Joined: Wed Sep 29, 2010 1:54 pm

Program unable to access network

Post by ionux »

Hello, I'm attempting to run WoW under Ubuntu 10.04 (2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 x86_64 GNU/Linux) using Wine version 1.2.

The game installed correctly and patches correctly, however when I try to log in I am immediately get the error message "Unable to connect. Please try again later."

If I boot over into Windows, it connects fine using the same wireless network. This is the log I'm seeing when I start the game from the command line:

Code: Select all

archive Data\enUS\patch-enUS.MPQ opened
archive Data\patch.MPQ opened
archive Data\enUS\patch-enUS-2.MPQ opened
archive Data\enUS\patch-enUS-3.MPQ opened
archive Data\patch-2.MPQ opened
archive Data\patch-3.MPQ opened
archive Data\expansion.MPQ opened
archive Data\lichking.MPQ opened
archive Data\common.MPQ opened
archive Data\common-2.MPQ opened
archive Data\enUS\locale-enUS.MPQ opened
archive Data\enUS\speech-enUS.MPQ opened
archive Data\enUS\expansion-locale-enUS.MPQ opened
archive Data\enUS\lichking-locale-enUS.MPQ opened
archive Data\enUS\expansion-speech-enUS.MPQ opened
archive Data\enUS\lichking-speech-enUS.MPQ opened
fixme:win:EnumDisplayDevicesW ((null),0,0x195ee20,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x195eaec,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x195efc4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x195f464,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x195f5fc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x195f5f8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x195f5ec,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x195f1b4,0x00000000), stub!
fixme:mixer:ALSA_MixerInit No master control found on HD-Audio Generic, disabling mixer
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x192ea0,0x192da0): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x195f89c): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x195f89c): stub
failed to open C:/Program Files/World of Warcraft/Interface/AddOns
fixme:win:EnumDisplayDevicesW ((null),0,0x195df60,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x195df88,0x00000000), stub!
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (5000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 5000
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (5000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 5000
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (5000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 5000
ionux
Newbie
Newbie
Posts: 2
Joined: Wed Sep 29, 2010 1:54 pm

Post by ionux »

I updated my Wine version to the latest beta and also installed wininet, winhttp and a blank hosts file using winetricks. WoW still does not connect, but now I am seeing this message in the log file:

Code: Select all

fixme:wininet:URLCache_FindFirstFreeEntry Grow file
fixme:wininet:URLCache_CreateHashTable no free space for hash table
I am not blocking the ports needed by the app and other internet activities are working correctly.
Locked