Displaying 1 result from an estimated 1 matches for "readfatsuperblock".
2004 Sep 12
0
Help needed: division by zero in winword etc.
...when i do in winword Open and the listbox
appears, and i try to open the pull down menu winword
just quits(without an error message in wine). In
another program like "Camel join" it quits as soon as
i go up to the level of "my computer" with a message
"didivsion by zero in ReadFATSuperblock. I was able to
track the problem down to the following lines in
volume.c (starting from line 502)
nsect -= GETWORD(buff, 0x0e) + buff[0x10] * sz +
(GETWORD(buff, 0x11) * 32 + (GETWORD(buff,
0x0b) - 1)) / GETWORD(buff, 0x0b);
nclust = nsect / buff[0x0d];
when i change t...