microsoft / Azure-Kinect-Sensor-SDK

A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
https://Azure.com/Kinect
MIT License
1.49k stars 619 forks source link

Body tracking crash on launch using 1.1.0 but works with previous version #1625

Closed benbenn69 closed 3 years ago

benbenn69 commented 3 years ago

Hello everybody,

I meet a crash on launch of Body Tracking app using the last version 1.1.0. I'm using RTX 2060 and Azure Kinect I tried with the previous one (1.0.1) and the app lauch normally. I filmed in slowmotion to have time to see what's the error (sorry for the quality)

bug WhatsApp Image 2021-06-11 at 09 19 34

Does anyone knows where the problem comes from ?

Thanks so much,

Ben

diablodale commented 3 years ago

You have not provide enough information to make much progress assisting. I recommend you follow the instructions on how to open an issue here and to include your detailed setup, your sample code, the reproduction steps to do to reproduce the problem, etc.

Other than than, the problem is listed on the first line. It found onnxruntime.dll but it doesn't load correctly. This is probably a setup problem. You will need to diagnose your setup. I recommend you read the documentation on how to setup and the troubleshooting documentation in the SDK.

In addition I recommend you try to run the example k4abt_simple_3d_viewer.exe in your K4ABT SDK tools directory. If that runs successfully, it is further evidence you have a setup problem with your app.

black4clover commented 3 years ago

I solved this problem by downloading Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019.

https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0

jjkislele commented 2 years ago

I solved this problem by downloading Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019.

https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0

It works. Thank you very much.