Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed freezing issue when logging in from fullscreen #151

Closed
wants to merge 1 commit into from

Conversation

Puttepingvin
Copy link

Solved by opening the webpage before minimizing
Fixes #119

@NikhilNarayana
Copy link
Member

Could you explain why the order matters?

@Puttepingvin
Copy link
Author

I don't know for sure, but best guess:

The bug seems to airise from a compiler optimization, I cannot reproduce the bug when using the debug build. When changing the order the compiler doesn't do the problematic optimization and the bug dissapears.

@NikhilNarayana
Copy link
Member

NikhilNarayana commented Jul 19, 2020

Tested this build on windows by following r2dliu's repro steps and it froze dolphin entirely, had to force kill in task manager.

@Puttepingvin
Copy link
Author

Ok then I'm unsure what to do.

Sleeping the thread for a second after user->OpenLogInPage(); also solves the issue on my setup. New best guess is that the system command interacts poorly with something downstream but I have no good solutions in mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Login freezes Dolphin
2 participants