Hi @peaceguy,
That helps narrow this down a lot.
Our application is failing to draw the analog graphs, which it does using webgl. We see this type of failure from time to time, and it should be quick to fix.
There are a few things to try.
First, please run Logic from the terminal, capture some analog data, and then send us the output from the terminal. We’re specifically looking for any graphics related warnings or errors.
Next, let’s try clearing the application’s shader cache. The simplest way to do that is to delete ~/.config/Logic. You may want to backup ~/.config/Logic/config.json first. That file contains all of your application settings, including any saved presets.
Then run and test the application again.
Pass or fail, you can restore config.json once the application has been closed. (running the software once will recreate the ~/.config/Logic directory, including the default config.json file. You can over-write it with your backup)
If that doesn’t fix it, you should try updating your graphics drivers. If you need help with this, please let me know what graphics vendor you use, and I can send you some pointers. I usually use the “Software & Updates” > “Aditional Drivers” tab, and select the latest proprietary, tested version of the graphics driver.
Note, after updating the drivers, there is a small chance you may need to delete the shader cache again, following the procedure above. We’ve really only seen one graphics driver update that required that though. You probably should also reboot the computer.
You can also run the software with hardware acceleration disabled, or with in-process GPU, the latter of which can get around some GPU related issues.
You can launch Logic2 with the --disable-gpu flag or the --in-process-gpu flag.
Please let me know if either of these work.
One more thing: You can load this page in your regular browser to check to see if it has any problems with webGL 2: https://get.webgl.org/webgl2/
If that’s successful, and you’re using a chromium based browser (like chrome) that might indicate that the problem could be fixed on a newer version of chromium.
-Mark