mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] System.NullReferenceException in Datfile generation #539
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bekoha on GitHub (May 18, 2023).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
Build
What runtime version are you using?
Describe the issue
Left the program running on attempting to dump a DVD of Deus Ex and came back to a window with red error
MPF defaulted to a lower speed than usual (24 is max speed that it generally auto-selected and here it for some reason picked 16 instead), that felt oddLogs and .dat
dx1_logs.zip
DIC version 20230401 (20230401T144525), .bin filename was passed as an argument but resulting dump was an ISO, "rom name" row missing from the dat
@mnadareski commented on GitHub (May 18, 2023):
The difference in speed was confirmed in Discord to be related to Stable vs. WIP build and should be discarded as a potential issue.
@mnadareski commented on GitHub (May 28, 2023):
The real issue was that the build of DIC being used was broken, but I am adding some safety around that method for the future anyway.