http://bugs.winehq.org/show_bug.cgi?id=11230
Summary: GetTickCount is affected by clock changes Product: Wine Version: 0.9.53. Platform: All OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: ghazel@gmail.com
This affects 0.9.53, but probably exists in previous versions as well.
http://source.winehq.org/source/dlls/kernel32/kernel_main.c?v=wine-0.9.52#L2...
Because GetTickCount uses GetTickCount64 which uses NtQuerySystemTime, the tick count can jump backwards if the system clock is changed. Tick count functions are supposed to be milliseconds since system start, and should not be affected by the clock, or go backwards (aside from the wrapping issue on GetTickCount, which is well known).
http://bugs.winehq.org/show_bug.cgi?id=11230
rasz citizenr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |citizenr@gmail.com
--- Comment #1 from rasz citizenr@gmail.com 2008-01-18 18:13:54 --- dupe of 7710 ?
http://bugs.winehq.org/show_bug.cgi?id=11230
--- Comment #2 from Greg Hazel ghazel@gmail.com 2008-01-18 18:18:57 --- Because of how they're implemented, yes. Perhaps change the title on the other bug to include both function names?
http://bugs.winehq.org/show_bug.cgi?id=11230
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #3 from Austin English austinenglish@gmail.com 2008-01-21 12:57:11 --- Dup
*** This bug has been marked as a duplicate of bug 7710 ***
http://bugs.winehq.org/show_bug.cgi?id=11230
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com 2008-01-21 12:57:21 --- closing
http://bugs.winehq.org/show_bug.cgi?id=11230
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other
--- Comment #5 from Austin English austinenglish@gmail.com 2012-02-23 15:23:10 CST --- Removing deprecated 'All' Platform.