http://bugs.winehq.org/show_bug.cgi?id=22809
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2010-05-22 12:44:01 ---
From your log:
002a:trace:storage:PropertyStorage_ReadDictionary Reading entry with ID 0x00000010, 3145778 bytes
And from stg_prop.c: * FIXME: there isn't any checking whether the read property extends past the * end of the buffer.
Oops :/
Also, shortly before that: 002a:warn:storage:PropertyStorage_ReadProperty Unicode string has odd number of bytes
The warning basically indicates that something is likely to go bad shortly thereafter, because the code isn't sure what to do in this case. (I wrote it, and I'm not either.)