[Bug 38927] IVONA Voices (SAPI TTS): Trial period (30 days) prematurely expires as soon as wineserver session ends

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 27 07:47:40 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38927

--- Comment #3 from ebemacc+bugreport at gmail.com ---
The problem is caused by wineserver supporting registry operations at
100-nanoseconds FILETIME granularity at runtime, but storing registry key
modification dates at 1-second unix time granularity on disk, thereby
effectively zeroing all sub-second time information.

IVONA Voices store checksums of their installation dates in obfuscated registry
keys using 100-nanoseconds granularity, but on subsequent runs, once the
original wineserver session has ended, recalculate and compare these checksums
from the registry key modification dates now effectively using 1-second
granularity. The checksums differ and IVONA Voices refuse to load.

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