bloxstraplabs / bloxstrap

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

[BUG] System.UnauthorizedAccessException: Access to the path 'RobloxCrashHandler.exe' is denied. #3475

Closed nukeassassin4 closed 4 hours ago

nukeassassin4 commented 6 hours ago

Acknowledgement of preliminary instructions

Bloxstrap Version

2.8.0

What problem did you encounter?

I have read through the wiki, but I was unable to find something involving the crash logs of roblox. I am unsure what exactly is causing this, it did crash while play testing yesterday afternoon but I was able to start it again after. Hopefully the logs help.

Bloxstrap Log

2024-10-25T21:00:16Z [App::OnStartup] Starting Bloxstrap v2.8.0
2024-10-25T21:00:16Z [App::OnStartup] Compiled Wednesday, 16 October 2024 at 2:44:37 AM from commit 42ffec26cf2e080fe22210305a08fcb286aeb577 (tag/v2.8.0)
2024-10-25T21:00:16Z [App::OnStartup] Loaded from %UserProfile%\AppData\Local\Bloxstrap\Bloxstrap.exe
2024-10-25T21:00:16Z [App::OnStartup] Temp path is %UserProfile%\AppData\Local\Temp\Bloxstrap
2024-10-25T21:00:16Z [App::OnStartup] WindowsStartMenu path is %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
2024-10-25T21:00:16Z [Logger::Initialize] Initializing at %UserProfile%\AppData\Local\Bloxstrap\Logs\Bloxstrap_20241025T210016Z.log
2024-10-25T21:00:16Z [Logger::Initialize] Finished initializing!
2024-10-25T21:00:16Z [JsonManager<Settings>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Settings.json...
2024-10-25T21:00:16Z [JsonManager<Settings>::Load] Loaded successfully!
2024-10-25T21:00:16Z [JsonManager<State>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\State.json...
2024-10-25T21:00:16Z [JsonManager<State>::Load] Loaded successfully!
2024-10-25T21:00:16Z [FastFlagManager::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Modifications\ClientSettings\ClientAppSettings.json...
2024-10-25T21:00:16Z [FastFlagManager::Load] Loaded successfully!
2024-10-25T21:00:19Z [LaunchHandler::LaunchRoblox] Initializing bootstrapper
2024-10-25T21:00:19Z [LaunchHandler::LaunchRoblox] Initializing bootstrapper dialog
2024-10-25T21:00:19Z [Bootstrapper::Run] Running bootstrapper
2024-10-25T21:00:19Z [Bootstrapper::SetStatus] Connecting to Roblox...
2024-10-25T21:00:19Z [Deployment::TestConnection<https://setup.rbxcdn.com>] Connecting...
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/versionStudio
2024-10-25T21:00:19Z [Deployment::InitializeConnectivity] Testing connectivity...
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/versionStudio
2024-10-25T21:00:19Z [Deployment::InitializeConnectivity] Got https://setup.rbxcdn.com as the optimal base URL
2024-10-25T21:00:19Z [Bootstrapper::Run] Connectivity check finished
2024-10-25T21:00:19Z [Bootstrapper::CheckForUpdates] Checking for updates...
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessRequest] GET https://api.github.com/repos/bloxstraplabs/bloxstrap/releases/latest
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://api.github.com/repos/bloxstraplabs/bloxstrap/releases/latest
2024-10-25T21:00:19Z [Bootstrapper::CheckForUpdates] No updates found
2024-10-25T21:00:19Z [Bootstrapper::GetLatestVersionInfo] Got channel as production
2024-10-25T21:00:19Z [Deployment::GetInfo] Getting deploy info for channel production
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessRequest] GET https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer
2024-10-25T21:00:19Z [RegistryKeyEx::SetValueSafe] Writing '' to HKEY_CURRENT_USER\SOFTWARE\ROBLOX Corporation\Environments\RobloxPlayer\Channel\www.roblox.com
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-4ffdeb3e393e469e-rbxPkgManifest.txt
2024-10-25T21:00:20Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-4ffdeb3e393e469e-rbxPkgManifest.txt
2024-10-25T21:00:20Z [Bootstrapper::SetStatus] Installing {product}...
2024-10-25T21:00:20Z [LaunchHandler::LaunchRoblox] Bootstrapper task has finished
2024-10-25T21:00:20Z [LaunchHandler::LaunchRoblox] An exception occurred when running the bootstrapper
2024-10-25T21:00:20Z [App::FinalizeExceptionHandling] System.UnauthorizedAccessException: Access to the path 'RobloxCrashHandler.exe' is denied.
   at System.IO.FileSystem.RemoveDirectoryRecursive(String fullPath, WIN32_FIND_DATA& findData, Boolean topLevel)
   at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
   at Bloxstrap.Bootstrapper.UpgradeRoblox()
   at Bloxstrap.Bootstrapper.Run()
   at Bloxstrap.Bootstrapper.Run()
2024-10-25T21:06:12Z [App::Terminate] Terminating with exit code 1603 (ERROR_INSTALL_FAILURE)

2024-10-25T21:00:16Z [Logger::Initialize] Finished initializing!
2024-10-25T21:00:16Z [JsonManager<Settings>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Settings.json...
2024-10-25T21:00:16Z [JsonManager<Settings>::Load] Loaded successfully!
2024-10-25T21:00:16Z [JsonManager<State>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\State.json...
2024-10-25T21:00:16Z [JsonManager<State>::Load] Loaded successfully!
2024-10-25T21:00:16Z [FastFlagManager::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Modifications\ClientSettings\ClientAppSettings.json...
2024-10-25T21:00:16Z [FastFlagManager::Load] Loaded successfully!
2024-10-25T21:00:19Z [LaunchHandler::LaunchRoblox] Initializing bootstrapper
2024-10-25T21:00:19Z [LaunchHandler::LaunchRoblox] Initializing bootstrapper dialog
2024-10-25T21:00:19Z [Bootstrapper::Run] Running bootstrapper
2024-10-25T21:00:19Z [Bootstrapper::SetStatus] Connecting to Roblox...
2024-10-25T21:00:19Z [Deployment::TestConnection<https://setup.rbxcdn.com>] Connecting...
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/versionStudio
2024-10-25T21:00:19Z [Deployment::InitializeConnectivity] Testing connectivity...
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/versionStudio
2024-10-25T21:00:19Z [Deployment::InitializeConnectivity] Got https://setup.rbxcdn.com as the optimal base URL
2024-10-25T21:00:19Z [Bootstrapper::Run] Connectivity check finished
2024-10-25T21:00:19Z [Bootstrapper::CheckForUpdates] Checking for updates...
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessRequest] GET https://api.github.com/repos/bloxstraplabs/bloxstrap/releases/latest
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://api.github.com/repos/bloxstraplabs/bloxstrap/releases/latest
2024-10-25T21:00:19Z [Bootstrapper::CheckForUpdates] No updates found
2024-10-25T21:00:19Z [Bootstrapper::GetLatestVersionInfo] Got channel as production
2024-10-25T21:00:19Z [Deployment::GetInfo] Getting deploy info for channel production
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessRequest] GET https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer
2024-10-25T21:00:19Z [RegistryKeyEx::SetValueSafe] Writing '' to HKEY_CURRENT_USER\SOFTWARE\ROBLOX Corporation\Environments\RobloxPlayer\Channel\www.roblox.com
2024-10-25T21:00:19Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-4ffdeb3e393e469e-rbxPkgManifest.txt
2024-10-25T21:00:20Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-4ffdeb3e393e469e-rbxPkgManifest.txt
2024-10-25T21:00:20Z [Bootstrapper::SetStatus] Installing {product}...
2024-10-25T21:00:20Z [LaunchHandler::LaunchRoblox] Bootstrapper task has finished
2024-10-25T21:00:20Z [LaunchHandler::LaunchRoblox] An exception occurred when running the bootstrapper
2024-10-25T21:00:20Z [App::FinalizeExceptionHandling] System.UnauthorizedAccessException: Access to the path 'RobloxCrashHandler.exe' is denied.
   at System.IO.FileSystem.RemoveDirectoryRecursive(String fullPath, WIN32_FIND_DATA& findData, Boolean topLevel)
   at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
   at Bloxstrap.Bootstrapper.UpgradeRoblox()
   at Bloxstrap.Bootstrapper.Run()
   at Bloxstrap.Bootstrapper.Run()
pizzaboxer commented 4 hours ago

Duplicate of #3408