Jump to content

inoperative kinect plugin


photo

Recommended Posts

Hi

I created a project using the SDK browser, added a kinect addon.
Once I get started, I get an error see the attached log file
. Kinect hardware is OK, installed kinect runtime,SDK and tools are versions 1.8

can't load "Kinect_x64d.dll"

log.html

Link to comment

Hello @aargh,

Release version of kinect addon should be running correctly. Debug version of Kinect addon requires msvcp120d.dll & msvcr120d.dll, this is debug version of libraries provided with Microsoft VC++ 2013

Thanks!

Link to comment

Hi

Yes, that's the cause. I have Kinect v1. So I have to write the plugin myself ...

                                                         Thanks for the information

P.S.  Possible idea to extend the error message.
Error 126 is not quite obvious, it would be better to describe the error.

Link to comment

Thanks aargh,

unfortunately, these dll errors (code 126, 127 etc) are never obvious. It's a standard error code and we can't extend message just because such errors have no unique reason. Usually, you have to check the dependencies for .dlls to solve this.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...