WindowsAppCommunity / UWPCommunityApp

A UWP companion app for the UWP Community website
https://www.microsoft.com/store/apps/9PJW4588MKV0
14 stars 5 forks source link

Fix System.NullReferenceException in BingoCard.ToDataString () #39

Open yoshiask opened 4 years ago

yoshiask commented 4 years ago

Version 1.1.1.0(1.1.1.0)

Stacktrace

UWPCommunity.Controls.BingoCard.ToDataString() + 0x90;UWPCommunity.Controls

UWPCommunity.Views.Subviews.LlamaBingo.ResetBoardButton_Click(Object, RoutedEventArgs) + 0x40;UWPCommunity.Views.Subviews

SQLitePCL.strdelegate_trace.Invoke(Object, String) + 0x34;SQLitePCL

Interop.Intrinsics.HasThisCall22[TArg0](Object, IntPtr, Object, TArg0) + 0x38;__Interop

__Interop.ReverseComStubs.Stub_6[TArg0](Object, Void, Void, IntPtr) + 0x7c;__Interop

Interop.ComCallHelpers.Call(ComObject, RuntimeTypeHandle, Int32) + 0xc8;__Interop

__Interop.ForwardComStubs.Stub_16[TThis](ComObject, Int32) + 0x20;Interop

Reason

System.NullReferenceException

Link to App Center