I built as per the instructions without incident, and attempted to run the demo program build/testgui/pietestgui. I see a GUI window, but when I click start, I get:
`Error Setting up PI Engineering Device`
and then the program crashes if I try to actually do anything.
I instrumented the program a little and discovered that the error code (which the programmer didn't take the time to put in the error message) is 205: PIE_HID_SETUP_CANNOT_OPEN_READ_HANDLE and the path that it's trying to open at that point is 0003:0010:00 (whatever that means).
Here's what's printed on the console.
Continuing, vid: 2222 pivid: 5f3
Continuing, vid: 2222 pivid: 5f3
Continuing, vid: 2222 pivid: 5f3
Found XKeys Device:
PID: 0405
Usage Page: 000c
Usage: 0001
Version: 256
Found XKeys Device:
PID: 0405
Usage Page: 0001
Usage: 0006
Version: 256
Found XKeys Device:
PID: 0405
Usage Page: 0001
Usage: 0002
Version: 256
I built as per the instructions without incident, and attempted to run the demo program
build/testgui/pietestgui. I see a GUI window, but when I click start, I get:and then the program crashes if I try to actually do anything.
I instrumented the program a little and discovered that the error code (which the programmer didn't take the time to put in the error message) is 205:
PIE_HID_SETUP_CANNOT_OPEN_READ_HANDLEand the path that it's trying to open at that point is0003:0010:00(whatever that means).Here's what's printed on the console.