[Problem] MPF does not pass the speed parameter to Aaru #597

Closed
opened 2026-01-29 16:19:09 +00:00 by claunia · 2 comments
Owner

Originally created by @CookiePLMonster on GitHub (Aug 23, 2023).

Originally assigned to: @mnadareski on GitHub.

Version
What version are you using?

  • Stable release (2.6.3) - at the time of submitting this report it's equivalent to the WIP release

Build
What runtime version are you using?

  • .NET Framework 4.8 running on Windows 10

Describe the issue
When dumping CD-ROM, the --speed parameter does not get passed from MPF to Aaru, despite appearing in the Parameters field. Although tests have been performed with the --private flag, this issue happens irrespectively of it.

To Reproduce
Steps to reproduce the behavior:

  1. Open MPF. In my test, the dumping drive is "E:" and the output path is "C:\Redump\Dumps\test-speed\test-mpf.aaruf".
  2. Set Aaru as the dumping program, set Speed to 8.
  3. Observe that the Parameters field says media dump --force True --private True --speed 8 --retry-passes 500 "E:" "C:\Redump\Dumps\test-speed\test-mpf.aaruf".
  4. Start dumping, notice it starts dumping at MAX speed. Cancel dumping and inspect Aaru's log to find the following - passed command line parameters lack the --speed param:
################# Program information ################
Aaru 5.3.2+f4fef21d
Running in 64-bit
Running as superuser: No
Command line: aaru.dll media dump --force True --private True --retry-passes 500  test-mpf.aaruf
  1. Repeat the above steps but using aaru.exe from the command line. Notice that it starts dumping at 8x speed. Cancel dumping and inspect the log again to find all command line parameters passed properly:
################# Program information ################
Aaru 5.3.2+f4fef21d
Running in 64-bit
Running as superuser: No
Command line: aaru.dll media dump --force True --private True --speed 8 --retry-passes 500  test-cli.aaruf

Expected behavior
The --speed parameter gets passed to Aaru correctly.

Originally created by @CookiePLMonster on GitHub (Aug 23, 2023). Originally assigned to: @mnadareski on GitHub. **Version** What version are you using? - [x] Stable release (2.6.3) - at the time of submitting this report it's equivalent to the WIP release **Build** What runtime version are you using? - [x] .NET Framework 4.8 running on **Windows 10** **Describe the issue** When dumping CD-ROM, the `--speed` parameter does not get passed from MPF to Aaru, despite appearing in the **Parameters** field. Although tests have been performed with the `--private` flag, this issue happens irrespectively of it. **To Reproduce** Steps to reproduce the behavior: 1. Open MPF. In my test, the dumping drive is `"E:"` and the output path is `"C:\Redump\Dumps\test-speed\test-mpf.aaruf"`. 2. Set Aaru as the dumping program, set Speed to 8. 3. Observe that the **Parameters** field says `media dump --force True --private True --speed 8 --retry-passes 500 "E:" "C:\Redump\Dumps\test-speed\test-mpf.aaruf"`. 4. Start dumping, notice it starts dumping at MAX speed. Cancel dumping and inspect Aaru's log to find the following - passed command line parameters lack the `--speed` param: ``` ################# Program information ################ Aaru 5.3.2+f4fef21d Running in 64-bit Running as superuser: No Command line: aaru.dll media dump --force True --private True --retry-passes 500 test-mpf.aaruf ``` 5. Repeat the above steps but using `aaru.exe` from the command line. Notice that it starts dumping at 8x speed. Cancel dumping and inspect the log again to find all command line parameters passed properly: ``` ################# Program information ################ Aaru 5.3.2+f4fef21d Running in 64-bit Running as superuser: No Command line: aaru.dll media dump --force True --private True --speed 8 --retry-passes 500 test-cli.aaruf ``` **Expected behavior** The `--speed` parameter gets passed to Aaru correctly.
claunia added the bug label 2026-01-29 16:19:09 +00:00
Author
Owner

@mnadareski commented on GitHub (Aug 27, 2023):

Did this only occur with a single disc or with multiple? And what sort of disc(s) did you try to use?

@mnadareski commented on GitHub (Aug 27, 2023): Did this only occur with a single disc or with multiple? And what sort of disc(s) did you try to use?
Author
Owner

@mnadareski commented on GitHub (Aug 27, 2023):

Disregard. The issue has been identified.

@mnadareski commented on GitHub (Aug 27, 2023): Disregard. The issue has been identified.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#597