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

[BUG] takes too long to load but it doesnt on normal roblox #958

Closed
1 task done
randomstuff69 opened this issue Nov 19, 2023 · 12 comments
Closed
1 task done

[BUG] takes too long to load but it doesnt on normal roblox #958

randomstuff69 opened this issue Nov 19, 2023 · 12 comments
Labels
bug Something isn't working pending release Bugs that have been fixed but are waiting to be released

Comments

@randomstuff69
Copy link

Acknowledgement of preliminary instructions

  • I have read the preliminary instructions, and I am certain that my problem has not already been addressed.

What problem did you encounter?

when i launch roblox it takes long to load into the game but doesnt do it in normal roblox and its annoying

@pizzaboxer
Copy link
Contributor

when i launch roblox it takes long to load into the game

What part does it get stuck on? What do you see?

@randomstuff69
Copy link
Author

it gets stuck on "connecting to roblox" but i can still get into the game

@pizzaboxer
Copy link
Contributor

Oh, I know why that's happening. It's a bug where connectivity checking is performed extremely inefficiently when the first check fails (because it can't contact setup.rbxcdn.com). That's an issue we have fixed in the next upcoming version. I wouldn't expect for it to be happening all the time though. Has this always been happening since you first installed it?

@pizzaboxer pizzaboxer added bug Something isn't working pending release Bugs that have been fixed but are waiting to be released labels Nov 20, 2023
@randomstuff69
Copy link
Author

yes

@pizzaboxer
Copy link
Contributor

If you don't mind, send me Bloxstrap's latest log file from %localappdata%\Bloxstrap\Logs - latest should be right at the top.

@randomstuff69
Copy link
Author

@pizzaboxer
Copy link
Contributor

pizzaboxer commented Nov 20, 2023

Yep, you're encountering the bug. And it happens because for some reason you're failing to connect to both https://setup.rbxcdn.com and https://setup-ak.rbxcdn.com. What happens if you try to access them in your browser? You're supposed to just see "Access Denied" - let me know if you encounter something else.

@randomstuff69
Copy link
Author

it does do access denied

@pizzaboxer
Copy link
Contributor

pizzaboxer commented Nov 20, 2023

Hm, I'm wondering why they appear to be timing out then. What if you open a Command Prompt window and then run this:
curl https://setup.rbxcdn.com/version
You should get instantly back a version ID.

@randomstuff69
Copy link
Author

the id is version-6552be68b05d41a5

@pizzaboxer
Copy link
Contributor

Okay, I'm not getting anywhere with this. Though, try out this custom build I just made which prioritizes the mirrors that should work for you. https://files.pizzaboxer.xyz/bloxstrap-debug/958/Bloxstrap.exe

@pizzaboxer
Copy link
Contributor

For anyone else recently coming across this issue:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pending release Bugs that have been fixed but are waiting to be released
Projects
None yet
Development

No branches or pull requests

2 participants