[Bug 38820] PunkBuster pbsetup 3.8 fails to download updates

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 27 04:39:44 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38820

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download
                URL|                            |http://web2.evenbalance.com
                   |                            |/downloader/download.php
                 CC|                            |focht at gmx.net

--- Comment #1 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

I can't confirm this, works fine every time here.

Downloaded: 'pbsetup.zip' -> 'pbsetup.exe'

Created new WINEPREFIX.
Manually created a directory to fake a game installation:

--- snip ---
$ mkdir -p "$(winepath 'c:\Program Files\EA Games\Battlefield 2 Demo')"
--- snip ---

Started the app, selected 'Battlefield 2' -> 'add game'.
The updater downloaded and unpacked all files successfully.

The download of 'pbgame.htm' is done as part of first-time setup - there is not
even a (fake) game installation needed.

Relevant part of trace log

--- snip ---
$ WINEDEBUG=+tid,+seh,+relay wine ./pbsetup.exe >>log.txt 2>&1
...
0026:Call ws2_32.WSAStartup(00000101,0032f7a8) ret=004e326f
0026:Ret  ws2_32.WSAStartup() retval=00000000 ret=004e326f 
...
0026:Call ws2_32.inet_addr(00637c64 "websec.evenbalance.com") ret=004e295a
0026:Ret  ws2_32.inet_addr() retval=ffffffff ret=004e295a
0026:Call ws2_32.gethostbyname(00637c64 "websec.evenbalance.com") ret=004e2967 
...
0026:Ret  ws2_32.gethostbyname() retval=0016bbd8 ret=004e2967
0026:Call ws2_32.htons(000017c0) ret=004e2af5
0026:Ret  ws2_32.htons() retval=0000c017 ret=004e2af5 
...
0026:Call ws2_32.socket(00000002,00000001,00000000) ret=004e2f86
0026:Ret  ws2_32.socket() retval=00000068 ret=004e2f86
0026:Call ws2_32.ioctlsocket(00000068,8004667e,0032f958) ret=004e2fa2
0026:Ret  ws2_32.ioctlsocket() retval=00000000 ret=004e2fa2
0026:Call ws2_32.WSAAsyncSelect(00000068,00020094,00000400,00000033)
ret=0046a898
0026:Ret  ws2_32.WSAAsyncSelect() retval=00000000 ret=0046a898
0026:Call ws2_32.connect(00000068,006381c8,00000010) ret=004e2ffa 
...
0026:Ret  ws2_32.connect() retval=ffffffff ret=004e2ffa
0026:Call ws2_32.WSAGetLastError() ret=004e3004
0026:Ret  ws2_32.WSAGetLastError() retval=00002733 ret=004e3004 
...
0026:Call ws2_32.select(00000000,00000000,0032f7e4,00000000,0063816c)
ret=004e2613
...
0026:Ret  ws2_32.select() retval=00000001 ret=004e2613 
0026:Call ws2_32.send(00000068,00638294,00000010,00000000) ret=004e34f3
...
0026:Ret  ws2_32.send() retval=00000010 ret=004e34f3 
0026:Call KERNEL32.CreateFileA(0063c70c
"C:\\users\\focht\\Temp\\pbsc80c.tmp",40000000,00000003,0032b86c,00000002,00000080,00000000)
ret=004ce244
0026:Ret  KERNEL32.CreateFileA() retval=0000006c ret=004ce244
0026:Call KERNEL32.GetFileType(0000006c) ret=004ce251
0026:Ret  KERNEL32.GetFileType() retval=00000001 ret=004ce251
...
0026:Call ws2_32.select(00000000,0032b7b0,00000000,00000000,0063b164)
ret=004e25b3
...
0026:Ret  ws2_32.select() retval=00000001 ret=004e25b3
0026:Call ws2_32.recv(00000068,0032c93d,00000003,00000000) ret=004e3458
...
0026:Ret  ws2_32.recv() retval=00000003 ret=004e3458
0026:Call KERNEL32.WriteFile(0000006c,0032b940,00001000,0032b490,00000000)
ret=004cea85
0026:Ret  KERNEL32.WriteFile() retval=00000001 ret=004cea85 
...
0026:Call ws2_32.recv(00000068,0032c385,000005bb,00000000) ret=004e3458
...
0026:Ret  ws2_32.recv() retval=00000000 ret=004e3458
0026:Call KERNEL32.WriteFile(0000006c,0032b940,00000a45,0032b490,00000000)
ret=004cea85
0026:Ret  KERNEL32.WriteFile() retval=00000001 ret=004cea85 
...
0026:Call KERNEL32.CloseHandle(0000006c) ret=004ce5f7
0026:Ret  KERNEL32.CloseHandle() retval=00000001 ret=004ce5f7 
...
0026:Call KERNEL32.CopyFileA(0063c70c
"C:\\users\\focht\\Temp\\pbsc80c.tmp",0063841c "pbgame.htm",00000000)
ret=0049d3f3
0026:Ret  KERNEL32.CopyFileA() retval=00000001 ret=0049d3f3 
...
--- snip ---

Check your Linux host for that download first, e.g. put a 'wget' loop to
download 'http://websec.evenbalance.com:6080/downloads/pbgame.htm' along with
'wireshark' capture.

$ sha1sum pbsetup.zip 
a9b8735cbc22e4a0a78355acc279d97e2d747658  pbsetup.zip

$ du -sh pbsetup.zip 
696K    pbsetup.zip

$ wine --version
wine-1.7.46

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list