http://bugs.winehq.org/show_bug.cgi?id=24581
Summary: timeSetEvent(), a function of multimedia timer doesn't work after about 500 calls. Product: Wine Version: 1.2-rc7 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kai_nsk@ngs.ru
Created an attachment (id=31044) --> (http://bugs.winehq.org/attachment.cgi?id=31044) exe and C++ source for bug reproducing.
I fond a bug and implemented simple C++ code (a project of MS Visual Studio) for reproducing the bug. (See the attachment for details.) Also I development a work-around that partialy fixed timeSetEvent() crash. But visual instability of the timer can be observed still. Call under wine 1.2 BugTest.exe for bug reproducing, and WorkAround.exe for work around example.