amsmith525
amsmith525
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
Will do
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
Same error with windows-native
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
PS D:\elgato-streamdeck\examples\simple> cargo run
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
Running `target\debug\simple.exe`
Akp153E A62F50D4374D 4112
thread 'main' panicked at src/main.rs:20:124:
called `Result::unwrap()` on an `Err` value: HidError(HidApiError { message: "Get Input/Feature Report DeviceIoControl: (0x00000001) Incorrect function." })
PS D:\elgato-streamdeck\examples\simple> cargo run
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
Running `target\debug\simple.exe`
Akp153E A62F50D4374D 4112
thread 'main' panicked at src/main.rs:20:124:
called `Result::unwrap()` on an `Err` value: HidError(HidApiError { message: "Get Input/Feature Report DeviceIoControl: (0x00000001) Incorrect function." })
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
Device manager shows the right serial number
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
No description
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
Akp153E B52F50D4374D 4112 vs Akp153E 355499441494 4112
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
No description
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
without features = ["linux-static-hidraw"] it would not build
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
Sorry this took forever for me to get it to run. I ended up having to modify line 13 of ~/elgato-streamdeck/Cargo.toml hidapi = { version = "2.6", default-features = false, features = ["linux-static-hidraw"] } to keep it from throwing a panic error: failed to run custom build command for hidapi v2.6.3
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
~/elgato-streamdeck/examples/simple$ cargo run -Znext-lockfile-bump
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running `target/debug/simple`
Akp153E 355499441494 4112
Connected to '355499441494' with version 'V2.293S.00.003'
Key count: 18
Touch point count: 0
~/elgato-streamdeck/examples/simple$ cargo run -Znext-lockfile-bump
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running `target/debug/simple`
Akp153E 355499441494 4112
Connected to '355499441494' with version 'V2.293S.00.003'
Key count: 18
Touch point count: 0
~/elgato-streamdeck/examples/async$ cargo run -Znext-lockfile-bump
Finished dev [unoptimized + debuginfo] target(s) in 0.04s
Running `target/debug/async`
Akp153E 355499441494 4112
Connected to '355499441494' with version 'V2.293S.00.003'
Key count: 18
Touch point count: 0
~/elgato-streamdeck/examples/async$ cargo run -Znext-lockfile-bump
Finished dev [unoptimized + debuginfo] target(s) in 0.04s
Running `target/debug/async`
Akp153E 355499441494 4112
Connected to '355499441494' with version 'V2.293S.00.003'
Key count: 18
Touch point count: 0
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
ok - will post soon
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
I have not tried in linux
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
let me know if there are any specific steps you would like me to do
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
Not sure how to run these examples, but it does appear to show the device for each example / cargo run
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
PS D:\elgato-streamdeck\examples\simple> cargo run
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
Running `target\debug\simple.exe`
Akp153E B52F50D4374D 4112
thread 'main' panicked at src/main.rs:20:124:
called `Result::unwrap()` on an `Err` value: HidError(HidApiError { message: "Get Input/Feature Report DeviceIoControl: (0x00000001) Incorrect function." })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: process didn't exit successfully: `target\debug\simple.exe` (exit code: 101)
PS D:\elgato-streamdeck\examples\simple> cargo run
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
Running `target\debug\simple.exe`
Akp153E B52F50D4374D 4112
thread 'main' panicked at src/main.rs:20:124:
called `Result::unwrap()` on an `Err` value: HidError(HidApiError { message: "Get Input/Feature Report DeviceIoControl: (0x00000001) Incorrect function." })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: process didn't exit successfully: `target\debug\simple.exe` (exit code: 101)
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
PS D:\elgato-streamdeck\examples\async> cargo run
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\async.exe`
Akp153E B52F50D4374D 4112
thread 'main' panicked at src/main.rs:20:136:
called `Result::unwrap()` on an `Err` value: HidError(HidApiError { message: "Get Input/Feature Report DeviceIoControl: (0x00000001) Incorrect function." })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: process didn't exit successfully: `target\debug\async.exe` (exit code: 101)
PS D:\elgato-streamdeck\examples\async> cargo run
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\async.exe`
Akp153E B52F50D4374D 4112
thread 'main' panicked at src/main.rs:20:136:
called `Result::unwrap()` on an `Err` value: HidError(HidApiError { message: "Get Input/Feature Report DeviceIoControl: (0x00000001) Incorrect function." })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: process didn't exit successfully: `target\debug\async.exe` (exit code: 101)
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
No description
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
No description
123 replies
OOpenDeck
Created by ninjadev64 on 12/28/2024 in #issues
Ajazz devices not functioning properly under Windows
Device is an APK153E. On windows 23H2, device dropdown shows up blank, some commands respond when pressing button on device, screen does not update when dragging commands to grid. On linux the dropdown is populated, and the screen updates when dragging commands to the grid.
123 replies