Partialling leads to error and crashes the program

Post Reply
thunda
Posts: 5
Joined: Sun Nov 13, 2022 3:09 am

Partialling leads to error and crashes the program

Post by thunda »

Here is the log:

#####-- 13/11/2022 18:54:19 --#####
System.InvalidCastException: Specified cast is not valid.
at NakedMarkets.Forms.PendingOrderForm.‡›Œ()
at ‘›Œ.‹ž(Object , ‘›Œ )
at NakedMarkets.Forms.PendingOrderForm.‡š(Object , EventArgs )
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Admin
Site Admin
Posts: 194
Joined: Mon Feb 21, 2022 3:03 pm

Re: Partialling leads to error and crashes the program

Post by Admin »

Thanks for your report.
But could be more specific about what you did to trigger this bug please ? Could you elaborate a bit about your actions ?
thunda
Posts: 5
Joined: Sun Nov 13, 2022 3:09 am

Re: Partialling leads to error and crashes the program

Post by thunda »

Hi. I was just selecting multiple take partial points as per the intructions in the order box. I have attached the sequence of events in picture format.
Attachments
test 1.jpg
test 1.jpg (301.33 KiB) Viewed 1161 times
test 3.jpg
test 3.jpg (738.82 KiB) Viewed 1161 times
test 2.jpg
test 2.jpg (734.71 KiB) Viewed 1161 times
thunda
Posts: 5
Joined: Sun Nov 13, 2022 3:09 am

Re: Partialling leads to error and crashes the program

Post by thunda »

#####-- 15/11/2022 12:39:46 --#####
System.InvalidCastException: Specified cast is not valid.
at NakedMarkets.Forms.InstantOrderForm.‡•—()
at ‘›Œ.‹ž(Object , ‘›Œ )
at NakedMarkets.Forms.InstantOrderForm.‡”˜(Object , EventArgs )
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Admin
Site Admin
Posts: 194
Joined: Mon Feb 21, 2022 3:03 pm

Re: Partialling leads to error and crashes the program

Post by Admin »

Thanks for your report, it has been fixed in the latest release
Post Reply