pizzaboxer / bloxstrap

An alternative bootstrapper for Roblox with a bunch of extra features.
https://bloxstraplabs.com
MIT License
1.68k stars 282 forks source link

[BUG] Roblox insta crashing when loading #2840

Closed suminonchik closed 3 weeks ago

suminonchik commented 4 weeks ago

Acknowledgement of preliminary instructions

What problem did you encounter?

when loading, the bootstrapper closes and roblox doesnt start.

Bloxstrap Log

2024-09-06T17:33:20Z [App::OnStartup] Starting Bloxstrap v2.7.0 2024-09-06T17:33:20Z [App::OnStartup] Compiled Tuesday, 9 July 2024 at 9:03:19 PM from commit a7d2a2c3d5af7137804416ba4e5fbdd27bd10f1e (tag/v2.7.0) 2024-09-06T17:33:20Z [App::OnStartup] Loaded from %UserProfile%\AppData\Local\Bloxstrap\Bloxstrap.exe 2024-09-06T17:33:20Z [LaunchSettings::Parse] Parsing launch arguments 2024-09-06T17:33:20Z [LaunchSettings::Parse] No launch arguments to parse 2024-09-06T17:33:20Z [JsonManager::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Settings.json... 2024-09-06T17:33:20Z [JsonManager::Load] Loaded successfully! 2024-09-06T17:33:20Z [JsonManager::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\State.json... 2024-09-06T17:33:20Z [JsonManager::Load] Loaded successfully! 2024-09-06T17:33:20Z [JsonManager<Dictionary2>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Modifications\ClientSettings\ClientAppSettings.json... 2024-09-06T17:33:20Z [JsonManager<Dictionary2>::Load] Loaded successfully! 2024-09-06T17:33:20Z [FastFlagManager::SetValue] Changing of 'FFlagHandleAltEnterFullscreenManually' from 'False' to 'False' is pending 2024-09-06T17:33:20Z [RobloxDeployment::TestConnection.https://setup.rbxcdn.com] Connecting... 2024-09-06T17:33:20Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version 2024-09-06T17:33:20Z [RobloxDeployment::InitializeConnectivity] Testing connectivity... 2024-09-06T17:33:21Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version 2024-09-06T17:33:21Z [RobloxDeployment::InitializeConnectivity] Got https://setup.rbxcdn.com as the optimal base URL 2024-09-06T17:33:21Z [Logger::Initialize] Initializing at %UserProfile%\AppData\Local\Bloxstrap\Logs\Bloxstrap_20240906T173321Z.log 2024-09-06T17:33:21Z [Logger::Initialize] Finished initializing! 2024-09-06T17:33:21Z [NotifyIconWrapper::NotifyIconWrapper] Initializing notification area icon 2024-09-06T17:33:21Z [App::OnStartup] Initializing bootstrapper 2024-09-06T17:33:21Z [App::OnStartup] Initializing bootstrapper dialog 2024-09-06T17:33:21Z [Bootstrapper::Run] Running bootstrapper 2024-09-06T17:33:21Z [Bootstrapper::Run] Performing connectivity check... 2024-09-06T17:33:21Z [Bootstrapper::SetStatus] Connecting to Roblox... 2024-09-06T17:33:21Z [RobloxDeployment::GetInfo] Getting deploy info for channel LIVE (extraInformation=False) 2024-09-06T17:33:21Z [HttpClientLoggingHandler::ProcessRequest] GET https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer/channel/LIVE 2024-09-06T17:33:21Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer/channel/LIVE 2024-09-06T17:33:21Z [Bootstrapper::Run] Connectivity check finished 2024-09-06T17:33:21Z [Bootstrapper::CheckForUpdates] Checking for updates... 2024-09-06T17:33:21Z [HttpClientLoggingHandler::ProcessRequest] GET https://api.github.com/repos/pizzaboxer/bloxstrap/releases/latest 2024-09-06T17:33:21Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://api.github.com/repos/pizzaboxer/bloxstrap/releases/latest 2024-09-06T17:33:21Z [Bootstrapper::CheckForUpdates] No updates found 2024-09-06T17:33:21Z [RobloxDeployment::GetInfo] Getting deploy info for channel LIVE (extraInformation=False) 2024-09-06T17:33:21Z [RobloxDeployment::GetInfo] Deploy information is cached 2024-09-06T17:33:21Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-f0ad99160d23428b-rbxPkgManifest.txt 2024-09-06T17:33:21Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-f0ad99160d23428b-rbxPkgManifest.txt 2024-09-06T17:33:21Z [JsonManager<Dictionary2>::Save] Saving to %UserProfile%\AppData\Local\Bloxstrap\Modifications\ClientSettings\ClientAppSettings.json... 2024-09-06T17:33:21Z [JsonManager<Dictionary2>::Save] Save complete! 2024-09-06T17:33:21Z [Bootstrapper::SetStatus] Applying Roblox modifications... 2024-09-06T17:33:21Z [Bootstrapper::ApplyModifications] Checking executable flags... 2024-09-06T17:33:21Z [Bootstrapper::ApplyModifications] Checking file mods... 2024-09-06T17:33:21Z [Bootstrapper::ApplyModifications] ClientSettings\ClientAppSettings.json already exists in the version folder, and is a match 2024-09-06T17:33:21Z [Bootstrapper::ApplyModifications] content\sounds\ouch.ogg already exists in the version folder, and is a match 2024-09-06T17:33:21Z [Bootstrapper::ApplyModifications] content\textures\Cursors\KeyboardMouse\ArrowCursor.png already exists in the version folder, and is a match 2024-09-06T17:33:21Z [Bootstrapper::ApplyModifications] content\textures\Cursors\KeyboardMouse\ArrowFarCursor.png already exists in the version folder, and is a match 2024-09-06T17:33:21Z [JsonManager::Save] Saving to %UserProfile%\AppData\Local\Bloxstrap\State.json... 2024-09-06T17:33:21Z [JsonManager::Save] Save complete! 2024-09-06T17:33:21Z [Bootstrapper::ApplyModifications] Finished checking file mods 2024-09-06T17:33:21Z [Bootstrapper::CheckInstall] Checking install 2024-09-06T17:33:21Z [JsonManager::Save] Saving to %UserProfile%\AppData\Local\Bloxstrap\Settings.json... 2024-09-06T17:33:21Z [JsonManager::Save] Save complete! 2024-09-06T17:33:21Z [JsonManager::Save] Saving to %UserProfile%\AppData\Local\Bloxstrap\State.json... 2024-09-06T17:33:21Z [JsonManager::Save] Save complete! 2024-09-06T17:33:21Z [Bootstrapper::SetStatus] Starting {product}... 2024-09-06T17:33:23Z [Bootstrapper::StartRoblox] Started Roblox (PID 17140) 2024-09-06T17:33:23Z [Bootstrapper::StartRoblox] Using Discord Rich Presence 2024-09-06T17:33:23Z [DiscordRichPresence::DiscordRichPresence] Established connection with Discord RPC 2024-09-06T17:33:24Z [DiscordRichPresence::DiscordRichPresence] Received ready from user suminonchik (1215376416149868638) 2024-09-06T17:33:26Z [ActivityWatcher::StartWatcher] Opening Roblox log file... 2024-09-06T17:33:26Z [ActivityWatcher::StartWatcher] Could not find recent enough log file, waiting... (newest is 0.641.1.6410739_20240906T164123Z_Player_BC64A_last.log) 2024-09-06T17:33:26Z [Bootstrapper::StartRoblox] Waiting for Roblox to close 2024-09-06T17:33:26Z [Bootstrapper::StartRoblox] Roblox has exited 2024-09-06T17:33:26Z [DiscordRichPresence::Dispose] Cleaning up Discord RPC and Presence 2024-09-06T17:33:26Z [App::OnStartup] Bootstrapper task has finished 2024-09-06T17:33:26Z [NotifyIconWrapper::Dispose] Disposing NotifyIcon 2024-09-06T17:33:26Z [App::OnStartup] Waiting for bootstrapper task to finish 2024-09-06T17:33:26Z [App::StartupFinished] Successfully reached end of main thread. Terminating... 2024-09-06T17:33:26Z [App::Terminate] Terminating with exit code 0 (ERROR_SUCCESS)

pizzaboxer commented 4 weeks ago

Did you read https://github.com/pizzaboxer/bloxstrap/wiki/Roblox-crashes-or-does-not-launch?

suminonchik commented 3 weeks ago

Did you read https://github.com/pizzaboxer/bloxstrap/wiki/Roblox-crashes-or-does-not-launch?

yes. i reinstalled bloxstrap multiple times, it's a bloxstrap problem, as normal roblox launch normally and doesnt crash

suminonchik commented 3 weeks ago

also, can nomorecookies (from github) interfere with bloxstrap?

suminonchik commented 3 weeks ago

it WAS nomorecookies. plz warn ppl abt this😭

suminonchik commented 3 weeks ago

i was trying to fix the problem for 5 damn hours. and it was as easy as uninstalling nmc..

pizzaboxer commented 3 weeks ago

Noted, thank you.