Error message in Use of "Kinect V2 for Processing"

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?

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/
It seems as if they updated their library by now, but It might still work.