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
This is due to the fact that the library currently initializes itself as a multi-threaded apartment (MTA). Programs with a graphical user interface need to have a single-threaded apartment (STA). See discussion in #690.
windows 22454
The text was updated successfully, but these errors were encountered: