http://bugs.winehq.org/show_bug.cgi?id=34440
--- Comment #15 from Erich Hoover erich.e.hoover@gmail.com --- (In reply to Bruno Jesus from comment #14)
(In reply to Erich Hoover from comment #13)
Wow, you reproduced on Windows? I tried the demo on my wife's Win7 computer and it was happy. Though, if it's using uninitialized memory then it could just be luck of the draw.
Yes, that was the CTRL+C from the Windows XP error message box.
Could you try adding a "RC" string registry key and setting the value to "0"? This produces a different log entry (saw it try to access this key). I also noticed that setting the value of "RC" to "1" would also satisfy the application, but I'm wondering if setting it to "0" would properly initialize the memory it's using for comparison. Anastasius Focht might know better what we should try here, but it's possible that we can put together a solution that satisfies this application without breaking others.