-
Notifications
You must be signed in to change notification settings - Fork 289
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
An error occurs when using an ASC log file #847
Comments
Is it possible to get this file for testing ? |
logfile1.zip |
I've had similar issues and it seems to be linked to the auto detect filetype feature. Try selecting the correct file type when you are loading the file and see if that works. It works for me that way. If i try to load without selecting the file type it crashes every time. Not just ASC but many TRC and CSV files as well. |
Some issues found are: Issue 1 Line 1136 in 2836977
read memory address bigger than tokens[] need to change to
It is assumed that the DLC value is correct. If not, the program will crash. Line 903 in 2836977
Issue 2 Line 1048 in 2836977
After this additional validation check, the test ASC file is ignored as a valid CANhacker file. Issue 3 Line 1641 in 2836977
It's missing: This issue test file:
Note that the *.ASC generated by savvyCAN is also not detected because it uses the word Line 1925 in 2836977
*.ASC file generated by savvyCAN
A possible solution is to detect only the first two *.ASC lines and not four lines. |
I am using windows 11 64 bit. I have a log file in ASC format with a size of about 12mb. When I open the file, the software automatically exits and closes. I tried another way, selecting play back, but the application still exits. Even though I have 6GB of free RAM, I tried again with the CSV file and it opened again. There is a problem here, I hope you can fix it soon.
The text was updated successfully, but these errors were encountered: