|
From: Fahim D. <dal...@gm...> - 2022-04-09 12:44:41
|
On Sat, Apr 9, 2022 at 3:13 PM Portree Kid <mid...@gm...> wrote: > > /home/portreekid/flightgear/dnc-managed/simgear/simgear/canvas/ShaderVG/src/shaders.c:304: > > shInitPiplelineShaders: Assertion `0' failed. > Aborted (core dumped) Hello Keith, It seems like your Simgear was compiled with ShaderVG, which is quite experimental at this stage. I’ve not taken a close look at your commit hashes, but it was accidently activated by default on next a few day ago (it has been fixed since then). I think pulling the latest sources + a clean build should switch you back to ShivaVG (the current working implementation). It you do not want to pull the latest changes, you can also try to compile simgear with USE_SHADERVG=OFF during the cmake step. Hope this helps! Best, Fahim > |