[SOLVED] LicenseNotAcquired when trying to run Hand Tracker example

Hello,
I am trying to run the hand tracker example from the Nuitrack SDK to test if everything works well. I used Qt Creator 5.12.3 to compile this example for personnal reasons. Now when I run the console.exe file in Windows Powershell while giving it the path to nuitrack.config it works but only for 3 seconds before giving me a LicenseNotAcquired exception. I have activated my trial license with the nuitrack activation tool and it works for 3 minutes when I launch the test from there or from nuitrack_sample.exe in the bin directory.

How can I make this example work for more than 3 seconds please ?

OS : Win 10
Processor : Amd Ryzen 5 3350G
RAM : 16GB
Hardware : Intel RealSense d435

Thank you for all your incoming answers :slight_smile:

I found that by following this tutorial https://github.com/3DiVi/nuitrack-sdk/blob/master/doc/Nuitrack_linking.md, it solves my problem