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
Currently we only catch known errors and also throw some errors ourselves. While this does make it very clear to the user that something went wrong, it is also very disruptive as it makes the entire game crash.
This is partially because initially I wasn't sure how errors would be handled, naively hoping some of them would be handled by the mod loader.
Making this issue as a reminder to better think up how I want to handle this overall.