bloxstraplabs / bloxstrap

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

[BUG] White screen when opening #3807

Open 1Joey1115 opened 3 days ago

1Joey1115 commented 3 days ago

Acknowledgement of preliminary instructions

Bloxstrap Version

v.2.8.1

What problem did you encounter?

Roblox crashed everytime I open. It'll open up the roblox player, turn white then just instatnly exit it out for me when I run press play on any game. I would have to press play multiple times in order to get it to run. I've dug through some of the wiki forums and found only 1 person to have this exact same problem but they never said how it stopped or if it's stops.

Bloxstrap Log

2024-11-21T22:29:39Z [App::OnStartup] Starting Bloxstrap v2.8.1
2024-11-21T22:29:39Z [App::OnStartup] Compiled Tuesday, 29 October 2024 at 3:35:23 PM from commit 2be2f4d0d275e60eabf2f63ecbbe4e38b2aa0773 (tag/v2.8.1)
2024-11-21T22:29:39Z [App::OnStartup] Loaded from %UserProfile%\AppData\Local\Bloxstrap\Bloxstrap.exe
2024-11-21T22:29:39Z [App::OnStartup] Temp path is %UserProfile%\AppData\Local\Temp\Bloxstrap
2024-11-21T22:29:39Z [App::OnStartup] WindowsStartMenu path is %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
2024-11-21T22:29:39Z [LaunchSettings] Identifier 'watcher' is active with data
2024-11-21T22:29:39Z [Logger::Initialize] Initializing at %UserProfile%\AppData\Local\Bloxstrap\Logs\Bloxstrap_20241121T222939Z.log
2024-11-21T22:29:39Z [Logger::Initialize] Finished initializing!
2024-11-21T22:29:39Z [JsonManager<Settings>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Settings.json...
2024-11-21T22:29:39Z [JsonManager<Settings>::Load] Loaded successfully!
2024-11-21T22:29:39Z [JsonManager<State>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\State.json...
2024-11-21T22:29:39Z [JsonManager<State>::Load] Loaded successfully!
2024-11-21T22:29:39Z [FastFlagManager::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Modifications\ClientSettings\ClientAppSettings.json...
2024-11-21T22:29:39Z [FastFlagManager::Load] Loaded successfully!
2024-11-21T22:29:39Z [NotifyIconWrapper::NotifyIconWrapper] Initializing notification area icon
2024-11-21T22:29:39Z [DiscordRichPresence] Established connection with Discord RPC
2024-11-21T22:29:40Z [ActivityWatcher::Start] Opened %UserProfile%\AppData\Local\Roblox\logs\0.652.0.6520764_20241121T222939Z_Player_4C283_last.log
2024-11-21T22:29:40Z [ActivityWatcher::ReadLogEntry] Read 50 log entries
2024-11-21T22:29:40Z [DiscordRichPresence] Received ready from user 1Jøey1 (738517733322391635)
2024-11-21T22:29:42Z [ActivityWatcher::ReadLogEntry] Read 100 log entries
2024-11-21T22:29:42Z [ActivityWatcher::ReadLogEntry] Joining Game (9391468976/4ae33eea-9046-4817-81bf-5841667aac93)
2024-11-21T22:29:42Z [HttpClientLoggingHandler::ProcessRequest] GET https://ipinfo.io/128.116.63.33/json
2024-11-21T22:29:42Z [ActivityWatcher::ReadLogEntry] Server is UDMUX protected (9391468976/4ae33eea-9046-4817-81bf-5841667aac93)
2024-11-21T22:29:42Z [ActivityWatcher::ReadLogEntry] Joined Game (9391468976/4ae33eea-9046-4817-81bf-5841667aac93)
2024-11-21T22:29:42Z [DiscordRichPresence::SetCurrentGame] Setting presence for Place ID 9391468976
2024-11-21T22:29:42Z [HttpClientLoggingHandler::ProcessRequest] GET https://games.roblox.com/v1/games?universeIds=3508322461
2024-11-21T22:29:42Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://ipinfo.io/128.116.63.33/json
2024-11-21T22:29:42Z [NotifyIconWrapper::ShowAlert.9eff46cb] Showing alert for 10 seconds (clickHandler=True)
2024-11-21T22:29:42Z [NotifyIconWrapper::ShowAlert.9eff46cb] Connected to public server: Location: Los Angeles, California, US
\nClick for more information
2024-11-21T22:29:42Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://games.roblox.com/v1/games?universeIds=3508322461
2024-11-21T22:29:42Z [HttpClientLoggingHandler::ProcessRequest] GET https://thumbnails.roblox.com/v1/games/icons?universeIds=3508322461&returnPolicy=PlaceHolder&size=128x128&format=Png&isCircular=false
2024-11-21T22:29:42Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://thumbnails.roblox.com/v1/games/icons?universeIds=3508322461&returnPolicy=PlaceHolder&size=128x128&format=Png&isCircular=false
2024-11-21T22:29:42Z [DiscordRichPresence::UpdatePresence] Updating presence
2024-11-21T22:29:43Z [DiscordRichPresence] Presence updated
2024-11-21T22:29:45Z [LaunchHandler::LaunchWatcher] Watcher task has finished
2024-11-21T22:29:45Z [Watcher::Dispose] Disposing Watcher
2024-11-21T22:29:45Z [NotifyIconWrapper::Dispose] Disposing NotifyIcon
2024-11-21T22:29:45Z [MenuContainer::Window_Closed] Context menu container closed
2024-11-21T22:29:45Z [DiscordRichPresence::Dispose] Cleaning up Discord RPC and Presence
2024-11-21T22:29:45Z [App::Terminate] Terminating with exit code 0 (ERROR_SUCCESS)
moosetwin0 commented 2 days ago

Also having this issue, it was working an hour ago.

Here's my logs: Bloxstrap-export-20241122T212928Z.zip

(Note that the recent System.IO.IOException: The process cannot access the file '%UserProfile%\AppData\Local\Bloxstrap\Logs\Bloxstrap_20241122T211844Z.log' because it is being used by another process. is unrelated and was due to me trying to export the logs while roblox was open)

moosetwin0 commented 2 days ago

I was able to join a game from the website, but leaving the game just brought me to the white screen again.

moosetwin0 commented 1 day ago

It seems to have fixed itself, I have no idea how.

1Joey1115 commented 7 hours ago

yeah i know it fixes itself sometimes but it normally happens out of nowhere