FYI had to run the appImage under Debian Buster with the --no-sandbox option in order to make it run. Otherwise I receive the The SUID sandbox helper binary was found error. Maybe I’m missing something though.
Hi decipherstatic - thank you for the help, and welcome!
I don’t have a solution yet, but I do see some reference to this issue online. We should be able to test on Debian later today, and I’ll let you know what the situation is.
I’m just dropping in to say that the new appimage Alpha 9 works fine for me on Kubuntu 19.04. I like the new look of the app! Obviously there are still lots of sharp edges and I wish I could load my old captures from 1.2.29 but I guess I can’t yet. But, it looks pretty nice and it seems to operate fairly well. I haven’t tried hooking up my original run Logic (8 digital, no analog) device. But, initial testing looks pretty nice. I’m starting to consider that maybe I ought to upgrade my hardware too. I think I was one of the first people to get a logic eons ago when you all were starting out. So, I’m eying the newer stuff with envy. It might just influence me and the other old timers to upgrade! I think I need analog measurements in my future.
Agreed. Lots of rough edges. Imo it’s quite difficult to use in several ways. But we are working on it!
We’ve found that our v1 architecture for the back-end data processing is not optimal in a number of respects and it’s been slowing us down. The good news is that the rest of the application development is fast – enormously better than the current-generation software.
In a few months it should be awesome to use with the newer analog products! Right now the ‘Scope View’ can be frustrating to use. Working the issues!
Hi decipherstatic,
Thanks for the details. I’ve just added code to the AppRun script inside of our AppImage to detect if the system does not support sandboxing and displays a message in the console before adding --no-sandbox to the electron app command line.
Our solution is largely borrowed from here:
This fix will be in the next alpha release.
Thanks again for reporting it!