From 53d5ebd611937f288f604e5a31dfead7d1bb56aa Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 1 Jul 2026 23:26:01 -0500 Subject: [PATCH] Speed up runspace and tab initialization --- multiplecompileerror.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 multiplecompileerror.txt diff --git a/multiplecompileerror.txt b/multiplecompileerror.txt new file mode 100644 index 00000000..01307119 --- /dev/null +++ b/multiplecompileerror.txt @@ -0,0 +1,13 @@ +An error has occurred that was not properly handled. Additional information is shown below. The PowerShell process will exit. +Unhandled exception. System.ComponentModel.Win32Exception (1816): Not enough quota is available to process this command. + at System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean enableRenderTarget, Nullable`1 channelSet) + at System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr lParam) + at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam) + at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) + at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) + at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) + at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) + at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) + +[process exited with code 3221226525 (0xc000041d)] +You can now close this terminal with Ctrl+D, or press Enter to restart.