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)
I put my FBX file into SuperBMD.exe and it gave me this:
When I add
-i
it gives me this:Please help! :)