PowerShell / PSReadLine

A bash inspired readline implementation for PowerShell
BSD 2-Clause "Simplified" License
3.77k stars 298 forks source link

Oops, something went wrong. Please report this bug with the details below. Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new #4244

Closed Lacikika closed 1 month ago

Lacikika commented 1 month ago

Prerequisites

Exception report

Exception:
System.ArgumentOutOfRangeException: Az értéknek nullával egyenlőnek vagy annál nagyobbnak és a konzol pufferméreténél kisebbnek kell lennie az adott dimenzióban.
Paraméter neve: top
Az aktuális érték: -1.
   a következő helyen: System.Console.SetCursorPosition(Int32 left, Int32 top)
   a következő helyen: Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
   a következő helyen: Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
   a következő helyen: Microsoft.PowerShell.PSConsoleReadLine.Paste(Nullable`1 key, Object arg)
   a következő helyen: Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
   a következő helyen: Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
   a következő helyen: Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)

Screenshot

kép

Environment data

-

Steps to reproduce

i dont know

Expected behavior

i dont know

Actual behavior

nothing

daxian-dbw commented 1 month ago

This issue was already fixed (see #1306). Please upgrade to the 2.3.5 version of PSReadLine from PowerShell Gallery. See the upgrading section for instructions. Please let us know if you run into the same issue with the latest version.