Skip to content

Stuck on loading screen #2

Description

@laika-cosmonaut

Hi, I have been experiencing an issue with this library where I will become stuck on this screen (https://cdn.upload.systems/uploads/1aHnmwEO.png) for an extremely long period of time (I left it and did something else for an hour, came back and it was still this screen).

My code:

        private void button2_Click(object sender, EventArgs e)
        {
            MicrosoftLoginForm loginForm = new MicrosoftLoginForm();
            MSession session = loginForm.ShowLoginDialog();
            if (session != null) {
                MessageBox.Show("Login success : " + session.Username);

                LauncherForm launcherGui = new LauncherForm();
                launcherGui.session = session;
                launcherGui.Show();
                this.Close();
            } else { 
                MessageBox.Show("Failed to login");
            }
        }

Thank you for any help :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions