You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use AssimpNet with the most recent Assimp library, which I just compiled from source code.
Reading an object work fine, but when I try to save an object I get a AccessViolationException:
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
It used to work with an Assimp DLL I compiled before in december 2016, so I guess there are some changes in Assimp since then that are not compatible with AssimpNet. Did anybody experience this before?
The text was updated successfully, but these errors were encountered:
I'm trying to use AssimpNet with the most recent Assimp library, which I just compiled from source code.
Reading an object work fine, but when I try to save an object I get a AccessViolationException:
It used to work with an Assimp DLL I compiled before in december 2016, so I guess there are some changes in Assimp since then that are not compatible with AssimpNet. Did anybody experience this before?
The text was updated successfully, but these errors were encountered: