Skip to content
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

[BUG] Application crashes while Scanning for ISO-TP ECUs (Stage 1/2) #25

Open
chipsoft opened this issue May 10, 2021 · 9 comments
Open
Labels
bug Something isn't working

Comments

@chipsoft
Copy link

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.

@chipsoft chipsoft added the bug Something isn't working label May 10, 2021
@rnd-ash
Copy link
Owner

rnd-ash commented May 10, 2021

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?

1 similar comment
@rnd-ash
Copy link
Owner

rnd-ash commented May 10, 2021

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?

@chipsoft
Copy link
Author

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

@rnd-ash
Copy link
Owner

rnd-ash commented May 10, 2021

Interesting. This has nothing to do with OVD, rather the graphics library that drives it.

@rnd-ash
Copy link
Owner

rnd-ash commented May 10, 2021

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?

@chipsoft
Copy link
Author

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 -

@chipsoft
Copy link
Author

Here is sysinfo
info

@rnd-ash
Copy link
Owner

rnd-ash commented May 10, 2021

0: 0xc986c8 -

It appears you cut off part of the backtrace...

@chipsoft
Copy link
Author

It appears you cut off part of the backtrace...

No, it's all output, nothing else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants