-
Notifications
You must be signed in to change notification settings - Fork 53
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
Crash when loading a dbc file #35
Comments
Hi, the software will load a wide variety of DBC files. However, one file that I've tried crashes. I fixed one crash, but it got lost in github submodules that overwrites eachother. If you can cut down the DBC file to find out where it crashes, then send us a short and sweet DBC (or create a dummy) that triggers the crash would be great. |
Hi, I played around with my dbc and found out the lines causing the problem. Keep up the good work! EDIT: there are several lines beginning with BA_ (BA_DEF_, BA_DEF_DEF_) I will try to narrow down where exactly the problem lies |
OK so in my case, the particular line causing problem was: It's the only line starting with BA_DEF_ SG_ |
Hi,
I found your program and the interface seems cool. Unfortunately loading a dbc-file leads to crash.
I tried releases back to 468 and same problem occurs.
The text was updated successfully, but these errors were encountered: