[Problem] Error generating submissioninfo txt when dumping an Audio CD #467

Closed
opened 2026-01-29 16:16:55 +00:00 by claunia · 5 comments
Owner

Originally created by @PurpleNekoNova on GitHub (Oct 20, 2022).

Originally assigned to: @mnadareski on GitHub.

Version

  • WIP release (2.3-950)

Build

  • .NET Framework 4.8 running on (W10)

Describe the issue
Error generating submissioninfo txt when dumping an Audio CD

Writing information to !submissionInfo.txt...
Writing could not complete!

Originally created by @PurpleNekoNova on GitHub (Oct 20, 2022). Originally assigned to: @mnadareski on GitHub. **Version** - [X] WIP release (2.3-950) **Build** - [X] .NET Framework 4.8 running on (W10) **Describe the issue** Error generating submissioninfo txt when dumping an Audio CD > Writing information to !submissionInfo.txt... > Writing could not complete!
claunia added the bug label 2026-01-29 16:16:55 +00:00
Author
Owner

@mnadareski commented on GitHub (Oct 20, 2022):

Logging around submission info writing added as of e199e5a08c

@mnadareski commented on GitHub (Oct 20, 2022): Logging around submission info writing added as of https://github.com/SabreTools/MPF/commit/e199e5a08cb1286045300ea47673ec0ffd13f55f
Author
Owner

@mnadareski commented on GitHub (Oct 20, 2022):

Logging around submission info formatting added as of 4d5b8baf6f

@mnadareski commented on GitHub (Oct 20, 2022): Logging around submission info formatting added as of https://github.com/SabreTools/MPF/commit/4d5b8baf6f46c4eab37387d9ad9c564667d1fae9
Author
Owner

@mnadareski commented on GitHub (Oct 20, 2022):

Issue identified:

Error formatting submission info: System.NullReferenceException: Object reference not set to an instance of an object.
   at MPF.Library.InfoTool.FormatOutputData(SubmissionInfo info) in C:\projects\mpf\MPF.Library\InfoTool.cs:line 823
Writing information to !submissionInfo.txt...
No formatted data found to write!
@mnadareski commented on GitHub (Oct 20, 2022): Issue identified: ``` Error formatting submission info: System.NullReferenceException: Object reference not set to an instance of an object. at MPF.Library.InfoTool.FormatOutputData(SubmissionInfo info) in C:\projects\mpf\MPF.Library\InfoTool.cs:line 823 Writing information to !submissionInfo.txt... No formatted data found to write! ```
Author
Owner

@mnadareski commented on GitHub (Oct 20, 2022):

Attempted fix of the above: 022e87c4bb

@mnadareski commented on GitHub (Oct 20, 2022): Attempted fix of the above: https://github.com/SabreTools/MPF/commit/022e87c4bb4a04555f7b41a65f3238eb9e3644db
Author
Owner

@mnadareski commented on GitHub (Oct 20, 2022):

Fixed as of the above.

@mnadareski commented on GitHub (Oct 20, 2022): Fixed as of the above.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#467