http://bugs.winehq.org/show_bug.cgi?id=4672
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2006-02-08 04:32 ------- Well, you could try the strace method described above:
$ WINEDEBUG=+all strace ./wine notepad &> strace_wine.txt $ cat strace_wine.txt | grep -v ^[^a-z] | grep -C10 /hda[^0-9] &> hda.txt
"hda" string in the 2nd command is a name for the disk which MBR gets corrupt. Of course, the 2nd command may need more tuning, but I'd give it a try. Attach resulting hda.txt file (or compress it before, if it gets large).