Skip to content

[Bug] Crash upon trying to select platform #306

@manitrox

Description

@manitrox

NomNom 6.20.0+90f5b26cbfd00ef395e5ee47372f32113e6c4870 Crash Report

Environment

Operating System
Microsoft Windows 10.0.19045

.NET
.NET 8.0.25

User Comment
Crashes from the start after clicking the OK button after selecting the platform and save location

Exception

Type
System.ArgumentNullException

Message
Value cannot be null. (Parameter 'key')

Stack Trace
at System.Collections.ThrowHelper.ThrowArgumentNullException(String paramName)
at System.Collections.Frozen.FrozenDictionary2.GetValueRefOrNullRef(TKey key) at System.Collections.Frozen.FrozenDictionary2.TryGetValue(TKey key, TValue& value)
at Humanizer.EnumDehumanizeExtensions.DehumanizeToPrivate[T](String input, OnNoMatch onNoMatch) in //src/Humanizer/EnumDehumanizeExtensions.cs:line 135
at Humanizer.EnumDehumanizeExtensions.DehumanizeTo[TTargetEnum](String input) in /
/src/Humanizer/EnumDehumanizeExtensions.cs:line 39
at NomNom.ViewModels.DialogBase.CloseDialog(String parameter)
at Prism.Commands.DelegateCommand1.Execute(T parameter) at Prism.Commands.DelegateCommand1.Execute(Object parameter)
at Prism.Commands.DelegateCommandBase.System.Windows.Input.ICommand.Execute(Object parameter)
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(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 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