Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible problem with the supplied DLL files #8

Open
nilspin opened this issue Dec 24, 2014 · 5 comments
Open

Possible problem with the supplied DLL files #8

nilspin opened this issue Dec 24, 2014 · 5 comments

Comments

@nilspin
Copy link

nilspin commented Dec 24, 2014

I built a sample ofxKinectV2 app but my program crashes immediately after it is run.
What happens is :
Kinect starts up(I can see the 3 red lights) so it seems kinect is sending data but compiling from the IDE itself I am shown error
"Unhandled exception at 0x67E243FA (KCBv2.dll) in KinectTest1.exe: 0xC0000005: Access violation reading location 0x00000004"
I tried all possible configurations of these files(release,debug versions of OF too) but the error persists.

I’m suspecting since KCBv2.dll is originally downloaded(and not built on my machine) if I built it myself maybe the error would go away.
Any idea how to I can build the dll ? or any other solution?

@joshuajnoble
Copy link
Owner

I'm not sure if the MS SDK for this available at present, I can't find it on the the MS Open Tech github repo and I'm never sure what they've made available. You might try just making sure that some of the other Kinect V2 programs run on your system first?

@nilspin
Copy link
Author

nilspin commented Dec 25, 2014

Kinect SDK sample programs compile and run just fine.
I wanted to go openframeworks way because I didn't want the hassle of learning WinSDK and directX.

@joshuajnoble
Copy link
Owner

My bad, it's available here: https://github.com/MSOpenTech/KinectCommonBridge/tree/2.0

@nilspin
Copy link
Author

nilspin commented Dec 25, 2014

Ahhh...
Thank you! I'll compile it and let you know. :)

@nilspin
Copy link
Author

nilspin commented Dec 25, 2014

kinect_error

I still get the same error. But atleast I can localise it to KCBv2Lib.cpp
The application I'm trying to build is described here : http://rbarraza.com/using-ofxkinectv2-with-of/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants