-
-
Notifications
You must be signed in to change notification settings - Fork 501
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] JCEF Slow Download #4896
Comments
top 5 reasons to not use MacOS |
Could start my hackintosh and see if I can reproduce it there. |
I'm still pretty sure it's a routing/connection issue - but I had already planned to move the download to use Cloudflare R2 and make the resource manager more robust. That it downloads faster on the browser for you might be an HTTP and compression difference, which Java does not support(?) with the basic URL connection implementation. I might look into using a different method. |
This commit introduces a more robust resource manager - which will now make use of the new LiquidBounce Resource API: This means from now on downloads are being served via Cloudflare R2 - which should be much faster and not rely on our infrastructure so much. An example: Error handling was slightly improved as well. |
LiquidBounce Branch
Nextgen
LiquidBounce Build/Version
0.21.0
Operating System
macOS
Minecraft Version
1.21.1
Describe the bug
Upon initial launch of liquidbounce, JCEF is downloaded and extracted as one of its dependencies.
However, this download process is extremely slow (~15 minutes), and the 'extracting...' phase hangs sometimes. @1zun4 and I were on discord trying to rectify this problem to no avail!!
directly downloading JCEF from origin took less than a minute, so the problem is definitely with liquidbounce.
Steps to reproduce
Client Log
Screenshots
The text was updated successfully, but these errors were encountered: