MPF icon indicating copy to clipboard operation
MPF copied to clipboard

[Problem] Error with GetLayerBreaks

Open Deterous opened this issue 1 week ago • 1 comments

Reported by Evil_Droid This issue is not specific to DIC. I'm not sure exactly which MPF version it was.

Executing DiscImageCreator... please wait!
DiscImageCreator has finished!
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'offset must be between 0 and 0, 12 provided')
   at SabreTools.IO.Extensions.ByteArrayReaderExtensions.ReadExactlyToBuffer(Byte[] content, Int32& offset, Int32 length)
   at SabreTools.IO.Extensions.ByteArrayReaderExtensions.ReadInt32BigEndian(Byte[] content, Int32& offset)
   at MPF.Processors.ProcessingTool.<GetLayerbreaks>g__ReadFromArrayBigEndian|9_0(Byte[] bytes, Int32 offset)
   at MPF.Processors.ProcessingTool.GetLayerbreaks(DiscInformation di, Nullable`1& layerbreak1, Nullable`1& layerbreak2, Nullable`1& layerbreak3)
   at MPF.Processors.DiscImageCreator.GenerateSubmissionInfo(SubmissionInfo info, Nullable`1 mediaType, String basePath, Boolean redumpCompat)
   at MPF.Frontend.Tools.SubmissionGenerator.ExtractOutputInformation(String outputPath, Drive drive, Nullable`1 system, Nullable`1 mediaType, Options options, BaseProcessor processor, IProgress`1 resultProgress, IProgress`1 protectionProgress)
   at MPF.Frontend.DumpEnvironment.VerifyAndSaveDumpOutput(IProgress`1 resultProgress, IProgress`1 protectionProgress, ProcessUserInfoDelegate processUserInfo, SubmissionInfo seedInfo)
   at MPF.Frontend.ViewModels.MainViewModel.StartDumping()
Gathering submission information... please wait!
Extracting output information from output files...

Deterous avatar Jan 01 '26 15:01 Deterous