just entered a new puzzle. Missed a number, so I got the message that the puzzle had no unique solution, the helper was deactivated. I still tried to solve it, but I got stuck. So I selected "Restart". That's when SudoCue 2.0.0.3 crashed. Here is the error code:
Code: Select all
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
at Sudoku.Form1.DrawValueLed(Graphics g, Int32 v)
at Sudoku.Form1.DrawValueLeds(Graphics g)
at Sudoku.Form1.DoRedraw(Boolean all)
at Sudoku.Form1.RestartGame(Boolean MustConfirm)
at Sudoku.Form1.MenuRestart_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)
Peter