[Bug 35587] League of Legends: Long delay before loading into the game when sound is enabled

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 22 11:00:23 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=35587

Riccardo <c10ud.dev at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48212|0                           |1
        is obsolete|                            |

--- Comment #20 from Riccardo <c10ud.dev at gmail.com> ---
Created attachment 48215
  --> http://bugs.winehq.org/attachment.cgi?id=48215
Test case for overlapped IO - version 2

Better version of the test case, thanks to focht suggestions on #wine.

compile with:
gcc -o testio.exe testio.c

usage:
(windows) testio.exe bigfile
(wine) wine testio.exe bigfile

sample run:
- windows xp sp3:
Large read: 15 for 11128460 bytes - overlapped: 0
Small reads: 14500 for 11128460 bytes - overlapped (total: 2782115): 2782115

- wine 1.7.16 ubuntu 14.04 x64 kernel 3.13.0-24-generic:
Large read: 15 for 11128460 bytes - overlapped: 0
Small reads: 44849 for 11128460 bytes - overlapped (total: 2782115): 0

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