Hi reentrant, is this an alternative to DIC?
1 2025-03-21 17:04:04
Re: CDArchive - Improved support for ring based protections (18 replies, posted in General discussion)
2 2025-03-15 03:35:47
Topic: [PS5] Elden Ring (0 replies, posted in Verifications)
http://redump.org/disc/101361/
Edition: Original
Region: Brazil
Disc serial: PPSA-04610
Barcode: 7 2267413021 9
Disc label ID: 13021DLPORT
ID above barcode: 13021INPORT
LAYER 1(outer ring)
Mastering Code: P5D-A07639901STP<tab>06
Mastering SID Code: IFPI L392
LAYER 2(inner ring)
Mastering Code: P5D-A07639901ST2<tab>05
Mastering SID Code: IFPI L392
Mould SID Code: IFPI 6630
3 2022-02-25 18:57:57
Re: PX-712UF no longer reads CDs after firmware update (10 replies, posted in General discussion)
If you are going to dump CDs you should invest in a CD-only plextor. They have the best read rates. For DVDs, there is zero reason to use a plextor, any dvd drive can dump those discs properly. DVD PX models are trash amd the laser is known for wearing out. If you plan on dumping CDs they should not be recommended ever, yet people still preach buying 716 or 760 drives for dumping cds. No, full stop.
DIC does not allow CD-only plextors to dump multisession CDs. A Plextor DVD drive is required.
4 2022-02-16 16:05:38
Topic: Fix for NTFS with wudump (0 replies, posted in General discussion)
It seems Blazin64 was able to fix NTFS dumping with wudump.
https://github.com/FIX94/wudump/pull/18
He also provided a compiled version within the PR. Can anyone report if it's properly working?
5 2021-11-21 17:07:32
Re: DiscImageCreator (3,534 replies, posted in General discussion)
I think the issue is this part of the code:
if ((*pExecType == cd && ui64Avail.QuadPart > 3000000000) ||
(*pExecType == swap && ui64Avail.QuadPart > 3000000000) ||
(*pExecType == data && ui64Avail.QuadPart > 3000000000) ||
(*pExecType == audio && ui64Avail.QuadPart > 3000000000) ||
(*pExecType == gd && ui64Avail.QuadPart > 4000000000) ||
(*pExecType == dvd && ui64Avail.QuadPart > 9000000000) ||
(*pExecType == xbox && ui64Avail.QuadPart > 9000000000) ||
(*pExecType == xboxswap && ui64Avail.QuadPart > 9000000000) ||
(*pExecType == xgd2swap && ui64Avail.QuadPart > 9000000000) ||
(*pExecType == xgd3swap && ui64Avail.QuadPart > 9000000000) ||
(*pExecType == sacd && ui64Avail.QuadPart > 9000000000) ||
(*pExecType == bd && ui64Avail.QuadPart > 130000000000)
) {
OutputString("\t => There is enough disk space for dumping\n");
All values are hardcoded instead of being calculated per disk.
6 2021-09-17 15:53:18
Re: ASUS and LG Drive Audio Tracks / Positive Offset Testing (24 replies, posted in General discussion)
I hope for that reason alone we can get all the kinks worked out with the ASUS / LG drives. They seem to be better readers. That might just be because they're less aged and worn, but I suspect it's also just because they're newer technology.
There's another critical reason to use those drives: they're still being sold!
Finding a Plextor is getting more difficult by the day. The ones you can find on ebay cost a kidney and there's no guarantee they're in good condition. My 760A is useless now (Servo failure with all discs) and both my Premium and 708A are only reliable with slow speeds.
7 2021-08-25 17:42:16
Re: DiscImageCreator (3,534 replies, posted in General discussion)
Can't the scrambled hash be calculated as the disc is being dumped?
8 2020-07-03 00:11:37
Re: What happened with RE 2 Dual Shock Edition? (4 replies, posted in General discussion)
Thanks fuzzball. Using injector worked.
9 2020-07-02 15:06:50
Re: What happened with RE 2 Dual Shock Edition? (4 replies, posted in General discussion)
This is probably a fix for "psxt001z --fix" issue.
How can I fix the dumps that used that option?
Also, where can I read about that issue? A quick search for psxt001z didn't help much.
10 2020-07-02 02:25:32
Topic: What happened with RE 2 Dual Shock Edition? (4 replies, posted in General discussion)
http://redump.org/disc/344/
http://redump.org/disc/345/
Up until 2011 those discs had been dumped by HwitVlf, huygens, iR0b0t, osam and pepsidrinker and were verified.
In January of 2011, the dumper Nakian was added but all hashes changed. In 2019 the dumper superg was added verifying the new hashes.
What happened here? Were the previous dumps faulty for some reason? Or were the dumps by Nakian and superg another revision that were erroneously added to the original dumps?
11 2020-01-11 20:01:44
Re: Suggestion: Add SHA-256 (6 replies, posted in General discussion)
Why would anyone try to crack the hashes of games' images? SHA-1 is even an overkill for the purposes of redump.org, SHA-256 would be absolutely redundant.
12 2019-10-16 02:41:05
Re: cue+bins => ccd+img+sub converter (Attn LedZep & Sarami) (9 replies, posted in General discussion)
The emulator BizHawk (https://github.com/TASVideos/BizHawk/releases/) comes with a tool called DiscHawk that also merges bin+cue files into ccd+img. You can try that.
13 2019-05-02 00:17:49
Re: DiscImageCreator (3,534 replies, posted in General discussion)
sarami, do you have all the info to add proper multisession dumping / cue info?
We would love to start submitting these discs
From what I understand there isn't a consensus on the format, it would be a waste of time for him to implement something that could be changed at any time.
14 2019-05-02 00:11:41
Re: cue+bins => ccd+img+sub converter (Attn LedZep & Sarami) (9 replies, posted in General discussion)
There is some discussion about this here: http://forum.redump.org/topic/12334/con … orgformat/
15 2018-06-25 13:18:43
Re: Conv2multiBin (27 replies, posted in General discussion)
Thanks sarami, the test version worked.
It did output the message:
This image was ripped by a drive of 0 offsets
between tracks 3 and 4. Is that correct?
Here's the full output: https://pastebin.com/ni7vpRSc
PS: The correct term at the end should be "Succeeded" not Successed
16 2018-06-25 05:11:54
Re: Conv2multiBin (27 replies, posted in General discussion)
Same issues with the versions from 2012 and 2014.
Maybe the problem is actually with track 4, but Conv2multiBin is not outputting track 3 before it encounters the issue.
Take a look of this output from findcrcs:
E:\findcrcs-0.3-bin-win64>findcrcs "Interstate '76 (World) (Disc 2) (Play CD).img" 29821008 43f89d66
388986906 43f89d66 57396ad442565debbf8844a2034c44c9
453115152 43f89d66 74028f15fe72f8d6127dbdaf3acc087c
The same CRC is found twice inside that file, but only once it has the correct MD5. Maybe Conv2multiBin doesn't know how to deal with this situation.
17 2018-06-25 03:29:08
Re: Conv2multiBin (27 replies, posted in General discussion)
Yes, you can see the dat here: https://pastebin.com/a0sLbVeg
18 2018-06-25 02:42:25
Re: Conv2multiBin (27 replies, posted in General discussion)
Yes, it's going to be updated. I've already talked to Jackal.
The correct hash is from what I posted here.
19 2018-06-25 00:19:26
Re: Conv2multiBin (27 replies, posted in General discussion)
@Sarami for some reason Conv2multibin is failing on track 3 of a dump I made with DIC. Tracks 1 and 2 work ok.
The .img file is good, the .dat too and I can find the segment using findcrcs 0.3.
E:\findcrcs-0.3-bin-win64>findcrcs -q "Interstate '76 (World) (Disc 2) (Play CD).img" 22482768 dafad881 a6d30b96bc50389c88235f9aa1bf2a86
430632384 dafad881 a6d30b96bc50389c88235f9aa1bf2a86
I tried using the following offsets:
0 0
760 0
760 30
0 -30
-760 0
790 0
20 2017-06-03 07:05:12
Re: DiscImageCreator (3,534 replies, posted in General discussion)
You should probably take some time to familiarize on how redump.org and DIC work before criticizing.
21 2017-06-01 02:15:06
Re: DiscImageCreator (3,534 replies, posted in General discussion)
Type "DiscImageCreator /?"
Arguments between <> are mandatory and arguments between [] are optional.
The arguments work fine.
22 2017-05-10 01:18:03
Re: DiscImageCreator (3,534 replies, posted in General discussion)
Adopted IsoBuster sector.
http://www.mediafire.com/file/eq80y20l9 … or_test.7z
See *_mainInfo.txt
Thanks a lot sarami!
I noticed that if you have a filename with a dot, DIC will truncate it at the dot, for example "Game name (v1.2)" becomes "Game name (v1".
Is there a way to escape characters? I tried using a backslash before the dot but it just created a new directory.
23 2017-05-08 02:58:30
Re: DiscImageCreator (3,534 replies, posted in General discussion)
Thanks for the update sarami.
BTW can you modify the *_volDesc.txt log so that it also has the Primary Volume Descriptor (PVD) in the format that the "New Disc" form requires?
24 2017-05-06 05:30:30
Re: Conv2multiBin (27 replies, posted in General discussion)
@darksabre76: I mounted this disc using gBurner and this was the result
gBurner Virtual DVD-ROM 1.0A (Unknown)
Current Profile: CD-ROM
Disc Information:
Status: Complete
State of Last Session: Complete
Erasable: No
Sessions: 1
Sectors: 152,213
Size: 311,732,224 bytes
Time: 33:51:38 (MM:SS:FF)
Supported Read Speeds: 32x
File System Information:
Sectors: 151,913
Size: 311,117,824 bytes
Time: 33:47:38 (MM:SS:FF)
TOC Information:
Session 1... (LBA: 0 / 00:02:00)
-> Track 01 (Mode 1, LBA: 0 / 00:02:00)
-> LeadOut (LBA: 152213 / 33:51:38)
Track Information:
Session 1...
-> Track 01 (LTSA: 0, LTS: 152213, LRA: 0)
Here's what it looks like with the CCD mounted with Virtual Clone Drive:
ELBY CLONEDRIVE 1.4 (SCSI)
Current Profile: CD-ROM
Disc Information:
Status: Unknown
State of Last Session: Unknown
Erasable: Unknown
Formatted: Unknown
Sessions: Unknown
Sectors: 297,098
Size: 608,456,704 bytes
Time: 66:03:23 (MM:SS:FF)
TOC Information:
Session 1... (LBA: 0)
-> Track 01 (Mode 1, LBA: 0 - 152362)
-> Track 02 (Audio, 03:13:39, LBA: 152363 - 166876)
-> Track 03 (Audio, 03:07:35, LBA: 166877 - 180936)
-> Track 04 (Audio, 03:05:70, LBA: 180937 - 194881)
-> Track 05 (Audio, 02:58:08, LBA: 194882 - 208239)
-> Track 06 (Audio, 03:04:73, LBA: 208240 - 222112)
-> Track 07 (Audio, 02:55:52, LBA: 222113 - 235289)
-> Track 08 (Audio, 03:08:54, LBA: 235290 - 249443)
-> Track 09 (Audio, 03:09:59, LBA: 249444 - 263677)
-> Track 10 (Audio, 03:07:42, LBA: 263678 - 277744)
-> Track 11 (Audio, 02:52:71, LBA: 277745 - 290715)
-> Track 12 (Audio, 01:25:07, LBA: 290716 - 297097)
-> LeadOut (LBA: 297098)
25 2017-05-03 04:27:13
Re: Conv2multiBin (27 replies, posted in General discussion)
I have a few games in "redump format" that I'd like to play, but to do that I need to mount the images. Virtual Clone Drive can mount single track .bin files (without a .cue), but multi-track images need to be in .ccd to work with it.