OpenVehicleDiag
OpenVehicleDiag copied to clipboard
[BUG] Application crashes while Scanning for ISO-TP ECUs (Stage 1/2)
I try to use "Diagnostic Scanner" mode for VW Tiguan MG1 ECU, but application crashes while Scanning for ISO-TP ECUs (Stage 1/2). I used three J2534 devices: CHIPSOFT J2534 Pro, Openport2, SM2. Application crashes at the same location for all specified adapters. mg1.zip
I attach j2534 log for all of this adapters.
Hmm. I can't see anything in your logs that might be causing an issue. Could you open OVD executable from a CMD / Powershell window, and copy the log text from the command window when OVD crashes?
Hmm. I can't see anything in your logs that might be causing an issue. Could you open OVD executable from a CMD / Powershell window, and copy the log text from the command window when OVD crashes?
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
Interesting. This has nothing to do with OVD, rather the graphics library that drives it.
Can you provide me detailed specifications about your system?
Also, can you run it with RUST_BACKTRACE=1 to get a full stack trace of the crash?
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 RUST_BACKTRACE=full
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:
0: 0xc986c8 -
Here is sysinfo
0: 0xc986c8 -
It appears you cut off part of the backtrace...
It appears you cut off part of the backtrace...
No, it's all output, nothing else.