bloxstraplabs / bloxstrap

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

[BUG] Fast flags arent working for me #3501

Closed bakaaa448 closed 2 hours ago

bakaaa448 commented 2 hours ago

Acknowledgement of preliminary instructions

Bloxstrap Version

v2.80

What problem did you encounter?

Fast flags arent working for me in the latest version. The fastflag im using is { "FFlagDebugSimDefaultPrimalSolver": "True", "DFIntDebugSimPrimalLineSearch": "32" }

Bloxstrap Log

2024-10-27T16:28:11Z [App::OnStartup] Starting Bloxstrap v2.8.0
2024-10-27T16:28:11Z [App::OnStartup] Compiled Wednesday, 16 October 2024 at 5:44:37 AM from commit 42ffec26cf2e080fe22210305a08fcb286aeb577 (tag/v2.8.0)
2024-10-27T16:28:11Z [App::OnStartup] Loaded from %UserProfile%\AppData\Local\Bloxstrap\Bloxstrap.exe
2024-10-27T16:28:11Z [App::OnStartup] Temp path is %UserProfile%\AppData\Local\Temp\Bloxstrap
2024-10-27T16:28:11Z [App::OnStartup] WindowsStartMenu path is %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
2024-10-27T16:28:11Z [Logger::Initialize] Initializing at %UserProfile%\AppData\Local\Bloxstrap\Logs\Bloxstrap_20241027T162811Z.log
2024-10-27T16:28:11Z [Logger::Initialize] Finished initializing!
2024-10-27T16:28:11Z [JsonManager<Settings>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Settings.json...
2024-10-27T16:28:11Z [JsonManager<Settings>::Load] Loaded successfully!
2024-10-27T16:28:11Z [JsonManager<State>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\State.json...
2024-10-27T16:28:11Z [JsonManager<State>::Load] Loaded successfully!
2024-10-27T16:28:11Z [FastFlagManager::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Modifications\ClientSettings\ClientAppSettings.json...
2024-10-27T16:28:11Z [FastFlagManager::Load] Loaded successfully!
2024-10-27T16:28:43Z [LaunchHandler::LaunchRoblox] Initializing bootstrapper
2024-10-27T16:28:43Z [LaunchHandler::LaunchRoblox] Initializing bootstrapper dialog
2024-10-27T16:28:43Z [Bootstrapper::Run] Running bootstrapper
2024-10-27T16:28:43Z [Bootstrapper::SetStatus] Connecting to Roblox...
2024-10-27T16:28:43Z [Deployment::TestConnection<https://setup.rbxcdn.com>] Connecting...
2024-10-27T16:28:43Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/versionStudio
2024-10-27T16:28:43Z [Deployment::InitializeConnectivity] Testing connectivity...
2024-10-27T16:28:43Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/versionStudio
2024-10-27T16:28:43Z [Deployment::InitializeConnectivity] Got https://setup.rbxcdn.com as the optimal base URL
2024-10-27T16:28:43Z [Bootstrapper::Run] Connectivity check finished
2024-10-27T16:28:43Z [Bootstrapper::CheckForUpdates] Checking for updates...
2024-10-27T16:28:43Z [HttpClientLoggingHandler::ProcessRequest] GET https://api.github.com/repos/bloxstraplabs/bloxstrap/releases/latest
2024-10-27T16:28:44Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://api.github.com/repos/bloxstraplabs/bloxstrap/releases/latest
2024-10-27T16:28:44Z [Bootstrapper::CheckForUpdates] No updates found
2024-10-27T16:28:44Z [Bootstrapper::GetLatestVersionInfo] Got channel as production
2024-10-27T16:28:44Z [Deployment::GetInfo] Getting deploy info for channel production
2024-10-27T16:28:44Z [HttpClientLoggingHandler::ProcessRequest] GET https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer
2024-10-27T16:28:44Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer
2024-10-27T16:28:44Z [RegistryKeyEx::SetValueSafe] Writing '' to HKEY_CURRENT_USER\SOFTWARE\ROBLOX Corporation\Environments\RobloxPlayer\Channel\www.roblox.com
2024-10-27T16:28:44Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-4ffdeb3e393e469e-rbxPkgManifest.txt
2024-10-27T16:28:44Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-4ffdeb3e393e469e-rbxPkgManifest.txt
2024-10-27T16:28:44Z [Bootstrapper::SetStatus] Applying Roblox modifications...
2024-10-27T16:28:44Z [Bootstrapper::ApplyModifications] Checking file mods...
2024-10-27T16:28:44Z [Bootstrapper::ApplyModifications] ClientSettings\ClientAppSettings.json already exists in the version folder, and is a match
2024-10-27T16:28:44Z [JsonManager<State>::Save] Saving to %UserProfile%\AppData\Local\Bloxstrap\State.json...
2024-10-27T16:28:44Z [JsonManager<State>::Save] Save complete!
2024-10-27T16:28:44Z [Bootstrapper::ApplyModifications] Finished checking file mods
2024-10-27T16:28:44Z [Bootstrapper::SetStatus] Starting {product}...
2024-10-27T16:28:44Z [Bootstrapper::StartRoblox] Started Roblox (PID 37860), waiting for start event
2024-10-27T16:28:49Z [Bootstrapper::StartRoblox] Start event not signalled, implying successful launch
2024-10-27T16:28:49Z [Bootstrapper::StartRoblox] Got log file as %UserProfile%\AppData\Local\Roblox\logs\0.648.1.6480783_20241027T162847Z_Player_4B0D6_last.log
2024-10-27T16:28:49Z [LaunchHandler::LaunchRoblox] Bootstrapper task has finished
2024-10-27T16:28:49Z [App::Terminate] Terminating with exit code 0 (ERROR_SUCCESS)
bluepilledgreat commented 2 hours ago

retard