We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps that led to the issue:
Crash log:
v0.5.9.1-33dabbc-xsw NullReferenceException: Object reference not set to an instance of an object ModManagerUI.Components.ModManagerPanel.InstalledRadioButtonGroup+<>c.b__1_2 (System.Collections.Generic.KeyValuePair2[TKey,TValue] pair) (at <e9502ac3153647d4a6f346e4db73ae85>:0) System.Linq.Enumerable+SelectEnumerableIterator2[TSource,TResult].ToList () (at <3fc70802b3194c35a6873c741765df0a>:0) System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable1[T] source) (at <3fc70802b3194c35a6873c741765df0a>:0) ModManagerUI.Components.ModManagerPanel.InstalledRadioButtonGroup.ProvideFilterIds (System.Boolean& isNotList) (at <e9502ac3153647d4a6f346e4db73ae85>:0) ModManagerUI.UiSystem.FilterController.CreateIdsFilter (System.Collections.Generic.List1[T] excludeNames) (at :0) ModManagerUI.UiSystem.FilterController.Create (UnityEngine.UIElements.TextField search, UnityEngine.UIElements.VisualElement tagsWrapper) (at :0) ModManagerUI.UiSystem.ModManagerPanel.ShowMods () (at :0) ModManagerUI.UiSystem.ModManagerPanel.Refresh () (at :0) System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.b__7_0 (System.Object state) (at :0) UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at :0) UnityEngine.UnitySynchronizationContext.Exec () (at :0) UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at :0)
2[TKey,TValue] pair) (at <e9502ac3153647d4a6f346e4db73ae85>:0) System.Linq.Enumerable+SelectEnumerableIterator
1[T] source) (at <3fc70802b3194c35a6873c741765df0a>:0) ModManagerUI.Components.ModManagerPanel.InstalledRadioButtonGroup.ProvideFilterIds (System.Boolean& isNotList) (at <e9502ac3153647d4a6f346e4db73ae85>:0) ModManagerUI.UiSystem.FilterController.CreateIdsFilter (System.Collections.Generic.List
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps that led to the issue:
Crash log:
v0.5.9.1-33dabbc-xsw
NullReferenceException: Object reference not set to an instance of an object
ModManagerUI.Components.ModManagerPanel.InstalledRadioButtonGroup+<>c.b__1_2 (System.Collections.Generic.KeyValuePair
2[TKey,TValue] pair) (at <e9502ac3153647d4a6f346e4db73ae85>:0) System.Linq.Enumerable+SelectEnumerableIterator
2[TSource,TResult].ToList () (at <3fc70802b3194c35a6873c741765df0a>:0)System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable
1[T] source) (at <3fc70802b3194c35a6873c741765df0a>:0) ModManagerUI.Components.ModManagerPanel.InstalledRadioButtonGroup.ProvideFilterIds (System.Boolean& isNotList) (at <e9502ac3153647d4a6f346e4db73ae85>:0) ModManagerUI.UiSystem.FilterController.CreateIdsFilter (System.Collections.Generic.List
1[T] excludeNames) (at :0)ModManagerUI.UiSystem.FilterController.Create (UnityEngine.UIElements.TextField search, UnityEngine.UIElements.VisualElement tagsWrapper) (at :0)
ModManagerUI.UiSystem.ModManagerPanel.ShowMods () (at :0)
ModManagerUI.UiSystem.ModManagerPanel.Refresh () (at :0)
System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.b__7_0 (System.Object state) (at :0)
UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at :0)
UnityEngine.UnitySynchronizationContext.Exec () (at :0)
UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at :0)
The text was updated successfully, but these errors were encountered: