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
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.
The text was updated successfully, but these errors were encountered:
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:
I have tried running the executable manually from Powershell to no avail.
The text was updated successfully, but these errors were encountered: