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

Windows error after succesfull build #45

Open
ReinierGielen opened this issue Jan 29, 2020 · 4 comments
Open

Windows error after succesfull build #45

ReinierGielen opened this issue Jan 29, 2020 · 4 comments

Comments

@ReinierGielen
Copy link

Hello, I am trying to get your addon working.
I have a WIN10 installation with Visual Studio 2017.
I installed the nightly build of openframeworks and had several successfull projects.

I added ofxKinectV2 but I can't figure out why I am getting an error on startup.
The build gives no error. But on start I am getting: The program '[53172] kinect_debug.exe' has exited with code -1073741701 (0xc000007b).
image

My properties are set like this:
{
"configurations": [
{
"inheritEnvironments": [
"msvc_x86"
],
"name": "x86-Debug",
"includePath": [
"${env.INCLUDE}",
"${workspaceRoot}\**"
],
"defines": [
"WIN32",
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "windows-msvc-x86"
}
]
}

Kan you please help to get this working.

@ofTheo
Copy link
Owner

ofTheo commented Jan 29, 2020

Can you confirm you have installed the libusbk drivers to the composite hub?
See: https://github.com/ofTheo/ofxKinectV2#windows-10-usb-setup

@ReinierGielen
Copy link
Author

Yes, the libusbk was setup with that manual

@ofTheo
Copy link
Owner

ofTheo commented Jan 29, 2020 via email

@ReinierGielen
Copy link
Author

ReinierGielen commented Jan 30, 2020

Thanks for the tip, I copied the dll's from C:\of_v20200117_vs2017_release\addons\ofxKinectV2-master\libs\libusb\lib\vs\Win32\Release to the the bin in the project folder and the error disappeared and the program window started.

No image yet as it seems we still have an usb issue:
[Info] [Freenect2Impl] enumerating devices...
[Info] [Freenect2Impl] 11 usb devices connected
[Info] [Freenect2Impl] found valid Kinect v2 @3:24 with serial 501795143142
[Info] [Freenect2Impl] found 1 devices
[Error] [usb::TransferPool] failed to submit transfer: LIBUSB_ERROR_NOT_SUPPORTED Operation not supported or unimplemented on this platform

We did the Zadig install procedure, so I am not sure where this is coming from

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