bloxstraplabs / bloxstrap

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

Illegal characters in path causing install to stop. #734

Open doomsdya00000 opened 1 year ago

doomsdya00000 commented 1 year ago

this is the exception that popped up. System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))

===== Inner Exception ===== System.ArgumentException: Illegal characters in path. (Parameter 'path')

here is the log

2023-10-01T17:56:33Z [App::OnStartup] Starting Bloxstrap v2.5.0 2023-10-01T17:56:33Z [App::OnStartup] Compiled Tuesday, 1 August 2023 at 2:27:30 PM from commit dca6fc46bb0e876df9c240fcf10872e5bbc4fc44 (tag/v2.5.0) 2023-10-01T17:56:33Z [App::OnStartup] Loaded from %UserProfile%\Downloads\Bloxstrap-v2.5.0.exe 2023-10-01T17:56:33Z [App::OnStartup] Performing connectivity check... 2023-10-01T17:56:33Z [HttpClientLoggingHandler::ProcessRequest] GET https://detectportal.firefox.com/ 2023-10-01T17:56:33Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://detectportal.firefox.com/ 2023-10-01T17:56:33Z [App::OnStartup] Connectivity check finished 2023-10-01T17:56:33Z [InstallChecker::FirstTimeRun] Running first-time install 2023-10-01T17:56:33Z [Logger::Initialize] Initializing at %UserProfile%\AppData\Local\Temp\Bloxstrap_20231001T175633Z.log 2023-10-01T17:56:33Z [Logger::Initialize] Finished initializing! 2023-10-01T17:56:33Z [JsonManager<Dictionary2>::Load] Loading from ClientSettings\ClientAppSettings.json... 2023-10-01T17:56:33Z [JsonManager<Dictionary2>::Load] Failed to load! 2023-10-01T17:56:33Z [JsonManager<Dictionary2>::Load] Could not find a part of the path 'C:\WINDOWS\system32\ClientSettings\ClientAppSettings.json'. 2023-10-01T17:56:33Z [FastFlagManager::SetValue] Setting of 'FFlagHandleAltEnterFullscreenManually' to 'False' is pending 2023-10-01T17:56:33Z [FastFlagManager::SetValue] Setting of 'DFIntTaskSchedulerTargetFps' to '120' is pending 2023-10-01T17:56:33Z [MainWindow::MainWindow] Initializing menu 2023-10-01T17:56:40Z [NotifyIconWrapper::NotifyIconWrapper] Initializing notification area icon 2023-10-01T17:56:40Z [App::OnStartup] Initializing bootstrapper 2023-10-01T17:56:40Z [App::OnStartup] Initializing bootstrapper dialog 2023-10-01T17:56:40Z [Bootstrapper::Run] Running bootstrapper 2023-10-01T17:56:40Z [Bootstrapper::SetStatus] Connecting to Roblox... 2023-10-01T17:56:40Z [RobloxDeployment::GetInfo] Getting deploy info for channel LIVE (extraInformation=False) 2023-10-01T17:56:40Z [HttpClientLoggingHandler::ProcessRequest] GET https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer/channel/LIVE 2023-10-01T17:56:40Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer/channel/LIVE 2023-10-01T17:56:40Z [DeployManager::DefaultBaseUrl.Set] Testing connection to 'https://setup.rbxcdn.com'... 2023-10-01T17:56:40Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version 2023-10-01T17:56:41Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version 2023-10-01T17:56:41Z [DeployManager::DefaultBaseUrl.Set] Connection successful! 2023-10-01T17:56:41Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-9fd31cae223e4d53-rbxPkgManifest.txt 2023-10-01T17:56:41Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-9fd31cae223e4d53-rbxPkgManifest.txt 2023-10-01T17:56:41Z [Bootstrapper::SetStatus] Installing Roblox... 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.RobloxApp.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading RobloxApp.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read RobloxApp.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53... 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.content-avatar.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading content-avatar.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read content-avatar.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\content\avatar\... 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.content-configs.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading content-configs.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read content-configs.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\content\configs\... 2023-10-01T17:56:41Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-avatar.zip' 2023-10-01T17:56:41Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path')) ---> System.ArgumentException: Illegal characters in path. (Parameter 'path') at System.IO.Path.GetFullPath(String path) at System.IO.Directory.CreateDirectory(String path) at Bloxstrap.Bootstrapper.ExtractPackage(Package package) --- End of inner exception stack trace --- 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Finished extracting content-configs.zip 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.content-fonts.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading content-fonts.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read content-fonts.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\content\fonts\... 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.content-models.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading content-models.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read content-models.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\content\models\... 2023-10-01T17:56:41Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-fonts.zip' 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.content-sky.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading content-sky.zip... 2023-10-01T17:56:41Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path')) ---> System.ArgumentException: Illegal characters in path. (Parameter 'path') at System.IO.Path.GetFullPath(String path) at System.IO.Directory.CreateDirectory(String path) at Bloxstrap.Bootstrapper.ExtractPackage(Package package) --- End of inner exception stack trace --- 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read content-sky.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\content\sky\... 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.content-sounds.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading content-sounds.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read content-sounds.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\content\sounds\... 2023-10-01T17:56:41Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-models.zip' 2023-10-01T17:56:41Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path')) ---> System.ArgumentException: Illegal characters in path. (Parameter 'path') at System.IO.Path.GetFullPath(String path) at System.IO.Directory.CreateDirectory(String path) at Bloxstrap.Bootstrapper.ExtractPackage(Package package) --- End of inner exception stack trace --- 2023-10-01T17:56:41Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-sounds.zip' 2023-10-01T17:56:41Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path')) ---> System.ArgumentException: Illegal characters in path. (Parameter 'path') at System.IO.Path.GetFullPath(String path) at System.IO.Directory.CreateDirectory(String path) at Bloxstrap.Bootstrapper.ExtractPackage(Package package) --- End of inner exception stack trace --- 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.shaders.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading shaders.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read shaders.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\shaders\... 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.ssl.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading ssl.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read ssl.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\ssl\... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Finished extracting ssl.zip 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Finished extracting content-sky.zip 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.content-textures2.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading content-textures2.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read content-textures2.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\content\textures\... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Finished extracting shaders.zip 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.content-textures3.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading content-textures3.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read content-textures3.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\PlatformContent\pc\textures\... 2023-10-01T17:56:41Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-textures2.zip' 2023-10-01T17:56:41Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path')) ---> System.ArgumentException: Illegal characters in path. (Parameter 'path') at System.IO.Path.GetFullPath(String path) at System.IO.Directory.CreateDirectory(String path) at Bloxstrap.Bootstrapper.ExtractPackage(Package package) --- End of inner exception stack trace --- 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.content-terrain.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading content-terrain.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read content-terrain.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\PlatformContent\pc\terrain\... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Finished extracting RobloxApp.zip 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.content-platform-fonts.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading content-platform-fonts.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read content-platform-fonts.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\PlatformContent\pc\fonts\... 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.extracontent-places.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading extracontent-places.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read extracontent-places.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\ExtraContent\places\... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Finished extracting extracontent-places.zip 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.extracontent-luapackages.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading extracontent-luapackages.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read extracontent-luapackages.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\ExtraContent\LuaPackages\... 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.extracontent-translations.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading extracontent-translations.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read extracontent-translations.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\ExtraContent\translations\... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Finished extracting extracontent-translations.zip 2023-10-01T17:56:41Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting extracontent-luapackages.zip' 2023-10-01T17:56:41Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path')) ---> System.ArgumentException: Illegal characters in path. (Parameter 'path') at System.IO.Path.GetFullPath(String path) at System.IO.Directory.CreateDirectory(String path) at Bloxstrap.Bootstrapper.ExtractPackage(Package package) --- End of inner exception stack trace --- 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.extracontent-models.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading extracontent-models.zip... 2023-10-01T17:56:41Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting extracontent-models.zip' 2023-10-01T17:56:41Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path')) ---> System.ArgumentException: Illegal characters in path. (Parameter 'path') at System.IO.Path.GetFullPath(String path) at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync) at System.IO.Compression.ZipFile.Open(String archiveFileName, ZipArchiveMode mode, Encoding entryNameEncoding) at System.IO.Compression.ZipFile.OpenRead(String archiveFileName) at Bloxstrap.Bootstrapper.<>c__DisplayClass39_0.<ExtractPackage>b__0() at System.Threading.Tasks.Task1.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b272_0(Object obj) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Bloxstrap.Bootstrapper.ExtractPackage(Package package) --- End of inner exception stack trace --- 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.extracontent-textures.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading extracontent-textures.zip... 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.WebView2.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Reading WebView2.zip... 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Read extracontent-textures.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-9fd31cae223e4d53\ExtraContent\textures... 2023-10-01T17:56:41Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting WebView2.zip' 2023-10-01T17:56:41Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path')) ---> System.ArgumentException: Illegal characters in path. (Parameter 'path') at System.IO.Path.GetFullPath(String path) at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync) at System.IO.Compression.ZipFile.Open(String archiveFileName, ZipArchiveMode mode, Encoding entryNameEncoding) at System.IO.Compression.ZipFile.OpenRead(String archiveFileName) at Bloxstrap.Bootstrapper.<>c__DisplayClass39_0.b0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Bloxstrap.Bootstrapper.ExtractPackage(Package package) --- End of inner exception stack trace --- 2023-10-01T17:56:41Z [Bootstrapper::DownloadPackage.WebView2RuntimeInstaller.zip] Package is already downloaded, skipping... 2023-10-01T17:56:41Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting extracontent-textures.zip' 2023-10-01T17:56:41Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path')) ---> System.ArgumentException: Illegal characters in path. (Parameter 'path') at System.IO.Path.GetFullPath(String path) at System.IO.Directory.CreateDirectory(String path) at Bloxstrap.Bootstrapper.ExtractPackage(Package package) --- End of inner exception stack trace --- 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Finished extracting content-platform-fonts.zip 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Finished extracting content-textures3.zip 2023-10-01T17:56:41Z [Bootstrapper::ExtractPackage] Finished extracting content-terrain.zip 2023-10-01T17:56:42Z [Bootstrapper::SetStatus] Configuring Roblox...

v3hn commented 1 year ago

old version, update bloxstrap

doomsdya00000 commented 1 year ago

its the newest version off the github page it wont even download. it also makes 9 of the bloxstrap exception popups pop up when it happens

v3hn commented 1 year ago

its the newest version off the github page it wont even download

2.5.0 is not the latest version, 2.5.2 is. make sure defender isn't blocking the download, or maybe smartscreen won't let you run it

pizzaboxer commented 1 year ago

its the newest version off the github page

No, 2.5.2 is the latest version. You're using 2.5.0

it also makes 9 of the bloxstrap exception popups pop up when it happens

Because you're using a version that's like two months out of date.

doomsdya00000 commented 1 year ago

IT STILL doesnt work

System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))

[Inner Exception]
System.ArgumentException: Illegal characters in path. (Parameter 'path')

2023-10-06T02:06:13Z [App::OnStartup] Starting Bloxstrap v2.5.2
2023-10-06T02:06:13Z [App::OnStartup] Compiled Saturday, 26 August 2023 at 2:42:51 PM from commit 197429dbf936b791d0472f474c0eb9349eb6f0ed (tag/v2.5.2)
2023-10-06T02:06:13Z [App::OnStartup] Loaded from %UserProfile%\AppData\Local\Bloxstrap\Bloxstrap.exe
2023-10-06T02:06:13Z [Logger::Initialize] Initializing at %UserProfile%\AppData\Local\Bloxstrap\Logs\Bloxstrap_20231006T020613Z.log
2023-10-06T02:06:13Z [Logger::Initialize] Finished initializing!
2023-10-06T02:06:13Z [JsonManager<Settings>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Settings.json...
2023-10-06T02:06:13Z [JsonManager<Settings>::Load] Loaded successfully!
2023-10-06T02:06:13Z [JsonManager<State>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\State.json...
2023-10-06T02:06:13Z [JsonManager<State>::Load] Loaded successfully!
2023-10-06T02:06:13Z [JsonManager<Dictionary`2>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Modifications\ClientSettings\ClientAppSettings.json...
2023-10-06T02:06:13Z [JsonManager<Dictionary`2>::Load] Loaded successfully!
2023-10-06T02:06:13Z [FastFlagManager::SetValue] Changing of 'FFlagHandleAltEnterFullscreenManually' from 'False' to 'False' is pending
2023-10-06T02:06:13Z [NotifyIconWrapper::NotifyIconWrapper] Initializing notification area icon
2023-10-06T02:06:13Z [App::OnStartup] Initializing bootstrapper
2023-10-06T02:06:13Z [App::OnStartup] Initializing bootstrapper dialog
2023-10-06T02:06:13Z [Bootstrapper::Run] Running bootstrapper
2023-10-06T02:06:13Z [Bootstrapper::Run] Performing connectivity check...
2023-10-06T02:06:13Z [Bootstrapper::SetStatus] Connecting to Roblox...
2023-10-06T02:06:13Z [RobloxDeployment::GetInfo] Getting deploy info for channel LIVE (extraInformation=False)
2023-10-06T02:06:13Z [HttpClientLoggingHandler::ProcessRequest] GET https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer/channel/LIVE
2023-10-06T02:06:14Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer/channel/LIVE
2023-10-06T02:06:14Z [Bootstrapper::Run] Connectivity check finished
2023-10-06T02:06:14Z [Bootstrapper::CheckForUpdates] Checking for updates...
2023-10-06T02:06:14Z [HttpClientLoggingHandler::ProcessRequest] GET https://api.github.com/repos/pizzaboxer/bloxstrap/releases/latest
2023-10-06T02:06:14Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://api.github.com/repos/pizzaboxer/bloxstrap/releases/latest
2023-10-06T02:06:14Z [Bootstrapper::CheckForUpdates] No updates found
2023-10-06T02:06:14Z [RobloxDeployment::GetInfo] Getting deploy info for channel LIVE (extraInformation=False)
2023-10-06T02:06:14Z [RobloxDeployment::GetInfo] Deploy information is cached
2023-10-06T02:06:14Z [DeployManager::DefaultBaseUrl.Set] Testing connection to 'https://setup.rbxcdn.com'...
2023-10-06T02:06:14Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version
2023-10-06T02:06:14Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version
2023-10-06T02:06:14Z [DeployManager::DefaultBaseUrl.Set] Connection successful!
2023-10-06T02:06:14Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-510663c9d33e4fd8-rbxPkgManifest.txt
2023-10-06T02:06:14Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-510663c9d33e4fd8-rbxPkgManifest.txt
2023-10-06T02:06:14Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-510663c9d33e4fd8-rbxManifest.txt
2023-10-06T02:06:14Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-510663c9d33e4fd8-rbxManifest.txt
2023-10-06T02:06:14Z [Bootstrapper::SetStatus] Upgrading Roblox...
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.RobloxApp.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading RobloxApp.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read RobloxApp.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8...
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.content-avatar.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading content-avatar.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read content-avatar.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\content\avatar\...
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.content-configs.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading content-configs.zip...
2023-10-06T02:06:15Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-configs.zip'
2023-10-06T02:06:15Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
   at System.IO.Compression.ZipFile.Open(String archiveFileName, ZipArchiveMode mode, Encoding entryNameEncoding)
   at System.IO.Compression.ZipFile.OpenRead(String archiveFileName)
   at Bloxstrap.Bootstrapper.<>c__DisplayClass37_0.<ExtractPackage>b__0()
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting content-avatar.zip
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.content-fonts.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading content-fonts.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read content-fonts.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\content\fonts\...
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.content-models.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading content-models.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read content-models.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\content\models\...
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.content-sky.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading content-sky.zip...
2023-10-06T02:06:15Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-sky.zip'
2023-10-06T02:06:15Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
   at System.IO.Compression.ZipFile.Open(String archiveFileName, ZipArchiveMode mode, Encoding entryNameEncoding)
   at System.IO.Compression.ZipFile.OpenRead(String archiveFileName)
   at Bloxstrap.Bootstrapper.<>c__DisplayClass37_0.<ExtractPackage>b__0()
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.content-sounds.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading content-sounds.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read content-sounds.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\content\sounds\...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting content-models.zip
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting content-sounds.zip
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.shaders.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading shaders.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read shaders.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\shaders\...
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.ssl.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading ssl.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read ssl.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\ssl\...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting ssl.zip
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.content-textures2.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading content-textures2.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read content-textures2.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\content\textures\...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting content-fonts.zip
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting shaders.zip
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.content-textures3.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading content-textures3.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read content-textures3.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\PlatformContent\pc\textures\...
2023-10-06T02:06:15Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-textures2.zip'
2023-10-06T02:06:15Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.content-terrain.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading content-terrain.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read content-terrain.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\PlatformContent\pc\terrain\...
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.content-platform-fonts.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading content-platform-fonts.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read content-platform-fonts.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\PlatformContent\pc\fonts\...
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.extracontent-places.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading extracontent-places.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read extracontent-places.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\ExtraContent\places\...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting extracontent-places.zip
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.extracontent-luapackages.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading extracontent-luapackages.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read extracontent-luapackages.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\ExtraContent\LuaPackages\...
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.extracontent-translations.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading extracontent-translations.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read extracontent-translations.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\ExtraContent\translations\...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting extracontent-translations.zip
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting RobloxApp.zip
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting content-platform-fonts.zip
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting content-textures3.zip
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.extracontent-models.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading extracontent-models.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read extracontent-models.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\ExtraContent\models\...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting extracontent-luapackages.zip
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting content-terrain.zip
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.extracontent-textures.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading extracontent-textures.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read extracontent-textures.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8\ExtraContent\textures\...
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.WebView2.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Reading WebView2.zip...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Read WebView2.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-510663c9d33e4fd8...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting WebView2.zip
2023-10-06T02:06:15Z [Bootstrapper::DownloadPackage.WebView2RuntimeInstaller.zip] Package is already downloaded, skipping...
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting extracontent-models.zip
2023-10-06T02:06:15Z [Bootstrapper::ExtractPackage] Finished extracting extracontent-textures.zip
2023-10-06T02:06:16Z [Bootstrapper::SetStatus] Configuring Roblox...
pizzaboxer commented 1 year ago

Seems like a corrupted download. Delete the folder at %localappdata%\Bloxstrap\Downloads, then try and launch Roblox again.

bluepilledgreat commented 1 year ago

This seems to be a problem with the zip library that is currently being used. My studio PR switches to a third party library that should hopefully fix this issue.

doomsdya00000 commented 11 months ago

how would i fix this? I deleted the old one from the appdata area but still when i installed a new one i get the error as i press install. and how would i change the zip library

2023-10-15T20:10:37Z [App::OnStartup] Starting Bloxstrap v2.5.2
2023-10-15T20:10:37Z [App::OnStartup] Compiled Saturday, 26 August 2023 at 2:42:51 PM from commit 197429dbf936b791d0472f474c0eb9349eb6f0ed (tag/v2.5.2)
2023-10-15T20:10:37Z [App::OnStartup] Loaded from %UserProfile%\Downloads\Bloxstrap-v2.5.2.exe
2023-10-15T20:10:37Z [InstallChecker::FirstTimeRun] Running first-time install
2023-10-15T20:10:37Z [Logger::Initialize] Initializing at %UserProfile%\AppData\Local\Temp\Bloxstrap_20231015T201037Z.log
2023-10-15T20:10:37Z [Logger::Initialize] Finished initializing!
2023-10-15T20:10:37Z [JsonManager<Dictionary`2>::Load] Loading from ClientSettings\ClientAppSettings.json...
2023-10-15T20:10:37Z [JsonManager<Dictionary`2>::Load] Failed to load!
2023-10-15T20:10:37Z [JsonManager<Dictionary`2>::Load] Could not find a part of the path '%UserProfile%\Downloads\ClientSettings\ClientAppSettings.json'.
2023-10-15T20:10:37Z [FastFlagManager::SetValue] Setting of 'FFlagHandleAltEnterFullscreenManually' to 'False' is pending
2023-10-15T20:10:37Z [FastFlagManager::SetValue] Setting of 'FLogNetwork' to '7' is pending
2023-10-15T20:10:37Z [FastFlagManager::SetValue] Setting of 'DFIntTaskSchedulerTargetFps' to '120' is pending
2023-10-15T20:10:37Z [MainWindow::MainWindow] Initializing menu
2023-10-15T20:11:41Z [FastFlagManager::SetValue] Changing of 'DFIntTaskSchedulerTargetFps' from '120' to '999999' is pending
2023-10-15T20:12:06Z [NotifyIconWrapper::NotifyIconWrapper] Initializing notification area icon
2023-10-15T20:12:06Z [App::OnStartup] Initializing bootstrapper
2023-10-15T20:12:06Z [App::OnStartup] Initializing bootstrapper dialog
2023-10-15T20:12:06Z [Bootstrapper::Run] Running bootstrapper
2023-10-15T20:12:06Z [Bootstrapper::Run] Performing connectivity check...
2023-10-15T20:12:06Z [Bootstrapper::SetStatus] Connecting to Roblox...
2023-10-15T20:12:06Z [RobloxDeployment::GetInfo] Getting deploy info for channel LIVE (extraInformation=False)
2023-10-15T20:12:06Z [HttpClientLoggingHandler::ProcessRequest] GET https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer/channel/LIVE
2023-10-15T20:12:07Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer/channel/LIVE
2023-10-15T20:12:07Z [Bootstrapper::Run] Connectivity check finished
2023-10-15T20:12:07Z [RobloxDeployment::GetInfo] Getting deploy info for channel LIVE (extraInformation=False)
2023-10-15T20:12:07Z [RobloxDeployment::GetInfo] Deploy information is cached
2023-10-15T20:12:07Z [DeployManager::DefaultBaseUrl.Set] Testing connection to 'https://setup.rbxcdn.com'...
2023-10-15T20:12:07Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version
2023-10-15T20:12:07Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version
2023-10-15T20:12:07Z [DeployManager::DefaultBaseUrl.Set] Connection successful!
2023-10-15T20:12:07Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-rbxPkgManifest.txt
2023-10-15T20:12:07Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-rbxPkgManifest.txt
2023-10-15T20:12:07Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-rbxManifest.txt
2023-10-15T20:12:07Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-rbxManifest.txt
2023-10-15T20:12:07Z [Bootstrapper::SetStatus] Installing Roblox...
2023-10-15T20:12:07Z [Bootstrapper::DownloadPackage.RobloxApp.zip] Downloading...
2023-10-15T20:12:07Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-RobloxApp.zip
2023-10-15T20:12:07Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-RobloxApp.zip
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.RobloxApp.zip] Finished downloading! (73262435 bytes total)
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Reading RobloxApp.zip...
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-avatar.zip] Downloading...
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-avatar.zip
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-avatar.zip
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-avatar.zip] Finished downloading! (436591 bytes total)
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Reading content-avatar.zip...
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-configs.zip] Downloading...
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-configs.zip
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-configs.zip
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-configs.zip] Finished downloading! (45931 bytes total)
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Reading content-configs.zip...
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-fonts.zip] Downloading...
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-fonts.zip
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-fonts.zip
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Read content-avatar.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\...
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Read RobloxApp.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5...
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Read content-configs.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\...
2023-10-15T20:12:09Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-configs.zip'
2023-10-15T20:12:09Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-avatar.zip'
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-fonts.zip] Finished downloading! (6057636 bytes total)
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Reading content-fonts.zip...
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-models.zip] Downloading...
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-models.zip
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-models.zip
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Read content-fonts.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\...
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-models.zip] Finished downloading! (488738 bytes total)
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Reading content-models.zip...
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-sky.zip] Downloading...
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-sky.zip
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-sky.zip
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Read content-models.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\...
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-sky.zip] Finished downloading! (2448711 bytes total)
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Reading content-sky.zip...
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-sounds.zip] Downloading...
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-sounds.zip
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Finished extracting content-models.zip
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-sounds.zip
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-sounds.zip] Finished downloading! (373629 bytes total)
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Reading content-sounds.zip...
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.shaders.zip] Downloading...
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-shaders.zip
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-shaders.zip
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Read content-sky.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\...
2023-10-15T20:12:09Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (The given key 'content-configs.zip' was not present in the dictionary.)
 ---> System.Collections.Generic.KeyNotFoundException: The given key 'content-configs.zip' was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Bloxstrap.Bootstrapper.<>c__DisplayClass37_1.<ExtractPackage>b__1(ManifestFile x)
   at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-15T20:12:09Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Read content-sounds.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sounds\...
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Finished extracting content-sounds.zip
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Finished extracting content-sky.zip
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.shaders.zip] Finished downloading! (4360757 bytes total)
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Reading shaders.zip...
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.ssl.zip] Downloading...
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-ssl.zip
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-ssl.zip
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.ssl.zip] Finished downloading! (128775 bytes total)
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Reading ssl.zip...
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-textures2.zip] Downloading...
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-textures2.zip
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Read shaders.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\shaders\...
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-textures2.zip
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Read ssl.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ssl\...
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Finished extracting ssl.zip
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Finished extracting content-fonts.zip
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Finished extracting shaders.zip
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-textures2.zip] Finished downloading! (9331518 bytes total)
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Reading content-textures2.zip...
2023-10-15T20:12:09Z [Bootstrapper::DownloadPackage.content-textures3.zip] Downloading...
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-textures3.zip
2023-10-15T20:12:09Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-textures3.zip
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Read content-textures2.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\...
2023-10-15T20:12:09Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-textures2.zip'
2023-10-15T20:12:09Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-15T20:12:09Z [Bootstrapper::ExtractPackage] Finished extracting RobloxApp.zip
2023-10-15T20:12:10Z [Bootstrapper::DownloadPackage.content-textures3.zip] Finished downloading! (28516580 bytes total)
2023-10-15T20:12:10Z [Bootstrapper::ExtractPackage] Reading content-textures3.zip...
2023-10-15T20:12:10Z [Bootstrapper::DownloadPackage.content-terrain.zip] Downloading...
2023-10-15T20:12:10Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-terrain.zip
2023-10-15T20:12:10Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-terrain.zip
2023-10-15T20:12:10Z [Bootstrapper::ExtractPackage] Read content-textures3.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\...
2023-10-15T20:12:10Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-textures3.zip'
2023-10-15T20:12:10Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-15T20:12:10Z [Bootstrapper::DownloadPackage.content-terrain.zip] Finished downloading! (31003769 bytes total)
2023-10-15T20:12:10Z [Bootstrapper::ExtractPackage] Reading content-terrain.zip...
2023-10-15T20:12:10Z [Bootstrapper::DownloadPackage.content-platform-fonts.zip] Downloading...
2023-10-15T20:12:10Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-platform-fonts.zip
2023-10-15T20:12:10Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-content-platform-fonts.zip
2023-10-15T20:12:10Z [Bootstrapper::ExtractPackage] Read content-terrain.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\terrain\...
2023-10-15T20:12:10Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-terrain.zip'
2023-10-15T20:12:10Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-15T20:12:10Z [Bootstrapper::DownloadPackage.content-platform-fonts.zip] Finished downloading! (13686751 bytes total)
2023-10-15T20:12:10Z [Bootstrapper::ExtractPackage] Reading content-platform-fonts.zip...
2023-10-15T20:12:10Z [Bootstrapper::DownloadPackage.extracontent-places.zip] Downloading...
2023-10-15T20:12:10Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-extracontent-places.zip
2023-10-15T20:12:10Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-extracontent-places.zip
2023-10-15T20:12:10Z [Bootstrapper::ExtractPackage] Read content-platform-fonts.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\fonts\...
2023-10-15T20:12:10Z [Bootstrapper::DownloadPackage.extracontent-places.zip] Finished downloading! (1022070 bytes total)
2023-10-15T20:12:10Z [Bootstrapper::ExtractPackage] Reading extracontent-places.zip...
2023-10-15T20:12:10Z [Bootstrapper::DownloadPackage.extracontent-luapackages.zip] Downloading...
2023-10-15T20:12:10Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-extracontent-luapackages.zip
2023-10-15T20:12:10Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-extracontent-luapackages.zip
2023-10-15T20:12:10Z [Bootstrapper::ExtractPackage] Read extracontent-places.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\places\...
2023-10-15T20:12:10Z [Bootstrapper::ExtractPackage] Finished extracting extracontent-places.zip
2023-10-15T20:12:10Z [Bootstrapper::ExtractPackage] Finished extracting content-platform-fonts.zip
2023-10-15T20:12:11Z [Bootstrapper::DownloadPackage.extracontent-luapackages.zip] Finished downloading! (9150062 bytes total)
2023-10-15T20:12:11Z [Bootstrapper::ExtractPackage] Reading extracontent-luapackages.zip...
2023-10-15T20:12:11Z [Bootstrapper::DownloadPackage.extracontent-translations.zip] Downloading...
2023-10-15T20:12:11Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-extracontent-translations.zip
2023-10-15T20:12:11Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-extracontent-translations.zip
2023-10-15T20:12:11Z [Bootstrapper::DownloadPackage.extracontent-translations.zip] Finished downloading! (252464 bytes total)
2023-10-15T20:12:11Z [Bootstrapper::ExtractPackage] Reading extracontent-translations.zip...
2023-10-15T20:12:11Z [Bootstrapper::ExtractPackage] Read extracontent-luapackages.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\LuaPackages\...
2023-10-15T20:12:11Z [Bootstrapper::DownloadPackage.extracontent-models.zip] Downloading...
2023-10-15T20:12:11Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-extracontent-models.zip
2023-10-15T20:12:11Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting extracontent-translations.zip'
2023-10-15T20:12:11Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
   at System.IO.Compression.ZipFile.Open(String archiveFileName, ZipArchiveMode mode, Encoding entryNameEncoding)
   at System.IO.Compression.ZipFile.OpenRead(String archiveFileName)
   at Bloxstrap.Bootstrapper.<>c__DisplayClass37_0.<ExtractPackage>b__0()
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-15T20:12:11Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-extracontent-models.zip
2023-10-15T20:12:11Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting extracontent-luapackages.zip'
2023-10-15T20:12:11Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Directory.CreateDirectory(String path)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-15T20:12:11Z [Bootstrapper::DownloadPackage.extracontent-models.zip] Finished downloading! (17400109 bytes total)
2023-10-15T20:12:11Z [Bootstrapper::ExtractPackage] Reading extracontent-models.zip...
2023-10-15T20:12:11Z [Bootstrapper::DownloadPackage.extracontent-textures.zip] Downloading...
2023-10-15T20:12:11Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-extracontent-textures.zip
2023-10-15T20:12:11Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-extracontent-textures.zip
2023-10-15T20:12:11Z [Bootstrapper::ExtractPackage] Read extracontent-models.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\models\...
2023-10-15T20:12:11Z [Bootstrapper::ExtractPackage] Finished extracting extracontent-models.zip
2023-10-15T20:12:11Z [Bootstrapper::DownloadPackage.extracontent-textures.zip] Finished downloading! (10596381 bytes total)
2023-10-15T20:12:11Z [Bootstrapper::ExtractPackage] Reading extracontent-textures.zip...
2023-10-15T20:12:11Z [Bootstrapper::DownloadPackage.WebView2.zip] Downloading...
2023-10-15T20:12:11Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-WebView2.zip
2023-10-15T20:12:11Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-WebView2.zip
2023-10-15T20:12:11Z [Bootstrapper::DownloadPackage.WebView2.zip] Finished downloading! (81240 bytes total)
2023-10-15T20:12:11Z [Bootstrapper::ExtractPackage] Reading WebView2.zip...
2023-10-15T20:12:11Z [Bootstrapper::DownloadPackage.WebView2RuntimeInstaller.zip] Downloading...
2023-10-15T20:12:11Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-WebView2RuntimeInstaller.zip
2023-10-15T20:12:11Z [Bootstrapper::ExtractPackage] Read extracontent-textures.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\...
2023-10-15T20:12:11Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-WebView2RuntimeInstaller.zip
2023-10-15T20:12:11Z [Bootstrapper::ExtractPackage] Read WebView2.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5...
2023-10-15T20:12:11Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting WebView2.zip'
2023-10-15T20:12:11Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Directory.CreateDirectory(String path)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-15T20:12:11Z [Bootstrapper::DownloadPackage.WebView2RuntimeInstaller.zip] Finished downloading! (1486447 bytes total)
2023-10-15T20:12:11Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting extracontent-textures.zip'
2023-10-15T20:12:11Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-15T20:12:12Z [Bootstrapper::SetStatus] Configuring Roblox...
doomsdya00000 commented 11 months ago

i dont know what a studio pr is

pizzaboxer commented 11 months ago

I'll need to get some extra logging information to try and get to the bottom of this. Here, use this version, and get the log this creates: https://github.com/pizzaboxer/bloxstrap/suites/17254181202/artifacts/985619869

doomsdya00000 commented 11 months ago

here is the log it created sorry for the late response.

2023-10-18T21:59:45Z [App::OnStartup] Starting Bloxstrap v2.5.3
2023-10-18T21:59:45Z [App::OnStartup] Compiled Sunday, 15 October 2023 at 5:04:21 PM from commit 599683f4e3d65e6434070366bd11277d62c0b840 (branch/bugfix-734)
2023-10-18T21:59:45Z [App::OnStartup] Loaded from %UserProfile%\Downloads\Bloxstrap (Release)\Bloxstrap.exe
2023-10-18T21:59:45Z [InstallChecker::FirstTimeRun] Running first-time install
2023-10-18T21:59:45Z [Logger::Initialize] Initializing at %UserProfile%\AppData\Local\Temp\Bloxstrap_20231018T215945Z.log
2023-10-18T21:59:45Z [Logger::Initialize] Finished initializing!
2023-10-18T21:59:45Z [JsonManager<Dictionary`2>::Load] Loading from ClientSettings\ClientAppSettings.json...
2023-10-18T21:59:45Z [JsonManager<Dictionary`2>::Load] Failed to load!
2023-10-18T21:59:45Z [JsonManager<Dictionary`2>::Load] Could not find a part of the path '%UserProfile%\Downloads\Bloxstrap (Release)\ClientSettings\ClientAppSettings.json'.
2023-10-18T21:59:45Z [FastFlagManager::SetValue] Setting of 'FFlagHandleAltEnterFullscreenManually' to 'False' is pending
2023-10-18T21:59:45Z [FastFlagManager::SetValue] Setting of 'FLogNetwork' to '7' is pending
2023-10-18T21:59:45Z [FastFlagManager::SetValue] Setting of 'DFIntTaskSchedulerTargetFps' to '120' is pending
2023-10-18T21:59:46Z [MainWindow::MainWindow] Initializing menu
2023-10-18T21:59:56Z [NotifyIconWrapper::NotifyIconWrapper] Initializing notification area icon
2023-10-18T21:59:57Z [App::OnStartup] Initializing bootstrapper
2023-10-18T21:59:57Z [App::OnStartup] Initializing bootstrapper dialog
2023-10-18T21:59:57Z [Bootstrapper::Run] Running bootstrapper
2023-10-18T21:59:57Z [Bootstrapper::Run] Performing connectivity check...
2023-10-18T21:59:57Z [Bootstrapper::SetStatus] Connecting to Roblox...
2023-10-18T21:59:57Z [RobloxDeployment::GetInfo] Getting deploy info for channel LIVE (extraInformation=False)
2023-10-18T21:59:57Z [HttpClientLoggingHandler::ProcessRequest] GET https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer/channel/LIVE
2023-10-18T21:59:57Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer/channel/LIVE
2023-10-18T21:59:57Z [Bootstrapper::Run] Connectivity check finished
2023-10-18T21:59:57Z [RobloxDeployment::GetInfo] Getting deploy info for channel LIVE (extraInformation=False)
2023-10-18T21:59:57Z [RobloxDeployment::GetInfo] Deploy information is cached
2023-10-18T21:59:57Z [DeployManager::DefaultBaseUrl.Set] Testing connection to 'https://setup.rbxcdn.com'...
2023-10-18T21:59:57Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version
2023-10-18T21:59:58Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version
2023-10-18T21:59:58Z [DeployManager::DefaultBaseUrl.Set] Connection successful!
2023-10-18T21:59:58Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-rbxPkgManifest.txt
2023-10-18T21:59:58Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-rbxPkgManifest.txt
2023-10-18T21:59:58Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/version-57e2dd886e0e42a5-rbxManifest.txt
2023-10-18T21:59:58Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/version-57e2dd886e0e42a5-rbxManifest.txt
2023-10-18T21:59:58Z [Bootstrapper::SetStatus] Installing Roblox...
2023-10-18T21:59:58Z [Bootstrapper::DownloadPackage.RobloxApp.zip] Package is already downloaded, skipping...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Reading RobloxApp.zip...
2023-10-18T21:59:58Z [Bootstrapper::DownloadPackage.content-avatar.zip] Package is already downloaded, skipping...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Reading content-avatar.zip...
2023-10-18T21:59:58Z [Bootstrapper::DownloadPackage.content-configs.zip] Package is already downloaded, skipping...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Reading content-configs.zip...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Read RobloxApp.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Read content-configs.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Read content-avatar.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\RobloxPlayerBeta.exe...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DataModelPatchConfig\DataModelPatchConfig.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\character.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\de-de.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\characterCagedHSRV17-fixed-WrapTargets.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\en-au.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\characterCagedHSRV17.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\en-ca.json...
2023-10-18T21:59:58Z [Bootstrapper::DownloadPackage.content-fonts.zip] Package is already downloaded, skipping...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Reading content-fonts.zip...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Read content-fonts.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\AccanthisADFStd-Regular.otf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\characterCagedHSRV18.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\en-gb.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\AmaticSC-Bold.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\characterR15.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\en-nz.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\en-us.json...
2023-10-18T21:59:58Z [Bootstrapper::DownloadPackage.content-models.zip] Package is already downloaded, skipping...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Reading content-models.zip...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\AmaticSC-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\defaultDynamicHead.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Read content-models.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\AnimationEditor\AnimationEditorGUI.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\es-es.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\arial.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\AssetImporter\bonePreviewMesh.mesh...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\defaultDynamicHeadV2.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\es-mx.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\fr-ca.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\AssetImporter\previewMesh.mesh...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\defaultPants.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\arialbd.ttf...
2023-10-18T21:59:58Z [Bootstrapper::DownloadPackage.content-sky.zip] Package is already downloaded, skipping...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Reading content-sky.zip...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Read content-sky.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\bn.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\fr-fr.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\defaultShirt.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\AvatarCompatibilityPreviewer\bodyPreview.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Balthazar-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\cloudAdvection.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\it-it.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\morpherEditorR15.rbxmx...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\AvatarCompatibilityPreviewer\headPreview.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::DownloadPackage.content-sounds.zip] Package is already downloaded, skipping...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Reading content-sounds.zip...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Bangers-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\cloudDetail.dds...
2023-10-18T21:59:58Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-sounds.zip'
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\ja-jp.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\AvatarCompatibilityPreviewer\pedestal.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\morpherEditorR6.rbxmx...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\cloudDetail3D-bc4.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\ComicNeue-Angular-Bold.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\LayeredClothingEditor\mannequin.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\ko-kr.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\animations\humanoidR15AnimateChildren.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\cloudDetail3D.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Creepster-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\pt-br.json...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\LayeredClothingEditor\mannequin_mock.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\compositing\CompositExtraSlot0.mesh...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\DenkOne-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\clouds-bc4.dds...
2023-10-18T21:59:58Z [Bootstrapper::DownloadPackage.shaders.zip] Package is already downloaded, skipping...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Reading shaders.zip...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Read shaders.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\shaders\...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\shaders\keepme...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\avatar\compositing\CompositExtraSlot1.mesh...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\LayeredClothingEditor\MeshPartHeadTemplate.rbxm...
2023-10-18T21:59:58Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-avatar.zip'
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Fondamento-Italic.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\configs\DateTimeLocaleConfigs\pt-pt.json...
2023-10-18T21:59:58Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-configs.zip'
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\shaders\shaders_d3d10.pack...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\LayeredClothingEditor\PartHeadTemplate.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\clouds.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Fondamento-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::DownloadPackage.ssl.zip] Package is already downloaded, skipping...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Reading ssl.zip...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Read ssl.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ssl\...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ssl\cacert.pem...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\MaterialManager\material_model.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\FredokaOne-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\MaterialManager\smooth_material_model.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\gamecontrollerdb.txt...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\cloudsfb.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Finished extracting ssl.zip
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\MaterialManager\smooth_sphere.mesh...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\GothamSSm-Black.otf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\shaders\shaders_d3d10_1.pack...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\moon.jpg...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\MaterialManager\sphere.mesh...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\GothamSSm-Bold.otf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\noise.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\noisefb.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\GothamSSm-Book.otf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\MaterialManager\sphere_model.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\sky\sun.jpg...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\GothamSSm-Medium.otf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\RigBuilder\AnthroRigs.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Finished extracting content-sky.zip
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\shaders\shaders_d3d11.pack...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\GrenzeGotisch-Bold.ttf...
2023-10-18T21:59:58Z [Bootstrapper::DownloadPackage.content-textures2.zip] Package is already downloaded, skipping...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Reading content-textures2.zip...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\RigBuilder\RigBuilderGUI.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\GrenzeGotisch-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\Thumbnails\Mannequins\R15.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Guru-Regular.otf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\Thumbnails\Mannequins\R6.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Read content-textures2.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\Thumbnails\Mannequins\R6.rbxmx...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\advancedMove.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\HWYGOTH.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\shaders\shaders_glsl.pack...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Inconsolata-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\advancedMoveResize.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\Thumbnails\Mannequins\Rthro.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\IndieFlower-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\advancedMove_joint.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\ViewSelector\Axis.mesh...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\shaders\shaders_glsl3.pack...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\JosefinSans-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\advancedMove_keysOnly.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\ViewSelector\Basic.mesh...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\advancedMove_noJoint.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Jura-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\advClosed-hand-anchored.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\shaders\shaders_vulkan_desktop.pack...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\ViewSelector\Corner.mesh...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Kalam-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\advClosed-hand-no-weld.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\ViewSelector\ViewSelector.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\advClosed-hand-weld.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\LuckiestGuy-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\models\WindControl\windhose.rbxm...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\advClosed-hand.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Merriweather-Italic.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\advCursor-default.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Finished extracting content-models.zip
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Merriweather-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\advCursor-openedHand.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Michroma-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\advCursor-white.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Finished extracting shaders.zip
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Montserrat-Black.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\AnchorCursor.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\ArrowCursor.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Montserrat-Bold.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\ArrowCursorDecalDrag.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\ArrowFarCursor.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Montserrat-Medium.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\blackBkg_round.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Montserrat-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\blackBkg_square.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\NotoSansBengaliUI-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\Blank.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\blockUpperLeft.png...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\NotoSansDevanagariUI-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\chatBubble_bot_notifyGray_dotDotDot.png...
2023-10-18T21:59:58Z [Bootstrapper::DownloadPackage.content-textures3.zip] Package is already downloaded, skipping...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Reading content-textures3.zip...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Read content-textures3.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\NotoSansGeorgian-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\brdfLUT.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\ClassImages.PNG...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\NotoSansKhmerUI-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\textures\collapsibleArrowDown.png...
2023-10-18T21:59:58Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-textures2.zip'
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\studs.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\NotoSansMyanmarUI-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\wangIndex.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\NotoSansSinhalaUI-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\brick\diffuse.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\NotoSansThaiUI-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Nunito-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\brick\normal.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Oswald-Bold.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Oswald-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\brick\normaldetail.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\PatrickHand-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\brick\reflection.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\PermanentMarker-Regular.ttf...
2023-10-18T21:59:58Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Directory.CreateDirectory(String path)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package) in D:\a\bloxstrap\bloxstrap\Bloxstrap\Bootstrapper.cs:line 1430
   --- End of inner exception stack trace ---
2023-10-18T21:59:58Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
   at System.IO.Compression.ZipFile.Open(String archiveFileName, ZipArchiveMode mode, Encoding entryNameEncoding)
   at System.IO.Compression.ZipFile.OpenRead(String archiveFileName)
   at Bloxstrap.Bootstrapper.<>c__DisplayClass37_0.<ExtractPackage>b__0() in D:\a\bloxstrap\bloxstrap\Bloxstrap\Bootstrapper.cs:line 1409
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package) in D:\a\bloxstrap\bloxstrap\Bloxstrap\Bootstrapper.cs:line 1409
   --- End of inner exception stack trace ---
2023-10-18T21:59:58Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (The given key 'content-textures2.zip' was not present in the dictionary.)
 ---> System.Collections.Generic.KeyNotFoundException: The given key 'content-textures2.zip' was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Bloxstrap.Bootstrapper.<>c__DisplayClass37_1.<ExtractPackage>b__1(ManifestFile x) in D:\a\bloxstrap\bloxstrap\Bloxstrap\Bootstrapper.cs:line 1433
   at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package)
   --- End of inner exception stack trace ---
2023-10-18T21:59:58Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
   at System.IO.File.OpenRead(String path)
   at Bloxstrap.Utility.MD5Hash.FromFile(String filename) in D:\a\bloxstrap\bloxstrap\Bloxstrap\Utility\MD5Hash.cs:line 24
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package) in D:\a\bloxstrap\bloxstrap\Bloxstrap\Bootstrapper.cs:line 1438
   --- End of inner exception stack trace ---
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\PressStart2P-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\cobblestone\diffuse.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\RobloxEmoji.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Roboto-Bold.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\cobblestone\normal.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Roboto-Italic.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\cobblestone\normaldetail.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\cobblestone\reflection.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Roboto-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\RobotoCondensed-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\concrete\diffuse.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\RobotoMono-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\RomanAntique.otf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\concrete\normal.dds...
2023-10-18T21:59:58Z [Bootstrapper::DownloadPackage.content-terrain.zip] Package is already downloaded, skipping...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Reading content-terrain.zip...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Read content-terrain.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\terrain\...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\terrain\diffuse.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Sarpanch-Bold.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Sarpanch-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\concrete\normaldetail.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\SourceSansPro-Bold.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\concrete\reflection.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\terrain\diffusearray.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\SourceSansPro-It.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\corrodedmetal\diffuse.dds...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\SourceSansPro-Light.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\SourceSansPro-Regular.ttf...
2023-10-18T21:59:58Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\corrodedmetal\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\SourceSansPro-Semibold.ttf...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\terrain\materials.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\corrodedmetal\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\SpecialElite-Regular.ttf...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\corrodedmetal\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\TitilliumWeb-Bold.ttf...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\terrain\materials2022.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\TitilliumWeb-Regular.ttf...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\diamondplate\diffuse.dds...
2023-10-18T21:59:59Z [Bootstrapper::DownloadPackage.content-platform-fonts.zip] Package is already downloaded, skipping...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Reading content-platform-fonts.zip...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Read content-platform-fonts.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\fonts\...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\fonts\NotoSansCJKjp-Regular.otf...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\TwemojiMozilla.ttf...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\terrain\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\diamondplate\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Ubuntu-Italic.ttf...
2023-10-18T21:59:59Z [Bootstrapper::DownloadPackage.extracontent-places.zip] Package is already downloaded, skipping...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Reading extracontent-places.zip...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Read extracontent-places.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\places\...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\places\InGameMenu.rbxl...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\diamondplate\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\diamondplate\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\Ubuntu-Regular.ttf...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\fabric\diffuse.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\zekton_rg.ttf...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\places\Maquettes.rbxl...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\terrain\normalarray.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\AccanthisADFStd.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\fabric\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\places\Mobile.rbxl...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\AmaticSC.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Arial.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\places\MobileChatPlace.rbxl...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Balthazar.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\places\RhodiumUnitTest.rbxl...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Bangers.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\fabric\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::DownloadPackage.extracontent-luapackages.zip] Package is already downloaded, skipping...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Reading extracontent-luapackages.zip...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Read extracontent-luapackages.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\LuaPackages\...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\places\VRFTUX.rbxl...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\LuaPackages\Packages\_Index\roblox_t\t\t.d.ts...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\ComicNeueAngular.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\fabric\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Creepster.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Finished extracting content-platform-fonts.zip
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\foil\diffuse.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\DenkOne.json...
2023-10-18T21:59:59Z [Bootstrapper::DownloadPackage.extracontent-translations.zip] Package is already downloaded, skipping...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Reading extracontent-translations.zip...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Read extracontent-translations.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\translations\...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Finished extracting extracontent-places.zip
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\translations\CoreScriptLocalization.csv...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\LuaPackages\Packages\_Index\UIBlox\UIBlox\AppImageAtlas\img_set_1x_1.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\foil\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Fondamento.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\FredokaOne.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\LuaPackages\Packages\_Index\UIBlox\UIBlox\AppImageAtlas\img_set_1x_2.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\foil\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\GothamSSm.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\foil\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Finished extracting extracontent-translations.zip
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\terrain\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\GrenzeGotisch.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\LuaPackages\Packages\_Index\UIBlox\UIBlox\AppImageAtlas\img_set_1x_3.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\glass\diffuse.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Guru.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\LuaPackages\Packages\_Index\UIBlox\UIBlox\AppImageAtlas\img_set_1x_4.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\HighwayGothic.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\glass\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\terrain\reflectionarray.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\LuaPackages\Packages\_Index\UIBlox\UIBlox\AppImageAtlas\img_set_1x_5.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Inconsolata.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\glass\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\IndieFlower.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\glass\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\LuaPackages\Packages\_Index\UIBlox\UIBlox\AppImageAtlas\img_set_1x_6.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\JosefinSans.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\granite\diffuse.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\LuaPackages\Packages\_Index\UIBlox\UIBlox\AppImageAtlas\img_set_1x_7.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Jura.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\LuaPackages\Packages\_Index\UIBlox\UIBlox\AppImageAtlas\img_set_1x_8.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\granite\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Kalam.json...
2023-10-18T21:59:59Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting extracontent-luapackages.zip'
2023-10-18T21:59:59Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
   at System.IO.File.OpenRead(String path)
   at Bloxstrap.Utility.MD5Hash.FromFile(String filename) in D:\a\bloxstrap\bloxstrap\Bloxstrap\Utility\MD5Hash.cs:line 24
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package) in D:\a\bloxstrap\bloxstrap\Bloxstrap\Bootstrapper.cs:line 1438
   --- End of inner exception stack trace ---
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\LegacyArial.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\granite\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\granite\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\LuckiestGuy.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\grass\diffuse.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Merriweather.json...
2023-10-18T21:59:59Z [Bootstrapper::DownloadPackage.extracontent-models.zip] Package is already downloaded, skipping...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Reading extracontent-models.zip...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Read extracontent-models.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\models\...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\models\AvatarContextMenu\AvatarContextArrow.rbxm...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Michroma.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\grass\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Montserrat.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\models\DataModelPatch\DataModelPatch.rbxm...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Nunito.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Finished extracting content-terrain.zip
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\grass\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Oswald.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\grass\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\PatrickHand.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\ice\diffuse.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\PermanentMarker.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\ice\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\RobloxPlayerBeta.dll...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\PressStart2P.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\ice\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Roboto.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\ice\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::DownloadPackage.extracontent-textures.zip] Package is already downloaded, skipping...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Reading extracontent-textures.zip...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Read extracontent-textures.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\RobotoCondensed.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\sky\white.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\marble\diffuse.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\RobotoMono.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\AvatarExperience\Avatar1_PPEButton.png...
2023-10-18T21:59:59Z [Bootstrapper::DownloadPackage.WebView2.zip] Package is already downloaded, skipping...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Reading WebView2.zip...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Read WebView2.zip. Extracting to %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\WebView2Loader.dll...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\RomanAntique.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\marble\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\AvatarExperience\Avatar2_PPEButton.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Sarpanch.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\SourceSansPro.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\AvatarExperience\AvatarExperienceSkyboxDarkTheme.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\marble\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::DownloadPackage.WebView2RuntimeInstaller.zip] Package is already downloaded, skipping...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\marble\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\SpecialElite.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\models\Licenses\Licenses.rbxm...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\AvatarExperience\CircleCutoutLargeNoBorder.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\TitilliumWeb.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\metal\diffuse.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Finished extracting extracontent-models.zip
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\AvatarExperience\glowDark.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Ubuntu.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\metal\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\AvatarExperience\glowLight.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\content\fonts\families\Zekton.json...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Finished extracting content-fonts.zip
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\AvatarExperience\PPEWidgetBackgroundDarkTheme.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Finished extracting WebView2.zip
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\metal\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\metal\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\AvatarExperience\PPEWidgetBackgroundLightTheme.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\pebble\diffuse.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\AvatarExperience\Profile_Picture_Group.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\pebble\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\pebble\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\pebble\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\AvatarExperience\Profile_Picture_Group_Light.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\plastic\diffuse.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\plastic\normal.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\Controls\DesignSystem\ButtonA.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\Controls\DesignSystem\ButtonA@2x.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\plastic\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\Controls\DesignSystem\ButtonA@3x.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\Controls\DesignSystem\ButtonB.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\Controls\DesignSystem\ButtonB@2x.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\Controls\DesignSystem\ButtonB@3x.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\Controls\DesignSystem\ButtonControls.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\Controls\DesignSystem\ButtonControls@2x.png...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\sand\diffuse.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\ExtraContent\textures\ui\Controls\DesignSystem\ButtonControls@3x.png...
2023-10-18T21:59:59Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting extracontent-textures.zip'
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\sand\normal.dds...
2023-10-18T21:59:59Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.File.Delete(String path)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package) in D:\a\bloxstrap\bloxstrap\Bloxstrap\Bootstrapper.cs:line 1441
   --- End of inner exception stack trace ---
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\COPYRIGHT.txt...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\sand\normaldetail.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\sand\reflection.dds...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Finished extracting RobloxApp.zip
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\sky\indoor512_bk.tex...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\sky\indoor512_dn.tex...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\sky\indoor512_ft.tex...
2023-10-18T21:59:59Z [Bootstrapper::ExtractPackage] Attempting to extract %UserProfile%\AppData\Local\Bloxstrap\Versions\version-57e2dd886e0e42a5\PlatformContent\pc\textures\sky\indoor512_lf.tex...
2023-10-18T21:59:59Z [AsyncHelpers::ExceptionHandler] An exception occurred while running the task 'extracting content-textures3.zip'
2023-10-18T21:59:59Z [App::FinalizeExceptionHandling] System.AggregateException: One or more errors occurred. (Illegal characters in path. (Parameter 'path'))
 ---> System.ArgumentException: Illegal characters in path. (Parameter 'path')
   at System.IO.Path.GetFullPath(String path)
   at System.IO.Directory.CreateDirectory(String path)
   at Bloxstrap.Bootstrapper.ExtractPackage(Package package) in D:\a\bloxstrap\bloxstrap\Bloxstrap\Bootstrapper.cs:line 1430
   --- End of inner exception stack trace ---
2023-10-18T22:00:00Z [Bootstrapper::SetStatus] Configuring Roblox...
pizzaboxer commented 11 months ago

Oh my god, there are way too many strange things going on here. I'm going to have to do a lot of debugging and stuff to figure out what the hell is going on. Keep in mind I'll probably get you to download a bunch more builds to try out.

For one, can I have a copy of the packages you have downloaded? They're in %localappdata%\Bloxstrap\Downloads, you can upload them to somewhere like https://wormhole.app.

doomsdya00000 commented 11 months ago

sounds good. i pasted them into it https://wormhole.app/Rr4LX#c-3WK9mfMfg1oEW-Wx-HcQ

doomsdya00000 commented 11 months ago

did you get the files in time?

doomsdya00000 commented 11 months ago

just incase here's a new link https://wormhole.app/A25XO#G64ILtv04olW3Ds2uBCt8g

pizzaboxer commented 11 months ago

Okay, these look completely fine to me, I'm not seeing anything wrong here.

Just made a new build with some more diagnostic info. Try this out, and send me the log this generates privately over Discord, since there could be some sensitive stuff in here.

https://github.com/pizzaboxer/bloxstrap/suites/17479878178/artifacts/998997734