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
When attempting to open Notepad from Windows Powershell an error occurred after typing the " character.
Computer has Windows 10, Version 1903 (OS Build 18362.239).
PS C:\Users\Erika Zhou\OneDrive - University of Missouri\Spring Semester 2020\CS 2050 Algorithm Design & Programming II> notepad
Last 200 Keys:
i r Space p r e l a b 2 Enter
m v Space e r i k a z h o u 0 1 A - p r e l a b 2 . c , Space e r i k a z h o u 0 1 A - p r e l a b 2 _ e x t e n s i o n . c Space p r e l a b 2 Enter
d i r Enter
m k Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace c d Space p r e l a b 2 Enter
d i r Enter
c d Space . . Enter
d i r Enter
c d Space p r e l a b 3 Enter
d i r Enter
. / a . e x e Enter
c o d e Enter
c d Space . . Enter
c d Space . . Enter
n o t e p a d Space Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace n o t e p a d Space "
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: left
Actual value was -1.
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at Microsoft.PowerShell.Internal.VirtualTerminal.set_CursorLeft(Int32 value)
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(Nullable1 key, Object arg) at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
at Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)
Opening Notepad from PowerShell worked fine after that occurrence, though. (I did realize the file I wanted to open was in another directory and moved the file before trying again :P)
PS C:\Users\Erika Zhou\OneDrive - University of Missouri\Spring Semester 2020\CS 2050 Algorithm Design & Programming II> notepad "CS2050 README"
On Mon, Feb 3, 2020, 4:24 PM Dongbo Wang ***@***.***> wrote:
Please check out the pinned issue #1306
<#1306>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1331?email_source=notifications&email_token=ANG2ITZJRGBNGXH5M67L2LTRBCKR7A5CNFSM4KOXPORKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKVUBOI#issuecomment-581648569>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANG2IT6IRSGXAZKM5DBA6ILRBCKR7ANCNFSM4KOXPORA>
.
When attempting to open Notepad from Windows Powershell an error occurred after typing the " character.
Computer has Windows 10, Version 1903 (OS Build 18362.239).
PS C:\Users\Erika Zhou\OneDrive - University of Missouri\Spring Semester 2020\CS 2050 Algorithm Design & Programming II> notepad
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:
i r Space p r e l a b 2 Enter
m v Space e r i k a z h o u 0 1 A - p r e l a b 2 . c , Space e r i k a z h o u 0 1 A - p r e l a b 2 _ e x t e n s i o n . c Space p r e l a b 2 Enter
d i r Enter
m k Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace c d Space p r e l a b 2 Enter
d i r Enter
c d Space . . Enter
d i r Enter
c d Space p r e l a b 3 Enter
d i r Enter
. / a . e x e Enter
c o d e Enter
c d Space . . Enter
c d Space . . Enter
n o t e p a d Space Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace n o t e p a d Space "
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: left
Actual value was -1.
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at Microsoft.PowerShell.Internal.VirtualTerminal.set_CursorLeft(Int32 value)
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)
Opening Notepad from PowerShell worked fine after that occurrence, though. (I did realize the file I wanted to open was in another directory and moved the file before trying again :P)
PS C:\Users\Erika Zhou\OneDrive - University of Missouri\Spring Semester 2020\CS 2050 Algorithm Design & Programming II> notepad "CS2050 README"
Version information:
PSVersion 5.1.18362.145
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.18362.145
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered: