mtytel / vital

Spectral warping wavetable synth
GNU General Public License v3.0
1.58k stars 151 forks source link

Multiple GUI instances of Vital open causes deadlock if the host also uses OpenGL on Linux with NVidia #27

Open jcelerier opened 3 years ago

jcelerier commented 3 years ago

Hello, as the title says:

main thread: lock1

vital: lock2

Thus my question, as this smells a bit like a driver issue which is not directly addressable: is it possible in some way to have a way to make Vital's UI driven in the main thread instead to avoid that case ?