microsoftarchive / KinectCommonBridge

Other
113 stars 43 forks source link

Possible problem with the DLL files being built #22

Open nilspin opened 9 years ago

nilspin commented 9 years ago

I built a sample openFrameWorks(using ofxKinectV2 addon) 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 DLL files(release,debug versions of openFrameworks too) but the error persists.

https://cloud.githubusercontent.com/assets/3748342/5551712/29922c74-8c04-11e4-8df3-41953bdc8b2b.png

The error seem to be occurring in KCBv2Lib.cpp at lines 666 but I couldn't find anything wrong with it. Samples supplied with KinectSDK compile and run just fine though.

NOTE: I am using the '2.0' branch for building.

mariuszkreft commented 9 years ago

Hello, I see it's an unsolved problem. Are you guys giving up this development?

mkostin commented 9 years ago

Hi @mariuszkreft, there is no active development on this ticket now, so please feel free to look into it and contribute a fix.