You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to extract comfort mod to merge it with a loose mod but I am getting
Unhandled Exception: System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
at System.IO.BinaryReader.ReadInt32()
at BinderTool.Core.Bhf4.Bhf4Entry.Read(Stream inputStream)
at BinderTool.Core.Bhf4.Bhf4File.Read(Stream inputStream)
at BinderTool.Program.UnpackBdf4File(Options options)
at BinderTool.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered:
Hi, I am trying to extract comfort mod to merge it with a loose mod but I am getting
Unhandled Exception: System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
at System.IO.BinaryReader.ReadInt32()
at BinderTool.Core.Bhf4.Bhf4Entry.Read(Stream inputStream)
at BinderTool.Core.Bhf4.Bhf4File.Read(Stream inputStream)
at BinderTool.Program.UnpackBdf4File(Options options)
at BinderTool.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered: