collin80 / SavvyCAN

QT based cross platform canbus tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash when try to save logfile

benseller opened this issue · comments

When clicking the Save logfile menu on Xubuntu the application crashes.

Tried a number of pixbuf problem solutions found on Google, but none helped.

savvycan_2.13_issue.txt

Hmmm, hadn't run into that before. The crash dump makes it appear as if it is a problem getting the GTK resources it is looking for. I know QT tries to do some magic to make file system dialogs like load/save look proper across the various operating systems. I think I may be able to change the behavior a bit to make it draw it's own file dialog instead of trying to make it look native. I'll see if there's any setting I can provide that would help with this.

I assume you are using the precompiled versions of each? My best guess is that something changed with the QT version as otherwise not a lot changed that would/should cause this sort of problem. But, the QT version used to compile SavvyCAN is likely to have changed between versions. It tends to keep up fairly closely with the latest released QT5 version. I did find the way to make QT use it's own widgets instead of trying to make native looking file dialogs. I'll see about making this an option and we can see if that solves it or not.