Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fiI've scanned the directory and it says that there is no drmv2.lic file which is weird...It must be a memory issue, not sure how to change that.
I can't uninstall Vista that's not going to work unfortunately. |
#12
|
|||
|
|||
Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fiQuote:
There are many sites that explain how to uninstall vista in any conditions. I just can't understand people who use Vista... Why use system which doesn't work correctly and doesn't support most of the apps? You may read the following thread for more Should I use Windows Vista or uninstall it? |
#13
|
|||
|
|||
Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fiI just wanted to inform on this forum that FreeMe2 can now be consider as beta since it is proved to work by many testers and it's even confirmed that it is able to handle some files that FU4WM isn't.
|
#14
|
|||
|
|||
Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fiHi guys,
I've managed to get to a point where the process starts, but it hangs on 0% when I do it the command style way. Here's my output: C:\test>FreeMe2 "videofile.wmv" Enter SID for this file: 2onZFmFOErCZVCvUzUlZBA8mvQVI | | 0% C:\test> Very weird. I've tried it with the drmdbg generated keyfile. I renamed it to drm2.key, put it in the videofile's directory. Then I drag the videofile on the FreeMe2 icon (which is in the same dir), then it says: Wrong size of SID! Press <ENTER> to acknowledge error. (when I press enter the cmdline closes, so no error log ) The drm2.key file looks like this: <DRM2WMV2> <KID>EZV2nU0hokdJFmOgZx0p5Ftb</KID> <SID>2onZFmFOErCZVCvUzUlZBA8mvQVI</SID> <INFO></INFO> </DRM2WMV2> Can anyone help me? Thanks! |
#15
|
|||
|
|||
Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fiI've got the same message like "Wrong size of SID!".
I got SID from drmdbg20071003, and my freeme2 version is FreeMe2_101307.zip |
#16
|
|||
|
|||
Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fiAnyone, please?
|
#17
|
|||
|
|||
Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fiMine accepts the SID but after getting to 100% gives error:
Unknown packet id - don't know what to do! |
#18
|
|||
|
|||
Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fiQuote:
Regards. |
#19
|
|||
|
|||
Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fiToday I have finished testing new (mplayers code based) "engine" for decrypting files. It is now used as default in FreeMe2. Please compile the code and test it. If you will find any file that doesn't work now with FreeMe2 please upload it to rapidshare and PM link to me. Marry Christmas.
|
#20
|
|||
|
|||
Re: freeme2 - free software to remove DRM protection from Windows Media .WMA audio fiYou may have fixed this and are getting ready to release a version with the fix. I saw in one of the doom9 threads where on Jan 3 2008 you said you were prepping a new binary release. But just in case...
The issue mentioned here where there is no "drmv2.lic" file in the registry-specified location ("C:\ProgramData\Microsoft\Windows\DRM" on Vista) is, I believe, causing the issue mentioned over on doom9, "Couldn't allocate space for license file!". Because the file doesn't exist, the fseek / ftell calls that figure out how much space to allocate are probably returning -1, which when viewed as an unsigned int is 2^32 (4GB). That memory allocation will obviously fail. Should probably check if the file exists before opening and seeking. What I don't know nearly enough to answer is why an expected "drmv2.lic" file isn't in that directory. There *is* a drmv1.lic file. Don't know what that means. [EDIT] There is a "drmv1.key" file in that folder. There are *no* .lic files in there at all. FWIW... Donnie Quote:
|
Thread Tools | |
Display Modes | |
|
|