-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
[BUG] Launcher freezing #19
Comments
On a further analysis, seems like the issue is based on the network speed. What I guess happens is that with high speed internet the progress bar updates more frequently, therefore when it's time to redraw the bar it already needs an update, and goes into a loop that results in the launcher UI freezing. My reason? I limited my speed to 4-5MB/s and yes it's taking longer, but no freezes. I will update this comment if it ends up freezing at some point with this speed |
I'm getting 7MB/s on download but no freezing issue. |
Installing it on an SSD, and I'm sure something happens when on high speed above 7MB/s, not sure at which point starts to freeze, but it happened also while predownloading |
Use synchronous task for reading remote stream. This changes are related to this issue: CollapseLauncher/Collapse#19
Hi @muscularcandy67, Thank you again for reporting another issue and sorry for my late response since I got busy last week.
Edit:These changes will be applied for the next preview and stable release and unfortunately will not be planned for hotfix on current stable version, which is 1.0.36.x |
@neon-nyan don't worry about it, everyone has life, plus this is just a personal project for you that you are sharing with us. I'm tho saddened that I encountered two bugs (altho one was really just a small issue) and I was the only one to report them |
I just updated the preview build to v1.0.40.5 here: You can try it and let me know if this build fixes the issue. |
Okay I actually already compiled the update yesterday before you released it, and I did a test installation on Honkai Impact 3rd SEA and the launcher didn't freeze |
Good to hear that. I think we can close this issue for now. |
When downloading a new update or the game the launcher will freeze for some reason
and if you try to force close the launcher and then reopen it the launcher will constantly fail to actually locate the installed game. It happened with Honkai Impact 3rd Global, I don't know if it can happen with other game versions, although it's highly likely it can. By the way, in the Task Manager it shows an usage of around 10MB/s while being in that state, and the download actually continues, it just the launcher that freezes
The text was updated successfully, but these errors were encountered: