You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My host (https://ossia.io) uses OpenGL for rendering under Linux (in the main thread)
I can run one instance of vital without issues (but maybe I've just been lucky)
However, if I open a second vital UI, I get a deadlock of the whole software very quickly:
main thread:
vital:
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 ?
The text was updated successfully, but these errors were encountered:
Hello,
as the title says:
main thread:
vital:
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 ?
The text was updated successfully, but these errors were encountered: