-
Notifications
You must be signed in to change notification settings - Fork 57
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
Comments
Can you confirm you have installed the libusbk drivers to the composite hub? |
Yes, the libusbk was setup with that manual |
you might need to copy the dlls from the ofxKinectV2/libs/libusb/lib/vs folder to you bin/ folder.
|
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: We did the Zadig install procedure, so I am not sure where this is coming from |
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).
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.
The text was updated successfully, but these errors were encountered: