Nexy: VS 2015
1,976 2019-07-27 19:36:37
1,977 2019-07-27 20:00:52
I've been working on dumping some DVD-Video discs recently, but I can't extract any of the title keys using CSS. Everytime, whether ran by DIC or individually, this error is thrown.
[F:ExecReadDisc][L:150] GetLastError: 1450, Insufficient system resources exist to complete the requested service. lpCmd: a8, 00, 00, 00, 01, 05, 00, 00, 00, 02, 00, 00 dwBufSize: 4096
DeeDyne has exactly the same problem.
1,978 2019-07-28 03:57:48
I'm trying to do some backwards dumping of a Tages CD. Could you add that option to DVD as well?
I'll add it in the future.
here is an unlicensed PS2 disc that does not work with /sf flag
If there is not BIG.DAT, DIC can't detect protection.
Running Windows 7 64 bit, DICUI 1.13
DICUI is here http://forum.redump.org/topic/17889/dic … available/ or https://github.com/SabreTools/DICUI
First track in 2nd dump is bigger by 150 sectors, is it expected that old vs new dumps are different?
It seems it can't get MSF.
REM LEAD-OUT 00:00:00
REM SESSION 02
REM LEAD-IN 00:00:00
REM PREGAP 00:00:00
GetLastError: 1450, Insufficient system resources exist to complete the requested service.
I saw this error for the first time.
Updated test version. http://www.mediafire.com/file/eq80y20l9 … st.7z/file
- changed: CSS authentication tool (CSS.exe -> DVDAuth.exe)
1,979 2019-07-28 04:29:41
Updated test version. http://www.mediafire.com/file/eq80y20l9 … st.7z/file
- changed: CSS authentication tool (CSS.exe -> DVDAuth.exe)
Tested, throws an extremely similar error, no output at all printed to the log file.
[F:ExecReadDisc][L:165] GetLastError: 1450, Insufficient system resources exist to complete the requested service.
lpCmd: a8, 00, 00, 00, 01, 05, 00, 00, 00, 02, 00, 00
dwBufSize: 4096
1,980 2019-07-28 05:22:17 (edited by Nexy 2019-07-28 05:24:10)
So /r only works for audio CD's currently? Your documents should be updated in that case as they say it works for data, which it does not.
1,981 2019-07-28 06:39:28
So /r only works for audio CD's currently?
Plextor drive
: audio command -> 0xd8 is used
: data command -> 0xd8 is used --> scrambled data sector
: audio command with /be flag -> 0xbe is used
: data command with /be flag -> 0xbe is used --> non scrambled data sector
1,982 2019-07-28 06:48:45
user7 wrote:here is an unlicensed PS2 disc that does not work with /sf flag
If there is not BIG.DAT, DIC can't detect protection.
All four files copied over fine, but not for dumping
IsoBuster doesn't like it either.
1,983 2019-07-28 08:23:20 (edited by Nexy 2019-07-28 17:42:02)
OK got it to compile, but seems you didn't implement that yet... I need it for XIII and some other stuff.
1,984 2019-07-29 06:05:36
All four files copied over fine, but not for dumping
Simple c2 errors, not protection?
Tested, throws an extremely similar error, no output at all printed to the log file.
Does this error occur by all DVD you have? or not?
1,985 2019-07-29 06:09:25
Does this error occur by all DVD you have? or not?
Yes, any DVD I tested produced this error.
1,986 2019-07-29 06:17:19 (edited by sarami 2019-07-29 10:18:02)
Uploaded: http://www.mediafire.com/file/eq80y20l9 … st.7z/file
- fixed: short of the buf size. (DVDAuth)
- added: DVD drive region to log
1,987 2019-07-29 12:24:57
Uploaded: http://www.mediafire.com/file/eq80y20l9 … st.7z/file
- fixed: short of the buf size. (DVDAuth)
- added: DVD drive region to log
Tested, does not work; the error I got last time is gone, but in it's place DVDAuth only returns
Failed to get the TitleKey
multiple times. The log file remains empty.
1,988 2019-07-29 12:47:47 (edited by sarami 2019-07-29 13:15:09)
http://forum.redump.org/post/71821/#p71821
Same problem? I also confirmed that if drive is region 2 and disc is region 1, "Failed to get the TitleKey" occurred.
Uploaded. (link is same)
- added: EncryptedTitleKey
- changed: TitleKey -> DecryptedTitleKey
1,989 2019-07-29 13:31:50
sarami, have you looked more closely at multisession issue I reported few days ago? Sth doesn't look right there...
1,991 2019-07-29 18:23:52 (edited by reentrant 2019-07-29 18:24:46)
Dump with /ms flag is the same as old dump. There's an additional info printed:
Creating .scm (LBA) 120757/353286 Lead-out length of 1st session: 6750
Creating .scm (LBA) 120762/353286 End of readable sector
Sleep 20000 msec
Lead-in length of 2nd session: 4500
Creating .scm (LBA) 125407/353286 Pregap length of 1st track of 2nd session: 150
Creating .scm (LBA) 353286/353286
No C2 errors
REM SESSION 01
FILE "Max_Kids_2_2009 (Track 1).bin" BINARY
TRACK 01 AUDIO
INDEX 01 00:00:00
REM LEAD-OUT 01:30:00
REM SESSION 02
REM LEAD-IN 01:00:00
REM PREGAP 00:02:00
FILE "Max_Kids_2_2009 (Track 2).bin" BINARY
TRACK 02 MODE2/2352
INDEX 01 00:00:00
Have you considered adding automatically /ms flag when disc is multisession?
1,992 2019-07-29 19:29:25
http://forum.redump.org/post/71821/#p71821
Same problem? I also confirmed that if drive is region 2 and disc is region 1, "Failed to get the TitleKey" occurred.Uploaded. (link is same)
- added: EncryptedTitleKey
- changed: TitleKey -> DecryptedTitleKey
Nope, my disc drive's region and the region of the discs I'm dumping are the same (Region 1)
1,993 2019-07-29 23:58:04
F1ReB4LL wrote:"/vn" without val for autodetection?
Yes.
It seems there's no autodetection, it says the value is omitted, the [0] is used and it always starts the first track with the non-zero byte, without the 18032-byte piece for the Color discs.
1,994 2019-07-30 05:37:24
Nope, my disc drive's region and the region of the discs I'm dumping are the same (Region 1)
Uploaded: http://www.mediafire.com/file/eq80y20l9 … st.7z/file
- fixed: GetBusKey (DVDAuth)
1,995 2019-07-30 08:31:47 (edited by Resistiv 2019-07-30 20:29:55)
Uploaded: http://www.mediafire.com/file/eq80y20l9 … st.7z/file
- fixed: GetBusKey (DVDAuth)
Heya, looks like it worked! Here's the output just to verify that everything went well, let me know if something is missing, but otherwise it looks fixed!
AllDiscKeys ((40 bits per 1 key) * 409 keys)
[001]: A8 1E FB 8D 8E
[002]: AC FD 70 D0 86 [003]: C7 E7 A9 78 93 [004]: DD E1 B4 68 33 [005]: B7 CC EC 2A 07
[006]: 12 EB 5C 6B 4E [007]: 8F 0F 5D 25 8B [008]: 10 7E D3 E4 0F [009]: A2 8A 3C C6 FA
[010]: 14 1D 28 A6 D0 [011]: B4 14 C1 E3 65 [012]: 5A 36 55 62 A4 [013]: F0 40 D9 8D E2
[014]: 7F BF 4C C5 8E [015]: 02 8B 91 30 50 [016]: 2E B2 2F 4B 2E [017]: 65 D0 50 E6 36
[018]: 5E 7A FE 7D CA [019]: FE 62 80 9A 80 [020]: 01 5D 24 5E 36 [021]: 4E 37 F3 85 FF
[022]: 59 D9 1E E6 ED [023]: 13 A5 3B 25 41 [024]: 5D 4E 7A 11 A0 [025]: 00 15 E6 74 1C
[026]: 6F 82 7C E3 9C [027]: 23 2F 98 6F 7C [028]: D4 CB C8 F5 A9 [029]: BB 18 33 85 0D
[030]: 67 5E A6 0A 31 [031]: 3A 0F CE D6 45 [032]: 5B CC 68 4C 26 [033]: EA 22 30 E0 07
[034]: 65 D0 50 E6 36 [035]: 23 2F 98 6F 7C [036]: D4 CB C8 F5 A9 [037]: DD E1 B4 68 33
[038]: 14 1D 28 A6 D0 [039]: C7 E7 A9 78 93 [040]: EA 22 30 E0 07 [041]: B4 14 C1 E3 65
[042]: A2 8A 3C C6 FA [043]: 67 5E A6 0A 31 [044]: 8F 0F 5D 25 8B [045]: DD E1 B4 68 33
[046]: 6F 82 7C E3 9C [047]: B7 CC EC 2A 07 [048]: EA 22 30 E0 07 [049]: 65 D0 50 E6 36
[050]: AC FD 70 D0 86 [051]: 5A 36 55 62 A4 [052]: D4 CB C8 F5 A9 [053]: 12 EB 5C 6B 4E
[054]: D4 CB C8 F5 A9 [055]: A2 8A 3C C6 FA [056]: F0 40 D9 8D E2 [057]: B7 CC EC 2A 07
[058]: AC FD 70 D0 86 [059]: C7 E7 A9 78 93 [060]: DD E1 B4 68 33 [061]: 02 8B 91 30 50
[062]: B7 CC EC 2A 07 [063]: 02 8B 91 30 50 [064]: 14 1D 28 A6 D0 [065]: 4E 37 F3 85 FF
[066]: 10 7E D3 E4 0F [067]: B7 CC EC 2A 07 [068]: 13 A5 3B 25 41 [069]: 2E B2 2F 4B 2E
[070]: 12 EB 5C 6B 4E [071]: 13 A5 3B 25 41 [072]: 00 15 E6 74 1C [073]: F0 40 D9 8D E2
[074]: FE 62 80 9A 80 [075]: 67 5E A6 0A 31 [076]: 2E B2 2F 4B 2E [077]: B4 14 C1 E3 65
[078]: EA 22 30 E0 07 [079]: 02 8B 91 30 50 [080]: 8F 0F 5D 25 8B [081]: 67 5E A6 0A 31
[082]: 00 15 E6 74 1C [083]: EA 22 30 E0 07 [084]: AC FD 70 D0 86 [085]: 01 5D 24 5E 36
[086]: 10 7E D3 E4 0F [087]: 7F BF 4C C5 8E [088]: 13 A5 3B 25 41 [089]: 10 7E D3 E4 0F
[090]: 02 8B 91 30 50 [091]: 00 15 E6 74 1C [092]: 59 D9 1E E6 ED [093]: 5E 7A FE 7D CA
[094]: 12 EB 5C 6B 4E [095]: 67 5E A6 0A 31 [096]: B7 CC EC 2A 07 [097]: 5A 36 55 62 A4
[098]: EA 22 30 E0 07 [099]: 23 2F 98 6F 7C [100]: 6F 82 7C E3 9C [101]: B7 CC EC 2A 07
[102]: 2E B2 2F 4B 2E [103]: 65 D0 50 E6 36 [104]: 67 5E A6 0A 31 [105]: EA 22 30 E0 07
[106]: F0 40 D9 8D E2 [107]: 3A 0F CE D6 45 [108]: B4 14 C1 E3 65 [109]: F0 40 D9 8D E2
[110]: 5A 36 55 62 A4 [111]: 2E B2 2F 4B 2E [112]: A2 8A 3C C6 FA [113]: DD E1 B4 68 33
[114]: 7B 0E EB 64 24 [115]: A2 8A 3C C6 FA [116]: 59 D9 1E E6 ED [117]: 4E 37 F3 85 FF
[118]: DD E1 B4 68 33 [119]: B4 14 C1 E3 65 [120]: BB 18 33 85 0D [121]: AC FD 70 D0 86
[122]: 7F BF 4C C5 8E [123]: 65 D0 50 E6 36 [124]: FE 62 80 9A 80 [125]: 12 EB 5C 6B 4E
[126]: F0 40 D9 8D E2 [127]: 4E 37 F3 85 FF [128]: 2E B2 2F 4B 2E [129]: F0 40 D9 8D E2
[130]: 02 8B 91 30 50 [131]: 10 7E D3 E4 0F [132]: 2E B2 2F 4B 2E [133]: BB 18 33 85 0D
[134]: 13 A5 3B 25 41 [135]: 3A 0F CE D6 45 [136]: BB 18 33 85 0D [137]: AC FD 70 D0 86
[138]: D4 CB C8 F5 A9 [139]: 12 EB 5C 6B 4E [140]: F0 40 D9 8D E2 [141]: 8F 0F 5D 25 8B
[142]: 01 5D 24 5E 36 [143]: 02 8B 91 30 50 [144]: A2 8A 3C C6 FA [145]: AC FD 70 D0 86
[146]: D4 CB C8 F5 A9 [147]: BB 18 33 85 0D [148]: 13 A5 3B 25 41 [149]: 01 5D 24 5E 36
[150]: 12 EB 5C 6B 4E [151]: 5E 7A FE 7D CA [152]: 2E B2 2F 4B 2E [153]: 12 EB 5C 6B 4E
[154]: EA 22 30 E0 07 [155]: 5E 7A FE 7D CA [156]: 14 1D 28 A6 D0 [157]: 5A 36 55 62 A4
[158]: 59 D9 1E E6 ED [159]: 5D 4E 7A 11 A0 [160]: 13 A5 3B 25 41 [161]: C7 E7 A9 78 93
[162]: 67 5E A6 0A 31 [163]: 12 EB 5C 6B 4E [164]: 67 5E A6 0A 31 [165]: FE 62 80 9A 80
[166]: C7 E7 A9 78 93 [167]: 00 15 E6 74 1C [168]: FE 62 80 9A 80 [169]: 67 5E A6 0A 31
[170]: BB 18 33 85 0D [171]: 3A 0F CE D6 45 [172]: C7 E7 A9 78 93 [173]: 2E B2 2F 4B 2E
[174]: 65 D0 50 E6 36 [175]: 14 1D 28 A6 D0 [176]: 2E B2 2F 4B 2E [177]: B4 14 C1 E3 65
[178]: B7 CC EC 2A 07 [179]: 5B CC 68 4C 26 [180]: 00 15 E6 74 1C [181]: A2 8A 3C C6 FA
[182]: 4E 37 F3 85 FF [183]: 8F 0F 5D 25 8B [184]: F0 40 D9 8D E2 [185]: 01 5D 24 5E 36
[186]: 12 EB 5C 6B 4E [187]: 13 A5 3B 25 41 [188]: 3A 0F CE D6 45 [189]: 00 15 E6 74 1C
[190]: B4 14 C1 E3 65 [191]: 01 5D 24 5E 36 [192]: 6F 82 7C E3 9C [193]: 8F 0F 5D 25 8B
[194]: 7F BF 4C C5 8E [195]: 13 A5 3B 25 41 [196]: 5D 4E 7A 11 A0 [197]: 6F 82 7C E3 9C
[198]: 7F BF 4C C5 8E [199]: A2 8A 3C C6 FA [200]: 59 D9 1E E6 ED [201]: 14 1D 28 A6 D0
[202]: 12 EB 5C 6B 4E [203]: 13 A5 3B 25 41 [204]: 5D 4E 7A 11 A0 [205]: 59 D9 1E E6 ED
[206]: 3A 0F CE D6 45 [207]: 12 EB 5C 6B 4E [208]: 3A 0F CE D6 45 [209]: AC FD 70 D0 86
[210]: 14 1D 28 A6 D0 [211]: 59 D9 1E E6 ED [212]: A2 8A 3C C6 FA [213]: BB 18 33 85 0D
[214]: 23 2F 98 6F 7C [215]: 01 5D 24 5E 36 [216]: 2E B2 2F 4B 2E [217]: 3A 0F CE D6 45
[218]: 8F 0F 5D 25 8B [219]: F0 40 D9 8D E2 [220]: 13 A5 3B 25 41 [221]: 3A 0F CE D6 45
[222]: 02 8B 91 30 50 [223]: 4E 37 F3 85 FF [224]: 59 D9 1E E6 ED [225]: DD E1 B4 68 33
[226]: 4E 37 F3 85 FF [227]: 7F BF 4C C5 8E [228]: 65 D0 50 E6 36 [229]: 5E 7A FE 7D CA
[230]: AC FD 70 D0 86 [231]: B4 14 C1 E3 65 [232]: 13 A5 3B 25 41 [233]: 4E 37 F3 85 FF
[234]: 02 8B 91 30 50 [235]: B4 14 C1 E3 65 [236]: 01 5D 24 5E 36 [237]: FE 62 80 9A 80
[238]: 10 7E D3 E4 0F [239]: 65 D0 50 E6 36 [240]: 23 2F 98 6F 7C [241]: BB 18 33 85 0D
[242]: 23 2F 98 6F 7C [243]: 59 D9 1E E6 ED [244]: F0 40 D9 8D E2 [245]: B7 CC EC 2A 07
[246]: 01 5D 24 5E 36 [247]: 5E 7A FE 7D CA [248]: A2 8A 3C C6 FA [249]: 5B CC 68 4C 26
[250]: F0 40 D9 8D E2 [251]: 59 D9 1E E6 ED [252]: FE 62 80 9A 80 [253]: EA 22 30 E0 07
[254]: 00 15 E6 74 1C [255]: D4 CB C8 F5 A9 [256]: 10 7E D3 E4 0F [257]: EA 22 30 E0 07
[258]: 3A 0F CE D6 45 [259]: EA 22 30 E0 07 [260]: AC FD 70 D0 86 [261]: 5A 36 55 62 A4
[262]: 14 1D 28 A6 D0 [263]: 01 5D 24 5E 36 [264]: BB 18 33 85 0D [265]: 65 D0 50 E6 36
[266]: 5A 36 55 62 A4 [267]: 3A 0F CE D6 45 [268]: 5A 36 55 62 A4 [269]: 5B CC 68 4C 26
[270]: 14 1D 28 A6 D0 [271]: 02 8B 91 30 50 [272]: EA 22 30 E0 07 [273]: 6F 82 7C E3 9C
[274]: BB 18 33 85 0D [275]: 00 15 E6 74 1C [276]: 5D 4E 7A 11 A0 [277]: 10 7E D3 E4 0F
[278]: 7F BF 4C C5 8E [279]: A2 8A 3C C6 FA [280]: 10 7E D3 E4 0F [281]: B7 CC EC 2A 07
[282]: C7 E7 A9 78 93 [283]: FE 62 80 9A 80 [284]: B4 14 C1 E3 65 [285]: AC FD 70 D0 86
[286]: 3A 0F CE D6 45 [287]: 10 7E D3 E4 0F [288]: 5E 7A FE 7D CA [289]: 59 D9 1E E6 ED
[290]: 5E 7A FE 7D CA [291]: B7 CC EC 2A 07 [292]: 67 5E A6 0A 31 [293]: 02 8B 91 30 50
[294]: 01 5D 24 5E 36 [295]: 5A 36 55 62 A4 [296]: D4 CB C8 F5 A9 [297]: 00 15 E6 74 1C
[298]: 67 5E A6 0A 31 [299]: 4E 37 F3 85 FF [300]: B4 14 C1 E3 65 [301]: 00 15 E6 74 1C
[302]: 23 2F 98 6F 7C [303]: FE 62 80 9A 80 [304]: DD E1 B4 68 33 [305]: 5E 7A FE 7D CA
[306]: 5B CC 68 4C 26 [307]: 02 8B 91 30 50 [308]: FE 62 80 9A 80 [309]: 5A 36 55 62 A4
[310]: C7 E7 A9 78 93 [311]: 5B CC 68 4C 26 [312]: BB 18 33 85 0D [313]: C7 E7 A9 78 93
[314]: 65 D0 50 E6 36 [315]: C7 E7 A9 78 93 [316]: 6F 82 7C E3 9C [317]: 23 2F 98 6F 7C
[318]: 67 5E A6 0A 31 [319]: 65 D0 50 E6 36 [320]: 01 5D 24 5E 36 [321]: DD E1 B4 68 33
[322]: B4 14 C1 E3 65 [323]: 6F 82 7C E3 9C [324]: BB 18 33 85 0D [325]: 14 1D 28 A6 D0
[326]: D4 CB C8 F5 A9 [327]: 5A 36 55 62 A4 [328]: 5D 4E 7A 11 A0 [329]: D4 CB C8 F5 A9
[330]: 6F 82 7C E3 9C [331]: 14 1D 28 A6 D0 [332]: DD E1 B4 68 33 [333]: B7 CC EC 2A 07
[334]: 5D 4E 7A 11 A0 [335]: FE 62 80 9A 80 [336]: 65 D0 50 E6 36 [337]: AC FD 70 D0 86
[338]: D4 CB C8 F5 A9 [339]: 14 1D 28 A6 D0 [340]: DD E1 B4 68 33 [341]: 6F 82 7C E3 9C
[342]: 4E 37 F3 85 FF [343]: 8F 0F 5D 25 8B [344]: 00 15 E6 74 1C [345]: 8F 0F 5D 25 8B
[346]: 23 2F 98 6F 7C [347]: 10 7E D3 E4 0F [348]: 4E 37 F3 85 FF [349]: DD E1 B4 68 33
[350]: 23 2F 98 6F 7C [351]: A2 8A 3C C6 FA [352]: D4 CB C8 F5 A9 [353]: 5D 4E 7A 11 A0
[354]: 7F BF 4C C5 8E [355]: 10 7E D3 E4 0F [356]: FE 62 80 9A 80 [357]: C7 E7 A9 78 93
[358]: 23 2F 98 6F 7C [359]: 4E 37 F3 85 FF [360]: 59 D9 1E E6 ED [361]: 5B CC 68 4C 26
[362]: 5D 4E 7A 11 A0 [363]: 5E 7A FE 7D CA [364]: 5A 36 55 62 A4 [365]: 6F 82 7C E3 9C
[366]: 7F BF 4C C5 8E [367]: 5D 4E 7A 11 A0 [368]: 5B CC 68 4C 26 [369]: 8F 0F 5D 25 8B
[370]: 5B CC 68 4C 26 [371]: C7 E7 A9 78 93 [372]: 6F 82 7C E3 9C [373]: 7F BF 4C C5 8E
[374]: 5B CC 68 4C 26 [375]: 5D 4E 7A 11 A0 [376]: 5E 7A FE 7D CA [377]: 5D 4E 7A 11 A0
[378]: 23 2F 98 6F 7C [379]: 8F 0F 5D 25 8B [380]: 7F BF 4C C5 8E [381]: 5B CC 68 4C 26
[382]: 5E 7A FE 7D CA [383]: 7F BF 4C C5 8E [384]: 8F 0F 5D 25 8B [385]: 5B CC 68 4C 26
[386]: F0 40 D9 8D E2 [387]: 67 5E A6 0A 31 [388]: 3A 0F CE D6 45 [389]: 7F BF 4C C5 8E
[390]: C7 E7 A9 78 93 [391]: B4 14 C1 E3 65 [392]: A2 8A 3C C6 FA [393]: D4 CB C8 F5 A9
[394]: 5A 36 55 62 A4 [395]: 59 D9 1E E6 ED [396]: 14 1D 28 A6 D0 [397]: DD E1 B4 68 33
[398]: 10 7E D3 E4 0F [399]: 4E 37 F3 85 FF [400]: 00 15 E6 74 1C [401]: 23 2F 98 6F 7C
[402]: B7 CC EC 2A 07 [403]: 6F 82 7C E3 9C [404]: 12 EB 5C 6B 4E [405]: 13 A5 3B 25 41
[406]: 5E 7A FE 7D CA [407]: AC FD 70 D0 86 [408]: 2E B2 2F 4B 2E [409]: 5B CC 68 4C 26
PlayerKey[1]: 01 AF E3 12 80
DecryptedDiscKey[020]: 00 77 63 D4 BC
LBA: 336, Filename: VIDEO_TS.VOB, EncryptedTitleKey: 35 8D 36 66 C0, DecryptedTitleKey: C0 00 03 18 31
LBA: 1208, Filename: VTS_01_0.VOB, EncryptedTitleKey: 35 8D 36 66 C0, DecryptedTitleKey: C0 00 03 18 31
LBA: 56945, Filename: VTS_01_1.VOB, EncryptedTitleKey: 35 8D 36 66 C0, DecryptedTitleKey: C0 00 03 18 31
LBA: 581049, Filename: VTS_01_2.VOB, EncryptedTitleKey: 35 8D 36 66 C0, DecryptedTitleKey: C0 00 03 18 31
LBA: 1105265, Filename: VTS_01_3.VOB, EncryptedTitleKey: 35 8D 36 66 C0, DecryptedTitleKey: C0 00 03 18 31
LBA: 1629445, Filename: VTS_01_4.VOB, EncryptedTitleKey: 35 8D 36 66 C0, DecryptedTitleKey: C0 00 03 18 31
LBA: 2153585, Filename: VTS_01_5.VOB, EncryptedTitleKey: 35 8D 36 66 C0, DecryptedTitleKey: C0 00 03 18 31
LBA: 2677704, Filename: VTS_01_6.VOB, EncryptedTitleKey: 35 8D 36 66 C0, DecryptedTitleKey: C0 00 03 18 31
LBA: 2783523, Filename: VTS_02_0.VOB, EncryptedTitleKey: 36 C5 35 2E C0, DecryptedTitleKey: C0 00 03 18 32
LBA: 2783527, Filename: VTS_02_1.VOB, EncryptedTitleKey: 36 C5 35 2E C0, DecryptedTitleKey: C0 00 03 18 32
LBA: 2866120, Filename: VTS_03_0.VOB, EncryptedTitleKey: A5 89 56 BB 9D, DecryptedTitleKey: C0 00 03 18 33
LBA: 2866124, Filename: VTS_03_1.VOB, EncryptedTitleKey: A5 89 56 BB 9D, DecryptedTitleKey: C0 00 03 18 33
LBA: 3162149, Filename: VTS_04_0.VOB, EncryptedTitleKey: E6 C0 5D FD 9D, DecryptedTitleKey: C0 00 03 18 34
LBA: 3162153, Filename: VTS_04_1.VOB, EncryptedTitleKey: E6 C0 5D FD 9D, DecryptedTitleKey: C0 00 03 18 34
LBA: 3686401, Filename: VTS_04_2.VOB, EncryptedTitleKey: E6 C0 5D FD 9D, DecryptedTitleKey: C0 00 03 18 34
LBA: 3753890, Filename: VTS_05_0.VOB, EncryptedTitleKey: E4 22 9C 06 C0, DecryptedTitleKey: C0 00 03 18 35
LBA: 3753895, Filename: VTS_05_1.VOB, EncryptedTitleKey: E4 22 9C 06 C0, DecryptedTitleKey: C0 00 03 18 35
LBA: 3867667, Filename: VTS_06_0.VOB, EncryptedTitleKey: EB 6A 93 4E C0, DecryptedTitleKey: C0 00 03 18 36
LBA: 3867671, Filename: VTS_06_1.VOB, EncryptedTitleKey: EB 6A 93 4E C0, DecryptedTitleKey: C0 00 03 18 36
LBA: 3867697, Filename: VTS_07_0.VOB, EncryptedTitleKey: 74 26 FC 1B 0C, DecryptedTitleKey: C0 00 03 18 37
LBA: 3867701, Filename: VTS_07_1.VOB, EncryptedTitleKey: 74 26 FC 1B 0C, DecryptedTitleKey: C0 00 03 18 37
LBA: 3876404, Filename: VTS_08_0.VOB, EncryptedTitleKey: 7B 6E F3 53 0C, DecryptedTitleKey: C0 00 03 18 38
LBA: 3876408, Filename: VTS_08_1.VOB, EncryptedTitleKey: 7B 6E F3 53 0C, DecryptedTitleKey: C0 00 03 18 38
1,996 2019-07-30 22:40:31
Heya, looks like it worked! Here's the output just to verify that everything went well, let me know if something is missing, but otherwise it looks fixed!
Yeah, looks fine, just make a proper submission
1,997 2019-08-01 05:10:58
"Creating .scm (LBA) 4497/323849 LBA[004498, 0x01192] Detected C2 error 2324 bit
Creating .scm (LBA) 4498/323849 LBA[004499, 0x01193] Detected C2 error 1124 bit
Creating .scm (LBA) 219173/323849
LBA[219174, 0x35826]: Failed to reread because crc16 of subQ is 0. Read back 100 sector
Set the drive speed: 4233KB/sec
LBA[219174, 0x35826]: Failed to reread because crc16 of subQ is 0"
Is dic telling me i should try to redump at a certain drive speed? I got that bolded message when dumping at 8x and 2x
1,998 2019-08-01 12:49:56
Is dic telling me i should try to redump at a certain drive speed? I got that bolded message when dumping at 8x and 2x
I think it informs you that the speed was lowered due to reading errors.
1,999 2019-08-01 12:53:44
sarami wrote:F1ReB4LL wrote:"/vn" without val for autodetection?
Yes.
It seems there's no autodetection, it says the value is omitted, the [0] is used and it always starts the first track with the non-zero byte, without the 18032-byte piece for the Color discs.
Any info on this? Can DIC detect the needed amount of empty sectors for the first track? As I understand, you need to align the 2nd track to start with the proper byte sequence, not the 1st track. If you detect the offset for the 2nd track, all the other tracks should also have the proper offset, including the 1st track.
2,000 2019-08-01 16:28:19
"Creating .scm (LBA) 4497/323849 LBA[004498, 0x01192] Detected C2 error 2324 bit
Creating .scm (LBA) 4498/323849 LBA[004499, 0x01193] Detected C2 error 1124 bit
Creating .scm (LBA) 219173/323849
LBA[219174, 0x35826]: Failed to reread because crc16 of subQ is 0. Read back 100 sector
Set the drive speed: 4233KB/secLBA[219174, 0x35826]: Failed to reread because crc16 of subQ is 0"
Is dic telling me i should try to redump at a certain drive speed? I got that bolded message when dumping at 8x and 2x
As he told me, use /nq
It's because the SubChannel EOR of Q channel comes out to 0 which it thinks is an error that it cannot fix.