Skip to content

[Problem] MPF.Check always compressing logs even if don't use -z #903

@JohnVeness

Description

@JohnVeness

Version
What version are you using?

  • Stable release (version here)
  • WIP release 3.5.0-d6b28de5861cb482b1a8ff3e83216169c89d5b34

Build
What runtime version are you using?

  • .NET 9.0 running on Linux

Describe the issue
Current WIP MPF.Check is always compressing the log files, even if I don't include the -z option.

To Reproduce
Steps to reproduce the behavior:

  1. Dump a disc, e.g. an Xbox One disc, using e.g. redumper --image-path gamefolder --image-name game
  2. ls gamefolder
  3. Notice that game.log, game.physical, and game.state files are present
  4. MPF.Check xboxone -u redumper gamefolder/game.log
  5. ls gamefolder

Observed behavior
The game.log, game.physical, and game.state files are not present. Instead a game_logs.zip file is present.

Expected behavior
The game.log, game.physical, and game.state files are present. No .zip file is present.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions