http://bugs.winehq.org/show_bug.cgi?id=23317
Michel Terrisse mterrisse@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #7 from Michel Terrisse mterrisse@free.fr 2010-09-21 03:23:32 CDT --- Good news, I upgraded to Wine 1.3.3 and cannot reproduce the bug anymore. I think it can be considered as fixed.
On my side I tracked why you had an access violation and could fix the bug, this will be in the next production of EdT 2010, Pronote 2010 and ProfNote 2010 (this was something stupid, the code was testing if a strings ends with a carriage return 0x0D, 0x0A without testing that the length of the string is at least 2. With a null string you could have the access violation when trying a access memory at 0xFFFFFFFE).
Thank you for your help,
Best regards,
Michel