CMD提取CPK文件只提取了一半,出现错误

cmd提取CPK文件时,出现:未经处理的异常:无法在流的结尾之外进行读取,导致文件只提取了一半
CMD使用代码:C:\Users\Admin\Desktop\CriPakTools\Build>CriPakTools.exe PAWin.cpk ALL
未经处理的异常: System.IO.EndOfStreamException: 无法在流的结尾之外进行读取。

在 System.IO.__Error.EndOfFile()
在 System.IO.MemoryStream.InternalReadInt32()
在 CriPakTools.EndianReader.ReadInt32()
在 CriPakTools.CPK.DecompressCRILAYLA(Byte[] input, Int32 USize)
在 CriPakTools.Program.Main(String[] args)

不会
全部提取完就算成功