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
Unfortunately the exception has not been catched. However, during the investigation, it is found that updating the GUI from non-gui(main) thread, which the code of the launcher does a lot currently, is considered a bad practice and might cause a crash randomly. Thus, the code will be refactored to avoid such operations in the next release.
Apart from the crash issue, sometimes the launcher can not output correctly, with some of the characters missing. This might also be due to updating the UI in non-gui(main) thread.
Unfortunately the exception has not been catched. However, during the investigation, it is found that updating the GUI from non-gui(main) thread, which the code of the launcher does a lot currently, is considered a bad practice and might cause a crash randomly. Thus, the code will be refactored to avoid such operations in the next release.
Originally posted by @Leon-Leyang in #126 (comment)
The text was updated successfully, but these errors were encountered: