collin80 / SavvyCAN

QT based cross platform canbus tool
MIT License
990 stars 278 forks source link

PCAN View log file crash #685

Open PhilVoltSport opened 11 months ago

PhilVoltSport commented 11 months ago

Hi, I have been trying to load PCAN View files, and then graph signals. I have a log file with 100,000 lines, which will not import. EVER. I have trimmed this to 100 lines, which will sometimes import, but sometimes crash. Not so useful through really as it doesn't really show me much....

program just shows the loading dialog box (with a progress bar that does not change) and then quits.

Any insight into this one? running 64bit win10pro, running in administrator mode. I have tried versions from Nov22, and March23.

Thanks!

collin80 commented 11 months ago

It sounds as if perhaps I'm not loading things quite right according to your file format. I believe I had to code up the PCAN loader merely by looking at a couple of example files, not by having any sort of formal specification. So, it's possible your file has a format that is slightly different from what the program expects. If you can, you might send me the file so I can try it in debugging mode to see why it crashes.

collink at the domain of kkmfg.com

mitchdetailed commented 11 months ago

pcan has like 7 different versions of their asc file over the years. it may be a versioning issue

On Fri, Oct 20, 2023, 8:02 AM Collin Kidder @.***> wrote:

It sounds as if perhaps I'm not loading things quite right according to your file format. I believe I had to code up the PCAN loader merely by looking at a couple of example files, not by having any sort of formal specification. So, it's possible your file has a format that is slightly different from what the program expects. If you can, you might send me the file so I can try it in debugging mode to see why it crashes.

collink at the domain of kkmfg.com

— Reply to this email directly, view it on GitHub https://github.com/collin80/SavvyCAN/issues/685#issuecomment-1772700618, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI62NLVUSIOTF6KOLOKXZC3YAJY4ZAVCNFSM6AAAAAA6H3ICASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZSG4YDANRRHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

PhilVoltSport commented 10 months ago

Hopefully the log file is attached!

log_file.zip