Skip to content

FBX not converting to BMD. #21

@MaxFlyMan1

Description

@MaxFlyMan1

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! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions