3DiVi / nuitrack-sdk

Nuitrack™ is a 3D tracking middleware developed by 3DiVi Inc.
https://nuitrack.com
484 stars 65 forks source link

Terminate Exception unity #17

Closed Trutifruti closed 3 years ago

Trutifruti commented 3 years ago

I know there has already been an issue on this topic here, but the solution given did not fix our error. We copied the tbb.dll file, we tried different versions of the SDK and we made sure that echo %NUITRACK_HOME% returns the right path (in my case C:\Program Files\Nuitrack\nuitrack\nuitrack). All that done, yet we still face the error : TerminateException: NuitrackException (TerminateException) nuitrack.NativeImporter.throwException (nuitrack.NativeImporter+ExceptionType type) (at <838a3a5cc1b04415a67ee2b6ad5f9d44>:0) nuitrack.NativeNuitrack.Run () (at <838a3a5cc1b04415a67ee2b6ad5f9d44>:0) nuitrack.Nuitrack.Run () (at <838a3a5cc1b04415a67ee2b6ad5f9d44>:0) NuitrackManager.NuitrackInit () (at Assets/NuitrackSDK/Nuitrack/Scripts/NuitrackManager.cs:258) NuitrackManager.Awake () (at Assets/NuitrackSDK/Nuitrack/Scripts/NuitrackManager.cs:140)

Any help would be awesome, thanks in advance :)