andreypdr / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

doesn't work with Processing 3 #115

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I was using simple-openni with processing 2.2.1
2. I installed new Processing 3
3. I installed simple-openni in Processing 3 and tried to run examples and I 
got error message "NoSuchMethodError: You may be using a library that's 
incompatible with this version of Processing" and the place in the code that is 
marked as an error place is the line:   context = new SimpleOpenNI(this);

What is the expected output? What do you see instead?
I expected that the examples will run well but instead I got the error message: 
"NoSuchMethodError: You may be using a library that's incompatible with this 
version of Processing" and the place in the code that is marked as an error 
place is the line:   context = new SimpleOpenNI(this);

What version of the product are you using? On what operating system?
I'm using Processing 3 + Yosemite + 1.96 SimpleOpenNI

Please provide any additional information below.

Original issue reported on code.google.com by ewelina....@gmail.com on 8 Aug 2015 at 1:08

GoogleCodeExporter commented 8 years ago
Same issue for me. Anyone with any solution?

Original comment by Per.Otto...@gmail.com on 17 Aug 2015 at 8:04