Collin Kidder

Results 243 comments of Collin Kidder

Yup, just ran into this myself. Here's the basic problem and also why I think it'll be a little more involved to solve it fully: J1939 obviously has information encoded...

That's a library (found in my repos here). Did you download the library and install it? Or, if that's the only CAN thing you're doing you can plop the files...

Passthrough has always been a bit of a pain. For one, I think it normally requires a pass through driver. These tend to only exist for Windows. Then, some person...

Do you, by chance, use Wayland instead of X11? I know various people have reported problems like this where it complains about Gtk related things and I thought it was...

People seem to be talking about this exact issue here: https://askubuntu.com/questions/1396739/failed-to-load-module-xapp-gtk3-module

That sure looks like a bug. Obviously the main window and graphing windows should be displaying the same data. So, something is wrong here.

It's a known issue that I need to fix. The problem is that we're so far past the time epoch (Jan 1, 1970 I think) that the time requires enough...

FWIW, I tried to test this on the current version of SavvyCAN and it no longer has the improper behavior when saving. Now it can save timestamps with quadrillions of...

I fixed it in the QT6 branch but I should probably port it to the QT5 version as well. The fix somewhat breaks the actual time stamp, it could be...

I'm getting reports that the QT6 continuous build is also still broken so it seems like I didn't actually fix it there either. Need to look into this more.