Was that "findvuk validateDisc drive=F"? The only way to fix that disk's entry in KEYDB is to run "validateDisc"uhd-4k-fan wrote: ↑Sat Feb 01, 2025 8:48 amfindvuk only gives me:
But it rips fine with MakeMKV HK now.Code: Select all
------------------------------------------------------------------------------- 09:47:37 - Get basic AACS data ------------------------------------------------------------------------------- 09:47:37 - AACS folder on disc is reachable - Validate is possible 09:47:37 - Failed to init disc >AACS UNKNOWN ERROR >-1501<<
Dump Submitted - The Blues Brothers 4K Extended Version
Re: Dump Submitted - The Blues Brothers 4K Extended Version
-
uhd-4k-fan
- Posts: 9
- Joined: Sun Jan 19, 2025 6:21 pm
Re: Dump Submitted - The Blues Brothers 4K Extended Version
Yes, tried as instructed.
But I'm pretty sure the command to disable bus encryption is wrong.
probably should be
Anyway, hardcoded it for the correct drive and verified that manually the command runs.
This gives me the full output and info of the disc.
FindVuk just gives the same error with all combinations (and also other discs)
But I'm pretty sure the command to disable bus encryption is wrong.
Code: Select all
Disable_Bus_Encryption_Cmd = "C:\Program Files (x86)\MakeMKV\makemkvcon.exe" info dev:$DRIVE$Code: Select all
Disable_Bus_Encryption_Cmd = "C:\Program Files (x86)\MakeMKV\makemkvcon.exe" info dev:$DRIVEID$Code: Select all
"C:\Program Files (x86)\MakeMKV\makemkvcon.exe" info dev:\Device\CdRom2FindVuk just gives the same error with all combinations (and also other discs)
Re: Dump Submitted - The Blues Brothers 4K Extended Version
No, it's definitely "$DRIVE$" and not "$DRIVEID$" so that the command becomes:uhd-4k-fan wrote: ↑Sat Feb 01, 2025 11:35 amBut I'm pretty sure the command to disable bus encryption is wrong.
Code: Select all
makemkvcon.exe info dev:FCode: Select all
Source specification:
iso:<FileName> - open iso image <FileName>
file:<FolderName> - open files in folder <FolderName>
disc:<DiscId> - open disc with id <DiscId> (see list Command)
dev:<DeviceName> - open disc with OS device name <DeviceName>Code: Select all
; Disable_Bus_Encryption_Cmd: command line for a tool which is able to disable bus encryption of the disc in the drive
; Supports the following placeholders: $DRIVE$=driveletter (e.g. d)
; Errorlevel=0 is taken as successful result, everything else as error
; Create_RDK_Cache_Entry_Cmd: command line for a tool which is able to determine the ReadDataKey of drive+disc and write it into RDK cache.
; The RDK cache path is: ?FOLDERID_RoamingAppData?\aacs\rdk\<DRIVEID>\<DISCID>
; Supports the following placeholders: $DRIVE$=driveletter (e.g. d), $DRIVEID$, $DISCID$, $FULLRDKPATH$
; Errorlevel=0 is taken as successful result, everything else as errorThis sounds like a wider configuration problem. Did you add the "Disable_Bus_Encryption_Cmd" setting into the "[ExternalTools]" section at the bottom of FindVUK.ini?uhd-4k-fan wrote: ↑Sat Feb 01, 2025 11:35 amFindVuk just gives the same error with all combinations (and also other discs)
-
uhd-4k-fan
- Posts: 9
- Joined: Sun Jan 19, 2025 6:21 pm
Re: Dump Submitted - The Blues Brothers 4K Extended Version
Code: Select all
"C:\Program Files (x86)\MakeMKV\makemkvcon.exe" --noscan info dev:F
MakeMKV v1.17.8 win(x86-release) started
You are running a 32-bit (x86) version of a program. Eventually this will be deprecated in upcoming versions, please upgrade to a processor manufactured during last 10 years...
Unknown device - 'F'
Failed to open disc
Total 0 titlesCode: Select all
"C:\Program Files (x86)\MakeMKV\makemkvcon.exe" --noscan info dev:\Device\CdRom2Figured it out from the findvuk logs...
Running this as admin works.
Code: Select all
Disable_Bus_Encryption_Cmd = "C:\Program Files (x86)\MakeMKV\makemkvcon.exe" --noscan info dev:\Device\CdRom2
Code: Select all
-------------------------------------------------------------------------------
13:54:31 - BusEncryption enabled => either ReadDataKey or disabling of BusEncryption required
-------------------------------------------------------------------------------
13:54:31 - External tool to disable bus encryption defined >"C:\Program Files (x86)\MakeMKV\makemkvcon.exe" --noscan info dev:\Device\CdRom2<
13:54:50 - External tool successfully disabled BusEncryption!
-------------------------------------------------------------------------------
13:54:50 - --- PART 2 --- VALIDATE VUK/UNITKEYS ---
-------------------------------------------------------------------------------
13:54:50 - Drive is detected as 'REAL BLURAY' drive
13:54:50 - M2TS files found >18<
13:54:50 - There are still 18 files that cannot be decoded with the provided unit keys!
13:54:50 - Validation failed - VUK/UnitKeys are INVALID!!!!!!!
13:54:50 - Please report this in the Doom9 forum and attach the logfile!Re: Dump Submitted - The Blues Brothers 4K Extended Version
I can help later with that. I'll pm you when I get to my laptop.
Sent from my SM-S938U1 using Tapatalk
Sent from my SM-S938U1 using Tapatalk
-
uhd-4k-fan
- Posts: 9
- Joined: Sun Jan 19, 2025 6:21 pm
Re: Dump Submitted - The Blues Brothers 4K Extended Version
not urgent, disc ripped fine with with MakeMKV HKs.
But if there is a way I can contribute back the keys to the keydb.cfg I can try to do that.
But if there is a way I can contribute back the keys to the keydb.cfg I can try to do that.
Last edited by uhd-4k-fan on Sat Feb 01, 2025 2:00 pm, edited 1 time in total.
Re: Dump Submitted - The Blues Brothers 4K Extended Version
There is once I get to my laptop later this morning. I can send you a pm with what you need to do and then it'll update the entry in the keydb with the proper information.
Sent from my SM-S938U1 using Tapatalk
Sent from my SM-S938U1 using Tapatalk
Re: Dump Submitted - The Blues Brothers 4K Extended Version
OK, not sure what's going wrong there. I have passed the instructionuhd-4k-fan wrote: ↑Sat Feb 01, 2025 12:56 pmSo this does not work with the Drive letter.Code: Select all
"C:\Program Files (x86)\MakeMKV\makemkvcon.exe" --noscan info dev:F MakeMKV v1.17.8 win(x86-release) started You are running a 32-bit (x86) version of a program. Eventually this will be deprecated in upcoming versions, please upgrade to a processor manufactured during last 10 years... Unknown device - 'F' Failed to open disc Total 0 titles
Code: Select all
Disable_Bus_Encryption_Cmd = "C:\Program Files (x86)\MakeMKV\makemkvcon.exe" info dev:$DRIVE$Removing both the "| I | 0x<hexadecimal>" and "| V | 0x<hexadecimal>" fields from your disk's KEYDB entry should allow FindVUK to validate the remaining fields.
Re: Dump Submitted - The Blues Brothers 4K Extended Version
This entry has been fixed in the keydb.
-
uhd-4k-fan
- Posts: 9
- Joined: Sun Jan 19, 2025 6:21 pm
Re: Dump Submitted - The Blues Brothers 4K Extended Version
Probably the --noscan is not required.
And the command might work for people with only one disc drive connected?
Anyway, got it working for me and now with a new entry in KeyDB.cfg validated successfully.
Thanks, I guess this can be closed.
And the command might work for people with only one disc drive connected?
Anyway, got it working for me and now with a new entry in KeyDB.cfg validated successfully.
Thanks, I guess this can be closed.