SumoCue - unhandeled exception

Ask your support questions for SudoCue here
Post Reply
Nasenbaer
Master
Master
Posts: 167
Joined: Thu Jul 20, 2006 7:19 am
Location: Fellbach (Deutschland)

SumoCue - unhandeled exception

Post by Nasenbaer »

Ruud,

just had an unhandeled exception. I made a mistake in a killer and ended up filling a cell with a single, but that produced the last cell in this cage with size 0. Here is the error message:
System.Exception: No combi for size 1 and sum 0
at SumoCue.Combis.Set(Int32 size, Int32 sum)
at SumoCue.Cage.PlaceDigit(Cell c, Int32 d)
at SumoCue.Cell.ProcessDigit(Int32 d)
at SumoCue.Cell.AutoFill()
at SumoCue.Form1.AutoFill()
at SumoCue.Form1.Grid_DoubleClick(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.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)
I hope it helps.

Peter
Ruud
Site Owner
Site Owner
Posts: 601
Joined: Fri Dec 30, 2005 10:21 pm

Post by Ruud »

Thanks.

If I can replicate the error, I will include a fix in the next version.

Ruud
Post Reply