[Bug 4672] Diablo 2, v1.11 corrupts MBR

Wine Bugs wine-bugs at winehq.org
Wed Aug 2 04:32:10 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=4672





------- Additional Comments From saulius.krasuckas at 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.



More information about the wine-bugs mailing list