bloxstraplabs / bloxstrap

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

[BUG] System.NotImplementedException: The method or operation is not implemented. #3741

Open ZombieStebo opened 2 weeks ago

ZombieStebo commented 2 weeks ago

Acknowledgement of preliminary instructions

Bloxstrap Version

2.8.1

What problem did you encounter?

When I tried to play a game buy using the website it opened the error message

Bloxstrap Log

2024-11-10T23:26:06Z [App::OnStartup] Starting Bloxstrap v2.8.1
2024-11-10T23:26:06Z [App::OnStartup] Compiled Tuesday, 29 October 2024 at 6:35:23 PM from commit 2be2f4d0d275e60eabf2f63ecbbe4e38b2aa0773 (tag/v2.8.1)
2024-11-10T23:26:06Z [App::OnStartup] Loaded from %UserProfile%\AppData\Local\Bloxstrap\Bloxstrap.exe
2024-11-10T23:26:06Z [App::OnStartup] Temp path is %UserProfile%\AppData\Local\Temp\Bloxstrap
2024-11-10T23:26:06Z [App::OnStartup] WindowsStartMenu path is %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
2024-11-10T23:26:06Z [LaunchSettings] Identifier 'player' is active with data
2024-11-10T23:26:06Z [Logger::Initialize] Initializing at %UserProfile%\AppData\Local\Bloxstrap\Logs\Bloxstrap_20241110T232606Z.log
2024-11-10T23:26:06Z [Logger::Initialize] Finished initializing!
2024-11-10T23:26:06Z [Logger::Initialize] Cleaning up old log file 'Bloxstrap_20241103T220616Z.log'
2024-11-10T23:26:06Z [JsonManager<Settings>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Settings.json...
2024-11-10T23:26:06Z [JsonManager<Settings>::Load] Loaded successfully!
2024-11-10T23:26:06Z [JsonManager<State>::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\State.json...
2024-11-10T23:26:06Z [JsonManager<State>::Load] Loaded successfully!
2024-11-10T23:26:06Z [FastFlagManager::Load] Loading from %UserProfile%\AppData\Local\Bloxstrap\Modifications\ClientSettings\ClientAppSettings.json...
2024-11-10T23:26:06Z [FastFlagManager::Load] Loaded successfully!
2024-11-10T23:26:06Z [LaunchHandler::LaunchRoblox] Initializing bootstrapper
2024-11-10T23:26:06Z [LaunchHandler::LaunchRoblox] Initializing bootstrapper dialog
2024-11-10T23:26:06Z [Bootstrapper::Run] Running bootstrapper
2024-11-10T23:26:06Z [Bootstrapper::SetStatus] Connecting to Roblox...
2024-11-10T23:26:06Z [Deployment::TestConnection<https://setup.rbxcdn.com>] Connecting...
2024-11-10T23:26:06Z [HttpClientLoggingHandler::ProcessRequest] GET https://setup.rbxcdn.com/versionStudio
2024-11-10T23:26:07Z [Deployment::InitializeConnectivity] Testing connectivity...
2024-11-10T23:26:07Z [HttpClientLoggingHandler::ProcessResponse] 200 OK https://setup.rbxcdn.com/versionStudio
2024-11-10T23:26:07Z [Deployment::InitializeConnectivity] Got https://setup.rbxcdn.com as the optimal base URL
2024-11-10T23:26:07Z [Bootstrapper::Run] Connectivity check finished
2024-11-10T23:26:07Z [Bootstrapper::CheckForUpdates] More than one Bloxstrap instance running, aborting update check
2024-11-10T23:26:07Z [Bootstrapper::GetLatestVersionInfo] Got channel as production
2024-11-10T23:26:07Z [Deployment::GetInfo] Getting deploy info for channel production
2024-11-10T23:26:07Z [HttpClientLoggingHandler::ProcessRequest] GET https://clientsettingscdn.roblox.com/v2/client-version/WindowsPlayer
2024-11-10T23:26:07Z [App::GlobalExceptionHandler] An exception occurred
2024-11-10T23:26:07Z [App::FinalizeExceptionHandling] (0x80004001) System.NotImplementedException: The method or operation is not implemented.
   at MS.Internal.AppModel.ITaskbarList.HrInit()
   at System.Windows.Window.ApplyTaskbarItemInfo()
   at System.Windows.Window.WindowFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
2024-11-10T23:26:07Z [HttpClientLoggingHandler::ProcessRequest] POST https://bloxstraplabs.com/metrics/post-exception
theletron commented 2 weeks ago

Do you use RemoteApp?