Sumocue 1.3.0.0 - "copy Sums+marks" after solve -&

Ask your support questions for SudoCue here
Post Reply
PsyMar
Hooked
Hooked
Posts: 32
Joined: Fri Nov 17, 2006 5:32 pm
Location: The Triad, North Carolina, US

Sumocue 1.3.0.0 - "copy Sums+marks" after solve -&

Post by PsyMar »

After solving assassin 41, I tried to copy marks for my post, which worked, but then decided I really wanted sums+marks, but got an unhandled exception. Trying to replicate it, I find that it doesn't happen if I just choose "solve" from the menu to solve it, but if I let it step through most of the puzzle, placing a few digits by double-clicking, I'm able to replicate the error.

The details of the error message are as follows:

************** Exception Text **************
System.ArgumentOutOfRangeException: {0} must be non-negative.
Parameter name: count
at System.String..ctor(Char c, Int32 count)
at SumoCue.Cell.get_CageSumString(Int32 w)
at SumoCue.Form1.MenuCopyMarks1_Click(Object sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Hope this helps.
Post Reply