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
if (!didWarnAboutMissingAlready && (!killSplashScreenAndShowLoginWindow)) [[unlikely]]
124
+
{
125
+
didWarnAboutMissingAlready = true;
126
+
MessageBoxA(nullptr, "Error in Origin::Client::LoginViewController::loadLoginPage: killSplashScreenAndShowLoginWindow was not found, your Origin client will probably be stuck on splash screen\n"
127
+
"\nRight-click Origin icon in your tray and click Open Origin as a workaround.",
128
+
ERROR_MSGBOX_CAPTION, MB_ICONERROR);
129
+
}
130
+
131
+
// well it seems someone forgot to call this func in a reasonable place like here
0 commit comments