You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got a bug in PowerShell and it asked me to report here - System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension. #4935
Search the existing issues, especially the pinned issues.
Exception report
Oops, something went wrong. Please report this bug with the details below.Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new-----------------------------------------------------------------------Last 200 Keys: l V z e V J r e E 9 S M D E y V m p G V k 1 H R l h h S F J r U l V a U F p F V k 9 k V k 5 G T 1 V O V W E x W l d Z b n B v Y m 1 S S E 9 U Q m F N R F F 5 W k h v d 0 9 V b H V N R D B p T E N K M l p Y S n p h V z l 1 S W p v a U 1 5 S X N J b l I 1 Y 0 d V a U 9 p S k V R V l J C W D B 0 R l d T S X N J b V Y 0 Y 0 d s e V l Y U n B i M j R p T 2 p F M 0 5 U Z z B N a k V 5 T m p k O Q = = " Exception:System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension.Parameter name: topActual value was -4. at System.Console.SetCursorPosition(Int32 left, Int32 top) at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor) at Microsoft.PowerShell.PSConsoleReadLine.ForceRender() at Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c) at Microsoft.PowerShell.PSConsoleReadLine.SelfInsert(Nullable`1 key, Object arg) at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg) at Microsoft.PowerShell.PSConsoleReadLine.InputLoop() at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)