http://bugs.winehq.org/show_bug.cgi?id=17324
--- Comment #14 from Toralf Förster toralf.foerster@gmx.de 2009-02-24 05:34:54 --- I bisected the issue to :
tfoerste@n22 ~/devel/wine-git $ git bisect bad 8a5eae2122478f5f057b1f696523157003d0dbcc is first bad commit commit 8a5eae2122478f5f057b1f696523157003d0dbcc Author: Hans Leidekker hans@codeweavers.com Date: Tue Jan 6 11:20:41 2009 +0100
usp10: Handle CR/LF in ScriptItemize.
:040000 040000 ec9d2861749359e5f145a4af35189c37feff9010 2961a4bb15ac25e84452a4cc3626b410ef8e4d6b M dlls
Verified it by reverting that commit and applying the patch agains wine-1.1.15 :
tfoerste@n22 ~/devel/wine-git $ git diff 020456f..8a5eae2 | patch -p1 -R patching file dlls/usp10/tests/usp10.c patching file dlls/usp10/usp10.c
I currently run notes w/ this version, runs fine until now.
BTW the issue always happened (however unfortunately not at every try) by opening one of 3 specific documents, common was that all docsuments have attachements (*.xls or *.doc)