[Bug 31438] [EA Origin]Unable to download game since the new version

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 2 05:56:38 CST 2015


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

--- Comment #184 from Heiko <lil_tux at web.de> ---
Created attachment 50378
  --> https://bugs.winehq.org/attachment.cgi?id=50378
Simple qt test app

This is a simplistic qt test application, that downloads a chromium snapshot
(~76MB). Works fine on native linux, works fine with patched Qt5Network.dll,
fails to complete the download with unpatched Qt5Network.dll (missing several
MB). Thus it's reasier to reproduce and doesn't need Origin at all.

Observable: The 1byte reads from the socket result in data bursts from the
system's buffer. Not quite sure if the system buffer or the application buffer
overflows, but it seems there's too much data from the peer and too slow qt
application data handling, thus there's some data lost.

For Origin this probably means failing checksum/size checks for the download
and thus erroring out.

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