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

Error with Assimp32.dll #11

Closed
LAUROZZ opened this issue Jul 28, 2018 · 3 comments
Closed

Error with Assimp32.dll #11

LAUROZZ opened this issue Jul 28, 2018 · 3 comments

Comments

@LAUROZZ
Copy link

LAUROZZ commented Jul 28, 2018

I get this error but I have Assimp32.dll placed inside the folder, any solution?

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, List`1 mat_presets, TristripOption triopt, Boolean flipAxis, Boolean fixNormals, String additionalTexPath)
   at SuperBMD_UnitTest.Program.Main(String[] args)
@RenolY2
Copy link
Owner

RenolY2 commented Sep 19, 2018

The error is a bit misleading because what it's actually not finding is the dlls that Assimp32.dll depends on. Specifically, msvcp110.dll and msvcr110.dll

I added those dlls in the new compiled release: https://github.com/RenolY2/SuperBMD/releases/tag/v1.3.5 I hope that helps

@LAUROZZ
Copy link
Author

LAUROZZ commented Sep 28, 2018 via email

@RenolY2
Copy link
Owner

RenolY2 commented Oct 2, 2018

I'm glad you like it :)
Good to know that this fixed it for you.

@RenolY2 RenolY2 closed this as completed Oct 2, 2018
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

2 participants