Sage-of-Mirrors / SuperBMD

A library to import and export various 3D model formats into the Binary Model (BMD) format.
38 stars 20 forks source link

FBX not converting to BMD. #21

Open MaxFlyMan1 opened 3 years ago

MaxFlyMan1 commented 3 years ago

I put my FBX file into SuperBMD.exe and it gave me this:

Unhandled Exception: Assimp.AssimpException: Error loading unmanaged library from path: Assimp32.dll, see inner exception for details.
The specified module could not be found. (Exception from HRESULT: 0x8007007E) ---> System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
   --- End of inner exception stack trace ---
   at Assimp.Unmanaged.AssimpLibraryWindowsImplementation.NativeLoadLibrary(String path)
   at Assimp.Unmanaged.AssimpLibraryImplementation.LoadAssimpLibrary(String path)
   at Assimp.Unmanaged.AssimpLibrary.LoadLibrary()
   at Assimp.Unmanaged.AssimpLibrary.CreatePropertyStore()
   at Assimp.AssimpContext.CreateConfigs()
   at Assimp.AssimpContext.ImportFile(String file, PostProcessSteps postProcessFlags)
   at SuperBMD.Model.Load(String filePath)
   at SuperBMD_UnitTest.Program.Main(String[] args)

When I add -i it gives me this:

Unhandled Exception: System.IO.FileNotFoundException: Filename was null or could not be found
   at Assimp.AssimpContext.ImportFile(String file, PostProcessSteps postProcessFlags)
   at SuperBMD.Model.Load(String filePath)
   at SuperBMD_UnitTest.Program.Main(String[] args)

Please help! :)