Denys Suprunenko
Denys Suprunenko
Here is log: E:\Users\Dell\Downloads>openvehiclediag_windows.exe thread 'main' panicked at 'assertion failed: `(left == right)` left: `0`, right: `-2005270523`', C:\Users\Ashcon\.cargo\registry\src\github.com-1ecc6299db9ec823\gfx-backend-dx12-0.7.0\src\device.rs:1032:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
E:\Users\Dell\Downloads>openvehiclediag_windows.exe thread 'main' panicked at 'assertion failed: `(left == right)` left: `0`, right: `-2005270523`', C:\Users\Ashcon\.cargo\registry\src\github.com-1ecc6299db9ec823\gfx-backend-dx12-0.7.0\src\device.rs:1032:9 stack backtrace: note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. E:\Users\Dell\Downloads>set...
Here is sysinfo 
> It appears you cut off part of the backtrace... No, it's all output, nothing else.
Try to pass NULL as first parameter and I will check. Here is example: 0.000s ++ PTOpen(*NULL*, 0x008FFC38) returning DeviceID: 1 2.441s 0:STATUS_NOERROR
> I think this would be better as a `#[cfg(feature = "can"]` like we did for the radio variants of feather m0 > > https://github.com/atsamd-rs/atsamd/blob/b82ab9ab0566deace39a6e8af6c963c33d6f8540/boards/feather_m0/src/lib.rs#L177 > > rather than an...
It does not work! You have 2 tests, but in output we see: 1 tests, 1 assertions, 1 failures This because you can `#include "minunit.h"` only in one file, because...