ofTheo / ofxKinect

legacy openFrameworks wrapper for the xbox kinect (OF pre-0.8.0+ only) - ofxKinect is now included and is being maintained in OF releases
MIT License
540 stars 105 forks source link

vector subscript out of range #98

Closed lunchboxav closed 12 years ago

lunchboxav commented 12 years ago

hi, got this error when debugging ofxKinect with multiple Kinects on Windows. didn't experience it when doing it on Mac. I think it's something that related to compiler, I used VS 2010. Anybody experienced the same problem? Cheers.

danomatika commented 12 years ago

What line is it tripping on? I didn't see this with VS 2010 on the test machine building the example.

lunchboxav commented 12 years ago

it was line 923, it says vector something. I tried to recreate the problem but now I can't even start to run the project. something wrong with openframeworksLibDebug.lib on my machine. I think there's something funny about my VS2010.

I think the problem started when I tried to add ofxOsc, must've put something wrong there. I didn't experience anything like this when doing the same thing on Xcode.

danomatika commented 12 years ago

Line 923 in which file? ... Are you sure it's not something in your own project code?

lunchboxav commented 12 years ago

I think it was in vs2010. because it was in the C:\ drive, not where I put openframeworks. that's why I said there's problem with my vs2010. let me recreate the problem again, and see if it still happens. because I've since moved to codeblocks and 2 Kinects are running perfectly fine.

danomatika commented 12 years ago

I just tested again with VS2010 and didn't have any problems building. Closing this issue.