Page MenuHomePhabricator

TargetInvocation exception
Closed, DeclinedPublicBUG REPORT

Description

description:

workaround:

Exception:TargetInvocationException
Message:Exception has been thrown by the target of an invocation.
Call stack:<pre> at System.Reflection.MonoProperty.GetValue (System.Object obj, System.Object[] index) [0x00000] in <filename unknown>:0
at System.ComponentModel.ReflectionPropertyDescriptor.GetValue (System.Object component) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ListControl.FilterItemOnProperty (System.Object item, System.String field) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ListControl.GetItemText (System.Object item) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.ListControl:GetItemText (object)
at System.Windows.Forms.ThemeWin32Classic.DrawComboBoxItem (System.Windows.Forms.ComboBox ctrl, System.Windows.Forms.DrawItemEventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ComboBox.HandleDrawItem (System.Windows.Forms.DrawItemEventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ComboBox.Draw (Rectangle clip, System.Drawing.Graphics dc) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ComboBox.OnPaintInternal (System.Windows.Forms.PaintEventArgs pevent) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.WmPaint (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ComboBox.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0 </pre>
Inner exception:InvalidCastException
Message:Cannot cast from source type to destination type.
Call stack:<pre> at (wrapper castclass) object:__castclass_with_cache (object,intptr,intptr)
at System.Reflection.MonoProperty.GetterAdapterFrame[DatabaseScannerListProvider,String] (System.Reflection.Getter`2 getter, System.Object obj) [0x00000] in <filename unknown>:0
at System.Reflection.MonoProperty.GetValue (System.Object obj, System.Object[] index) [0x00000] in <filename unknown>:0 </pre>

OS: Unix 3.13.0.37
version: AutoWikiBrowser (5.7.0.0), WikiFunctions (5.7.0.0), revision 11328 (2015-07-14 19:56:59)
net: 2.0.50727.1433
duplicate:
site: https://en.wikipedia.org

Event Timeline

Ijon raised the priority of this task from to Needs Triage.
Ijon updated the task description. (Show Details)
Ijon added a project: AutoWikiBrowser.
Ijon added subscribers: Aklapper, Ijon, Josve05a.
Aklapper changed the subtype of this task from "Task" to "Bug Report".Dec 14 2022, 1:14 PM
Rjwilmsi subscribed.

Unfortunately AWB doesn't work under Mono. We are not in a position to support/resolve that.

AWB works well on Linux under Wine and we/I do try to support that.