http://bugs.winehq.org/show_bug.cgi?id=31438
--- Comment #147 from jre.winesim@gmail.com --- (In reply to Anastasius Focht from comment #145)
In your case the command line would be:
--- snip --- $ printf '\x01' | dd of=Qt5Network.bin bs=1 seek=518625 count=1 conv=notrunc --- snip ---
Thanks alot! It just has to be Qt5Network.dll instead of Qt5Network.bin:
--- snip --- cd ~/.wine/drive_c/Program\ Files/Origin/ printf '\x01' | dd of=Qt5Network.dll bs=1 seek=518625 count=1 conv=notrunc --- snip ---
This results in the same md5sum as Matteo Beniamino posted them in #142: e83960877e52a81b4112081028b99927 Qt5Network.dll 5413873c4f7a18fa8eb5af6923347c48 Qt5Network.dll.orig
(In reply to Matteo Beniamino from comment #146)
Anyway, while testing it, I've noticed that apparently the patch isn't working anymore: with the current Origin client, even with the patched dll, I can't download games at reasonable speeds.
The fix still works and helps here (current OriginSetup.exe 9.4.20.386, wine 1.6.2, WinXP). Without the fix it was hard to get past "Preparing Download", with the fix it downloaded fast and without hanging.