View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003707 | MMW v4 | Documentation | public | 2007-10-02 22:33 | 2007-10-14 00:56 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.0 | ||||
Summary | 0003707: Regression: It seems that WMA DRM test doesn't work correctly. | ||||
Description | Now, If I want to burn _any_ WMA track on an audio CD I get the error: '...Some of the tracks are protected by Digital Rights Management...' althoug it isn't. i.e. the function MMInitBurn() in in_wma.dll no longer works correctly. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
It works well on my machine. Where exactly in TBurner.PrepareTracks() does it fail? Could you find out more about the root of the problem? |
|
Strange, the problem in hpCDEBurner.pas is on the line 1791: DRMHandle := DRMInitBurn( WMADRMTracks.Count, @TrackPaths[0]); (DRMHandle = nil) in my case for every WMA file. But I also feel like this happens only to me, because there would be any complaints on B3 testing forum. But I'm testing build 1083, I cannot see anything that is wrong with my config. |
|
You can try to debug more in in_wma plug-in, in order to see what exactly fails. I guess that you could have some outdated WM components? But before installing updates, I'd be good to know what exactly is going on... |
|
I've been trying to debug the in_wma plugin but I'm missing 'WMStubDRM_38400.lib' to successfuly compile it. I am going to try it again after the weekend when I'm back working with this computer and once I have this lib. |
|
We found that this was because of my old WM components. I have installed WM Player v.9.00 After update the test is working correctly. Based on discussion with Jiri we should update this in FAQ (i.e. that DRM test can fails for users which have an older Windows Media components) Assigning to Rusty to update this in the FAQ. |
|
Updated: http://www.mediamonkey.com/faq/index.php?action=artikel&cat=373735&id=42 |