[Problem] 2.1-656 - cannot write !submissionInfo.json.gz after successful DiscImageCreator completion #325

Closed
opened 2026-01-29 16:14:21 +00:00 by claunia · 4 comments
Owner

Originally created by @JakeW11 on GitHub (Sep 5, 2021).

Originally assigned to: @mnadareski on GitHub.

Before You Submit

  • Remember to try the latest WIP build to see if the issue has already been addressed.
  • Is it copy protection related? If so, report the issue here instead.
  • .NET Core 3.1 and .NET 5.0 have known issues, please try using another build to reproduce the error
  • Check multiple discs to help narrow down the issue
  • Check the Options to see if changing any of those affects your issue.

If all of those fail, then continue...

Version
What version are you using?

  • WIP release (2.1-656)

Build
What runtime version are you using?

  • .NET Framework 4.8 running on (Windows 10 Pro 20H2)

Describe the issue
A clear and concise description of what the bug is.
!submissionInfo.json.gz write failure after DiscImageCreator successfully completes.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'MPF'
  2. Click on 'Tools -> Options -> Dumping' - check all of these checkboxes:
    image
  3. Select 'Start Dumping' in MPF.
  4. Disc image (DVD-Video in this case) successfully completes - however there is an error in the log output:

Scanning for drives..
Found 2 drives: H, N
Trying to detect system for drive H.. detected DVD-Video.
Trying to detect media type for drive H.. Detected DVD-ROM.
Supported media speeds: 1, 2, 3, 4, 6, 8, 12, 16, 20, 24
Setting drive speed to: 24
Starting dumping process... Please wait!
Look for the separate command window for more details
Executing DiscImageCreator... please wait!
DiscImageCreator has finished!
Running any additional tools... see log for output!
No external tools needed!
Gathering submission information... please wait!
Extracting output information from output files...
Extracting information complete!
Waiting for additional disc information...
Additional disc information added!
Formatting information...
Formatting complete!
Writing information to !submissionInfo.txt...
Writing complete!
Writing information to !submissionInfo.json.gz...
Writing could not complete!

Compressing log files...
Compression complete!
Submission information process complete!

Expected behavior
!submissionInfo.json.gz should write successfully.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Originally created by @JakeW11 on GitHub (Sep 5, 2021). Originally assigned to: @mnadareski on GitHub. **Before You Submit** - Remember to try the [latest WIP build](https://ci.appveyor.com/project/mnadareski/mpf/build/artifacts) to see if the issue has already been addressed. - Is it copy protection related? If so, report the issue [here](https://github.com/mnadareski/BurnOutSharp/issues) instead. - .NET Core 3.1 and .NET 5.0 have known issues, please try using another build to reproduce the error - Check multiple discs to help narrow down the issue - Check the Options to see if changing any of those affects your issue. If all of those fail, then continue... **Version** What version are you using? - [x] WIP release (2.1-656) **Build** What runtime version are you using? - [x] .NET Framework 4.8 running on (Windows 10 Pro 20H2) **Describe the issue** A clear and concise description of what the bug is. **!submissionInfo.json.gz** write failure after DiscImageCreator successfully completes. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'MPF' 2. Click on 'Tools -> Options -> Dumping' - check all of these checkboxes: ![image](https://user-images.githubusercontent.com/90137593/132125551-af1652f5-a4e3-40c1-9135-d69e5a488b43.png) 3. Select 'Start Dumping' in MPF. 4. Disc image (DVD-Video in this case) successfully completes - however there is an error in the log output: Scanning for drives.. Found 2 drives: H, N Trying to detect system for drive H.. detected DVD-Video. Trying to detect media type for drive H.. Detected DVD-ROM. Supported media speeds: 1, 2, 3, 4, 6, 8, 12, 16, 20, 24 Setting drive speed to: 24 Starting dumping process... Please wait! Look for the separate command window for more details Executing DiscImageCreator... please wait! DiscImageCreator has finished! Running any additional tools... see log for output! No external tools needed! Gathering submission information... please wait! Extracting output information from output files... Extracting information complete! Waiting for additional disc information... Additional disc information added! Formatting information... Formatting complete! Writing information to !submissionInfo.txt... Writing complete! **Writing information to !submissionInfo.json.gz... Writing could not complete!** Compressing log files... Compression complete! Submission information process complete! **Expected behavior** **!submissionInfo.json.gz** should write successfully. **Screenshots** If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here.
claunia added the bug label 2026-01-29 16:14:21 +00:00
Author
Owner

@mnadareski commented on GitHub (Sep 5, 2021):

Can you check to see if there are any over-large files in the output? For example, any 100+ MB non-image files?

@mnadareski commented on GitHub (Sep 5, 2021): Can you check to see if there are any over-large files in the output? For example, any 100+ MB non-image files?
Author
Owner

@JakeW11 commented on GitHub (Sep 6, 2021):

MPF-Log

Checked - no large files in the output.

@JakeW11 commented on GitHub (Sep 6, 2021): ![MPF-Log](https://user-images.githubusercontent.com/90137593/132241269-111db294-64d2-420c-990c-a68a7fa9038e.GIF) Checked - no large files in the output.
Author
Owner

@mnadareski commented on GitHub (Nov 1, 2021):

Finally tracked down the cause of this and testing out a fix.

@mnadareski commented on GitHub (Nov 1, 2021): Finally tracked down the cause of this and testing out a fix.
Author
Owner

@JakeW11 commented on GitHub (Nov 2, 2021):

Thank you! Working now.

@JakeW11 commented on GitHub (Nov 2, 2021): Thank you! Working now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#325