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

FBX Import doesn't work #62

Open
DahniMae opened this issue Apr 27, 2024 · 1 comment
Open

FBX Import doesn't work #62

DahniMae opened this issue Apr 27, 2024 · 1 comment

Comments

@DahniMae
Copy link

Program fails to import fbx files at all

i jsut get an error that says:
Compressed data has invalid checksum, near offset 67810
Details copied to clipboard

@DahniMae
Copy link
Author

and the clipboard details are:
Compressed data has invalid checksum, near offset 67810
at IONET.Fbx.IO.FbxBinaryReader.ReadArray(ReadPrimitive readPrimitive, Type arrayType) in C:\projects\ctr-studio\IONET\IONET\Fbx\IO\FbxBinaryReader.cs:line 146
at IONET.Fbx.IO.FbxBinaryReader.ReadProperty() in C:\projects\ctr-studio\IONET\IONET\Fbx\IO\FbxBinaryReader.cs:line 57
at IONET.Fbx.IO.FbxBinaryReader.ReadNode(Int32 version) in C:\projects\ctr-studio\IONET\IONET\Fbx\IO\FbxBinaryReader.cs:line 187
at IONET.Fbx.IO.FbxBinaryReader.ReadNode(Int32 version) in C:\projects\ctr-studio\IONET\IONET\Fbx\IO\FbxBinaryReader.cs:line 204
at IONET.Fbx.IO.FbxBinaryReader.ReadNode(Int32 version) in C:\projects\ctr-studio\IONET\IONET\Fbx\IO\FbxBinaryReader.cs:line 204
at IONET.Fbx.IO.FbxBinaryReader.Read() in C:\projects\ctr-studio\IONET\IONET\Fbx\IO\FbxBinaryReader.cs:line 230
at IONET.Fbx.FbxIO.ReadBinary(String path) in C:\projects\ctr-studio\IONET\IONET\Fbx\FbxIO.cs:line 26
at IONET.Fbx.FbxImporter.GetScene(String filePath) in C:\projects\ctr-studio\IONET\IONET\Fbx\FbxImporter.cs:line 17
at IONET.IOManager.LoadScene(String filePath, ImportSettings settings) in C:\projects\ctr-studio\IONET\IONET\IOManager.cs:line 104
at CtrLibrary.Bcres.BcresModelImporter.Import(String filePath, BCRES bcresWrapper, GfxModel parent, CtrImportSettings settings) in C:\projects\ctr-studio\Plugins\CtrLibrary\Files\BCRES\BcresModelImporter.cs:line 27
at CtrLibrary.Bcres.CMDL.ImportFile(String filePath, CtrImportSettings settings) in C:\projects\ctr-studio\Plugins\CtrLibrary\Files\BCRES\ModelWrapper.cs:line 398
at CtrLibrary.Bcres.ModelFolder.<>c__DisplayClass6_0.b__1(Boolean o) in C:\projects\ctr-studio\Plugins\CtrLibrary\Files\BCRES\ModelWrapper.cs:line 92

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

1 participant