SingleDose icon indicating copy to clipboard operation
SingleDose copied to clipboard

ArgumentOutOfRange Exception

Open Wra7h opened this issue 1 year ago • 0 comments

Description

  • Utilizing Windows Terminal, a System.ArgumentOutOfRange Exception occurs when SingleDose calls Console.SetCursorPosition(int left, int top) and the value of top is larger than the console height. This only appears to be an issue in Windows Terminal.

Steps to Reproduce

  • In Windows Terminal, start SingleDose and hit enter repeatedly until the exception is thrown.

This exception will cause the program to crash. Recommend only using cmd.exe or powershell.exe until fix is implemented in next update.

Wra7h avatar Feb 26 '24 05:02 Wra7h