Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes on Windows 11 Insider Build 23471 #147

Closed
jcchikikomori opened this issue Jun 5, 2023 · 1 comment
Closed

Crashes on Windows 11 Insider Build 23471 #147

jcchikikomori opened this issue Jun 5, 2023 · 1 comment
Labels
bug Something isn't working issue Issue

Comments

@jcchikikomori
Copy link

jcchikikomori commented Jun 5, 2023

Describe the bug

Exception error on newer insider builds for Windows 11.

WinPaletter Log

'General information
'-----------------------------------------------------------
Report.Date = "Monday, June 5, 2023 2:31:44 PM"
OS = "Microsoft Windows 11 Pro Insider Preview - 10.0.23471.1000 - 64-bit"
WinPaletter.Version = "1.0.7.6"

'Error details
'-----------------------------------------------------------
Exception.message = "Object reference not set to an instance of an object."
Exception.stack.trace = {
   at WinPaletter.WinTerminal..ctor(String str, Mode Mode, Version Version)
   at WinPaletter.CP..ctor(CP_Type CP_Type, String File, Boolean IgnoreWTerminal)
   at WinPaletter.MainFrm.MainFrm_Load(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
         }
Exception.data = "There is no included data in Exception"
Exception.target.sub_function = ".ctor @ WinPaletter"
Exception.assembly = "WinPaletter, Version=1.0.7.6, Culture=neutral, PublicKeyToken=null"
Exception.assembly.file = "D:\WinPaletter.exe"
Exception.HRESULT = "-2147467261"

Screenshots

image

Additional context

I tried using this workaround, and it still doesn't work.

@jcchikikomori jcchikikomori added bug Something isn't working issue Issue labels Jun 5, 2023
@Abdelrhman-AK
Copy link
Owner

  • Which version of Windows Terminal you have ? (Stable or Preview?)
  • Try opening Windows Terminal itself and see if there is an error message in Windows Terminal
  • If there is no error message, try to launch WinPaletter as Administrator and tell me. WinPaletter might not be able to access Windows Terminal JSON preferences file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working issue Issue
Projects
None yet
Development

No branches or pull requests

2 participants