[Bug 11230] New: GetTickCount is affected by clock changes
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(a)winehq.org ReportedBy: ghazel(a)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). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=11230 rasz <citizenr(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |citizenr(a)gmail.com --- Comment #1 from rasz <citizenr(a)gmail.com> 2008-01-18 18:13:54 --- dupe of 7710 ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=11230 --- Comment #2 from Greg Hazel <ghazel(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=11230 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-01-21 12:57:11 --- Dup *** This bug has been marked as a duplicate of bug 7710 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=11230 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-01-21 12:57:21 --- closing -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=11230 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:23:10 CST --- Removing deprecated 'All' Platform. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
participants (1)
-
wine-bugs@winehq.org