Atvaark / BinderTool

Dark Souls II / Dark Souls III / Bloodborne / Elden Ring bdt, bhd, bnd, dcx, tpf, fmg and param unpacking tool
MIT License
310 stars 50 forks source link

Unhandled Exception #2

Closed tomashjorth closed 8 years ago

tomashjorth commented 8 years ago

d:\binder>BinderTool.exe D:\A\Data5.bdt D:\Extract

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) in c:\Users\Tim\Documents\GitHub\BinderTool\BinderTool.Core\Bhf4\Bhf4Entry.cs:line 27 at BinderTool.Core.Bhf4.Bhf4File.Read(Stream inputStream) in c:\Users\Tim\Documents\GitHub\BinderTool\BinderTool.Core\Bhf4\Bhf4File.cs:line 78 at BinderTool.Program.UnpackBdf4File(Options options) at BinderTool.Program.Main(String[] args)

Atvaark commented 8 years ago

Which version are you using?

tomashjorth commented 8 years ago

Binder Tool 0.3 Dark Souls 3 v1.3 (steam) Sorry for not being more specific. I already see the problem, 0.3 is for Ds2 right? Should be using master?

Atvaark commented 8 years ago

Yeah, if you want to unpack DSIII files you have to use master / v0.4. I haven't uploaded a release yet because there are still some issues with file decryption and the dictionary.

tomashjorth commented 8 years ago

I see, sorry for the annoyance.