2 Aug
2006
2 Aug
'06
9:32 a.m.
http://bugs.winehq.org/show_bug.cgi?id=4672 ------- Additional Comments From saulius.krasuckas(a)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). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.