SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
409 stars 35 forks source link

[Problem] DIC does not detect the /be raw command when I set it in MPF #606

Closed MrPepka closed 9 months ago

MrPepka commented 10 months ago

Version 2.7.5 stable Build NET 7.0 Describe the issue When I enter the /be raw command in Parameters (I will remove the /c2, /sf, /ns etc. commands from there) and start dumping the disc, DIC does not detect this command

To Reproduce

  1. Insert disc
  2. Launch MPF and set system to "IBM PC Compatible"
  3. In Parameters delete commands /sf, /ns and /c2
  4. Enter command /be raw
  5. Start dumping (make sure DIC is set as the disc dumper)
  6. DIC does not see this command and switches to Pack mode

Expected behavior DIC should detect the /be raw command and (despite the lack of /c2) start dumping in raw mode

Screenshots

Zrzut ekranu 2023-11-10 183928

LPM2000_20231109T224638.txt

Additional context I have a rather problematic disc with erroneous sectors and I need to dump it without /c2 to see what hashes will be generated by different drives, I also want to dump these problematic sectors in data mode in all drives I have to determine whether all drives generate identical hashes for these sectors. I need the /be raw command because one of my drives (BW-16D1HT) does not support Pack mode, so dumping a disc without /c2 is significantly slower

Deterous commented 10 months ago

Just to check it's an MPF issue, have you tried running DIC with /be raw via the command line?

MrPepka commented 10 months ago

Yes and works