LittleBigRefresh / Refresher

A utility for patching LittleBigPlanet games to custom servers
GNU General Public License v3.0
9 stars 3 forks source link

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. #51

Open sentry-io[bot] opened 5 months ago

sentry-io[bot] commented 5 months ago

Sentry Issue: REFRESHER-3

System.NullReferenceException: Object reference not set to an instance of an object.
  File "UI/EmulatorPatchForm.cs", line 96, in void EmulatorPatchForm.GameChanged(object sender, EventArgs ev)
  ?, in void PropertyStore.TriggerEvent<T>(object key, object sender, T args)
  ?, in void ListControl.OnSelectedValueChanged(EventArgs e)
  ?, in void ListControl.OnSelectedIndexChanged(EventArgs e)
  ?, in void Callback.OnSelectedIndexChanged(ListControl widget, EventArgs e)
...
(3 additional frame(s) were not displayed)

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
  ?, in void Signal.ClosureInvokedCB(object o, ClosureInvokedArgs args)
  ?, in void SignalClosure.Invoke(ClosureInvokedArgs args)
  ?, in void SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, uint n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)