Skip to content

HDT crashes on startup after last windows update #4619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
deezh-spec opened this issue Apr 12, 2025 · 3 comments
Open

HDT crashes on startup after last windows update #4619

deezh-spec opened this issue Apr 12, 2025 · 3 comments
Labels

Comments

@deezh-spec
Copy link

Expected Behavior

startup normally

Actual Behavior

Crashes on startup

Steps to reproduce behavior

just start HDT, or even remove HDT and reinstall HDT

Log/Screenshots

System.TypeInitializationException: The type initializer for 'Hearthstone_Deck_Tracker.Core' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'System.Net.Configuration.HttpListenerTimeoutsElement' threw an exception. ---> System.Configuration.ConfigurationErrorsException: The supplied validator does not support the type of the property 'minSendBytesPerSecond'.
at System.Configuration.ConfigurationProperty.ConstructorInit(String name, Type type, ConfigurationPropertyOptions options, ConfigurationValidatorBase validator, TypeConverter converter)
at System.Net.Configuration.HttpListenerTimeoutsElement..cctor()
--- End of inner exception stack trace ---
at System.Net.Configuration.HttpListenerTimeoutsElement..ctor()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Configuration.TypeUtil.CreateInstanceWithReflectionPermission(Type type)
at System.Configuration.TypeUtil.CreateInstanceRestricted(Type callingType, Type targetType)
at System.Configuration.ConfigurationElement.CreateElement(Type type)
at System.Configuration.ConfigurationElement.get_Item(ConfigurationProperty prop)
at System.Net.Configuration.HttpListenerElement.get_Timeouts()
at System.Net.Configuration.SettingsSectionInternal..ctor(SettingsSection section)
at System.Net.Configuration.SettingsSectionInternal.get_Section()
at System.Net.Http.HttpClientHandler..ctor()
at Hearthstone_Deck_Tracker.Core..cctor() in D:\a\Hearthstone-Deck-Tracker\Hearthstone-Deck-Tracker\Hearthstone Deck Tracker\Core.cs:line 54
--- End of inner exception stack trace ---
at Hearthstone_Deck_Tracker.Core.d__30.MoveNext() in D:\a\Hearthstone-Deck-Tracker\Hearthstone-Deck-Tracker\Hearthstone Deck Tracker\Core.cs:line 78
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__6_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)

@deezh-spec deezh-spec added the bug label Apr 12, 2025
@beheh
Copy link
Contributor

beheh commented Apr 12, 2025

Hello, what is your exact Windows version when this started happening? (how to find it)

@deezh-spec
Copy link
Author

Edition Windows 11 Home
Version 24H2
Installed on ‎12/‎27/‎2024
OS build 26100.3775
Experience Windows Feature Experience Pack 1000.26100.66.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants