# Error message in Use of "Kinect V2 for Processing"

**URL:** https://discourse.processing.org/t/error-message-in-use-of-kinect-v2-for-processing/11065
**Category:** Libraries
**Created:** [May 9, 2019, 12:06pm UTC](https://discourse.processing.org/t/error-message-in-use-of-kinect-v2-for-processing/11065 "2019-05-09T12:06:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Sleaz](https://avatars.discourse-cdn.com/v4/letter/s/c2a13f/32.png) [@Sleaz](https://discourse.processing.org/u/Sleaz)
#### Post date: [May 9, 2019, 12:06pm UTC](https://discourse.processing.org/t/error-message-in-use-of-kinect-v2-for-processing/11065/1 "2019-05-09T12:06:31Z")

</div>

**Hello, I try to run an example of a library “Kinect v2 for Processing” but when the program start, it can’t run properly. Did someone know how to make it works?**  
**Here is the message i got:**

java.lang.UnsatisfiedLinkError: C:\Users…Face.dll: La procédure spécifiée est introuvable  
at processing.opengl.PSurfaceJOGL$2.run(PSurfaceJOGL.java:408)  
at java.lang.Thread.run(Thread.java:748)  
UnsatisfiedLinkError: C:\Users\louis\Documents\Processing\libraries\KinectPV2\library\Kinect20.Face.dll: La procédure spécifiée est introuvable  
A library relies on native code that’s not available.  
Or only works properly when the sketch is run as a 32-bit application.

May i try to download a processing in 32bit, or something else?

---

<div class="post-metadata">

### Author: ![bucherjo](https://avatars.discourse-cdn.com/v4/letter/b/848f3c/32.png) [@bucherjo](https://discourse.processing.org/u/bucherjo)
#### Post date: [February 7, 2020, 10:09pm UTC](https://discourse.processing.org/t/error-message-in-use-of-kinect-v2-for-processing/11065/2 "2020-02-07T22:09:48Z")

</div>

Hello Sleaz  
The last time I used the Kinect library in one of my projects (roughly 2 years ago) I had to download Processing version 2 which you can find here:  
[https://processing.org/download/](https://processing.org/download/)  
It seems as if they updated their library by now, but It might still work.
