Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatabaseConverter cannot open database files from Sonic the Fighters (2012, PS3) #58

Open
coatlessali opened this issue Oct 24, 2024 · 2 comments

Comments

@coatlessali
Copy link

Apologies if this is outside of the scope of the project, but it seems Sonic the Fighters uses the same (or similar) FARC and Database formats as the Project DIVA games.

Trying to open any database file (AET, Sprite, etc) results in an error on Windows 10:

Unhandled Exception: System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
   at System.IO.__Error.EndOfFile()
   at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
   at System.IO.BinaryReader.ReadUInt32()
   at MikuMikuLibrary.Databases.AetDatabase.<>c__DisplayClass5_0.<Read>b__0()
   at MikuMikuLibrary.IO.Common.EndianBinaryReader.ReadAtOffset(Int64 offset, Action action)
   at MikuMikuLibrary.Databases.AetDatabase.Read(EndianBinaryReader reader, ISection section)
   at MikuMikuLibrary.IO.BinaryFile.<Load>g__ReadClassic|14_1(<>c__DisplayClass14_0& )
   at MikuMikuLibrary.IO.BinaryFile.Load(Stream source, Boolean leaveOpen)
   at DatabaseConverter.Program.Main(String[] args)

I have tried running the executable manually from Powershell to no avail.

@blueskythlikesclouds
Copy link
Owner

No, just the file naming is similar. The formats are very different.

@coatlessali
Copy link
Author

Ah, it would seem so. Sorry for the assumption, and thanks for the quick reply.

I did find it works on string_array.bin, which is neat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants