Skip to content

[BUG] System.Net.Http.HttpRequestException: No such host is known. (api.github.com:443) #679

@rulertvman43-commits

Description

@rulertvman43-commits

logfile:
2026-06-12T12:03:37Z [App::OnStartup] Starting Voidstrap v1.1.0.5
2026-06-12T12:03:37Z [App::OnStartup] Compiled Tuesday, 14 April 2026 at 8:04:28 PM from DESKTOP-SCN6RE5\freew
2026-06-12T12:03:37Z [App::OnStartup] Loaded from %UserProfile%\AppData\Local\Voidstrap\Voidstrap.exe
2026-06-12T12:03:37Z [App::OnStartup] Temp path is %UserProfile%\AppData\Local\Temp\Voidstrap
2026-06-12T12:03:37Z [App::OnStartup] WindowsStartMenu path is %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
2026-06-12T12:03:37Z [Logger::Initialize] Logger initialized at %UserProfile%\AppData\Local\Voidstrap\Logs\Voidstrap_20260612T120337Z.log
2026-06-12T12:03:37Z [JsonManager::Load] Loading from %UserProfile%\AppData\Local\Voidstrap\DownloadStats.json...
2026-06-12T12:03:38Z [JsonManager::Load] Loaded successfully!
2026-06-12T12:03:38Z [JsonManager::Load] Loading from %UserProfile%\AppData\Local\Voidstrap\State.json...
2026-06-12T12:03:38Z [JsonManager::Load] Loaded successfully!
2026-06-12T12:03:38Z [JsonManager::Load] Loading from %UserProfile%\AppData\Local\Voidstrap\RobloxState.json...
2026-06-12T12:03:38Z [JsonManager::Load] Loaded successfully!
2026-06-12T12:03:38Z [FastFlagManager::Load] Loading from %UserProfile%\AppData\Local\Voidstrap\VoidstrapMods\ClientSettings\ClientAppSettings.json...
2026-06-12T12:03:38Z [FastFlagManager::Load] Loaded successfully!
2026-06-12T12:03:38Z [JsonManager::Load] Loading from %UserProfile%\AppData\Local\Voidstrap\AppSettings.json...
2026-06-12T12:03:38Z [JsonManager::Load] Loaded successfully!
2026-06-12T12:03:38Z [RegistryKeyEx::SetValueSafe] Writing '%UserProfile%\AppData\Local\Voidstrap\Voidstrap.exe' to HKEY_CURRENT_USER\Software\Voidstrap\ApplicationPath
2026-06-12T12:03:38Z [RegistryKeyEx::SetValueSafe] Writing '%UserProfile%\AppData\Local\Voidstrap' to HKEY_CURRENT_USER\Software\Voidstrap\InstallationPath
2026-06-12T12:03:38Z [LaunchHandler::ProcessLaunchArgs] Opening menu
2026-06-12T12:03:46Z [LaunchHandler::ProcessNextAction] Opening settings
2026-06-12T12:03:48Z [MainWindow] Initializing settings window
2026-06-12T12:03:50Z [JsonManager::Save] Saving to %UserProfile%\AppData\Local\Voidstrap\AppSettings.json...
2026-06-12T12:03:50Z [JsonManager::Save] Save complete!
2026-06-12T12:03:50Z [JsonManager::Save] Saving to %UserProfile%\AppData\Local\Voidstrap\AppSettings.json...
2026-06-12T12:03:50Z [JsonManager::Save] Save complete!
2026-06-12T12:03:50Z [JsonManager::Save] Saving to %UserProfile%\AppData\Local\Voidstrap\AppSettings.json...
2026-06-12T12:03:50Z [JsonManager::Save] Save complete!
2026-06-12T12:03:50Z [JsonManager::Save] Saving to %UserProfile%\AppData\Local\Voidstrap\AppSettings.json...
2026-06-12T12:03:50Z [JsonManager::Save] Save complete!
2026-06-12T12:03:51Z [JsonManager::Save] Saving to %UserProfile%\AppData\Local\Voidstrap\AppSettings.json...
2026-06-12T12:03:51Z [JsonManager::Save] Save complete!
2026-06-12T12:03:51Z [JsonManager::Save] Saving to %UserProfile%\AppData\Local\Voidstrap\AppSettings.json...
2026-06-12T12:03:51Z [JsonManager::Save] Save complete!
2026-06-12T12:03:51Z [JsonManager::Save] Saving to %UserProfile%\AppData\Local\Voidstrap\AppSettings.json...
2026-06-12T12:03:51Z [JsonManager::Save] Save complete!
2026-06-12T12:03:51Z [JsonManager::Save] Saving to %UserProfile%\AppData\Local\Voidstrap\AppSettings.json...
2026-06-12T12:03:51Z [JsonManager::Save] Save complete!
2026-06-12T12:03:51Z [ModsPage::UpdatePreviewAsync(Task)] (0x8000FFFF) System.Runtime.InteropServices.ExternalException (0x8000FFFF): An object could not be created, possibly due to a lack of memory, but most likely due to invalid input.
at System.Drawing.Bitmap.Clone(Rectangle rect, PixelFormat format)
at Voidstrap.UI.Elements.Settings.Pages.ModsPage.RenderPreviewSheet(Bitmap sheetBmp, Nullable1 solidColor, List1 gradient, String customRobloxPath, Single gradientAngleDeg)
at Voidstrap.UI.Elements.Settings.Pages.ModsPage.<>c__DisplayClass17_0.b__2()
2026-06-12T12:03:54Z [App::GlobalExceptionHandler] An exception occurred
2026-06-12T12:03:54Z [App::FinalizeExceptionHandling] (0x80004005) System.Net.Http.HttpRequestException: No such host is known. (api.github.com:443)
---> System.Net.Sockets.SocketException (11001): No such host is known.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.g__CreateHandlerAndSendAsync|115_0(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at Voidstrap.UI.ViewModels.Settings.ModsViewModel.LoadModsAsync()
at Voidstrap.UI.ViewModels.Settings.ModsViewModel.InitializeAsync()
at Voidstrap.UI.Elements.Settings.Pages.ModsPage.<.ctor>b__3_0(Object s, RoutedEventArgs e)
at System.Threading.Tasks.Task.<>c.b__124_0(Object state)
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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions