Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.
This repository was archived by the owner on Feb 20, 2021. It is now read-only.

Possible problem with the DLL files being built #22

@nilspin

Description

@nilspin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions