https://bugs.winehq.org/show_bug.cgi?id=42274 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download --- Comment #1 from Bruno Jesus <00cpxxx(a)gmail.com> --- The user in your OS does not have privileges to change the time. You can allow the wine applications to change time doing (as root): setcap 'cap_sys_time=+ep' <path to wine preloader> The path depends on how Wine is installed, an example: setcap 'cap_sys_time=+ep' /usr/bin/wine-preloader Remember that Wine is not a sandbox, the time change will affect your OS. If time sync fails silently in the application I believe its better to ignore it than allowing every app to change time. -- 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.