On 10/2/25 14:28, Alexandros Drymonitis wrote:
I installed Gem on my Pi (Raspbian bookworm) via apt-get, but when I try to create [declare -path /usr/lib/pd/extra/Gem -lib Gem] pd crashes.
apparently the modelloader is crashing. Gem in Debian (and thus in Raspbian) is rather old and does some openGL initialization when it shouldn't.
you could try removing the modelloader(s), at least assimp.
apt remove gem-plugin-assimp`
mgfdasr IOhannes