PowerShell / PSReadLine

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

bug #4105

Closed T0BI06BM closed 3 months ago

T0BI06BM commented 3 months ago

Prerequisites

Exception report

bug

Screenshot

Anmærkning 2024-08-10 023039

Environment data

PS C:\Users\Test Cracked Windows\Desktop\CryptoTool_v4.4>
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 1 Keys:
 Ctrl+v

Exception:
System.ArgumentOutOfRangeException: Værdien skal være større end eller lig med nul og mindre end konsollens bufferstørrelse i denne dimension.
Parameternavn: top
Den aktuelle værdi var -1.
   ved System.Console.SetCursorPosition(Int32 left, Int32 top)
   ved Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
   ved Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
   ved Microsoft.PowerShell.PSConsoleReadLine.Paste(Nullable`1 key, Object arg)
   ved Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
   ved Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
   ved Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)
-----------------------------------------------------------------------
PS C:\Users\Test Cracked Windows\Desktop\CryptoTool_v4.4> .\CryptoTool.exe --yes -i"Ariza_v7" -o"Decrypted-SaveFile

Steps to reproduce

idk

Expected behavior

idk

Actual behavior

idk

github-actions[bot] commented 3 months 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.