Skip to content

Stuck on loading screen #2

@chaarlottte

Description

@chaarlottte

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 :)

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