https://bugs.winehq.org/show_bug.cgi?id=47668
--- Comment #55 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 66244 --> https://bugs.winehq.org/attachment.cgi?id=66244 last 4000 lines before reference of "Unhandled exception"
Hi the log is really huge so quite difficult to find needles i guess...
I attach last 4000 lines of your log before a suspicious "Unhandled exception" is referenced. Not 100% sure if this is useful part.
However: to make a useful debuglog I`d say set version to win7, and don`t change anything. As far as i understand from the comments the error for LogosIndexer only occured in win7 and not in winxp, right? Then it suprises me you get a crash now in winxp: Quote: "At this point I set Logos to win7; and Default to xp. There was no LogosIndexer.exe to manually select".
Anyway, if it`s not too much trouble attaching a debuglog with win7 default (for all apps).
In your whole debuglog is not a single call to ReopenFile. This is probably due to the fact that version is set to winxp...
Last remark: This is very likely a red herring but to exclude it from being the cause of trouble: just before the "Unhandled exception" reference there`s a call to DwmIsCompositionEnabled. As the crash only seems to happen in win7 and not in winxp it might be interesting to see what happens if you apply the hack from https://bugs.winehq.org/attachment.cgi?id=62551&action=diff&context=...
Another simple thing to try that just jumps in mind: Set version to winvista and see what happens (ReOpenFile seems to be introduced in vista, so if it crashes then it might still be related to ReOpenFile)
regards