View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002628 | MMW v4 | Burning / Disc Handling | public | 2006-08-31 17:18 | 2007-02-28 22:10 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 2.5.4 | ||||
Summary | 0002628: Burn status bar is incorrect when > 4.3GB is burnt | ||||
Description | As described by a user, the status bar is incorrect when burning > 4.3 GB. See: http://www.mediamonkey.com/forum/viewtopic.php?t=11902 Setting as immediate: a) in case this error may cause other problems b) if it's easy to fix We can push to 'urgent' if the answer to a and b is no. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1004 | ||||
|
Pushing as it requires a modification to the interface to hpcde (too risky at this stage). |
|
As I have reviewed it, the problem is that we use an older hpcde interface that supports only 32-bit integers, we have to use a newer one: IDataDiscCallback14. The change probably has to be a little more complex, because this interface doesn't e.g. support callbacks about disc formatting and so possibly the old interface has to be used somtimes? |
|
I don't think that merging it to 2.5 is too risky, the fix was quite easy and another functionality would not be affected. (For disc formatting and disc erasing we use another callbackers). i.e. I have changed IDataCDCallback11 to IDataDiscCallback14 which returns 64-bits integers. Can be merged to 2.5.4. Resolved in revision 1500. |
|
Verified 3.0.0.1018. |