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
{{ message }}
This repository has been archived by the owner on May 20, 2024. It is now read-only.
Upon starting WinPaletter I got an exception. Details in the log below. Clicking on "Continue" looks like bypassing the error but WinPaletter window is completely blank and doesn't load.
How to reproduce the error
Just download an execture WinPaletter v1.0.8.5 Beta, either Release of Debug build/
WinPaletter Log
//General information//...........................................................Report.Date="Τρίτη, 20 Φεβρουαρίου 2024 11:59:02";OS="Windows 11, 10.0.22631.3085, 64-bit";WinPaletter.Version="1.0.8.5, Beta, Build: Debug";WinPaletter.Language="English";WinPaletter.Debugging=false;//Error details//...........................................................Exception.message="Unexpected character encountered while parsing value: {. Path 'profiles.list[3].colorScheme', line 80, position 17.";Exception.type="Newtonsoft.Json.JsonReaderException";Exception.stack.trace={atNewtonsoft.Json.JsonTextReader.ReadStringValue(ReadTypereadType)
at Newtonsoft.Json.JsonTextReader.ReadAsString()
at Newtonsoft.Json.JsonReader.ReadForType(JsonContractcontract,BooleanhasConverter)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(ObjectnewObject,JsonReaderreader,JsonObjectContractcontract,JsonPropertymember,Stringid)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReaderreader,TypeobjectType,JsonContractcontract,JsonPropertymember,JsonContainerContractcontainerContract,JsonPropertycontainerMember,ObjectexistingValue)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReaderreader,TypeobjectType,JsonContractcontract,JsonPropertymember,JsonContainerContractcontainerContract,JsonPropertycontainerMember,ObjectexistingValue)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IListlist,JsonReaderreader,JsonArrayContractcontract,JsonPropertycontainerProperty,Stringid)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReaderreader,TypeobjectType,JsonContractcontract,JsonPropertymember,ObjectexistingValue,Stringid)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReaderreader,TypeobjectType,JsonContractcontract,JsonPropertymember,JsonContainerContractcontainerContract,JsonPropertycontainerMember,ObjectexistingValue)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonPropertyproperty,JsonConverterpropertyConverter,JsonContainerContractcontainerContract,JsonPropertycontainerProperty,JsonReaderreader,Objecttarget)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(ObjectnewObject,JsonReaderreader,JsonObjectContractcontract,JsonPropertymember,Stringid)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReaderreader,TypeobjectType,JsonContractcontract,JsonPropertymember,JsonContainerContractcontainerContract,JsonPropertycontainerMember,ObjectexistingValue)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReaderreader,TypeobjectType,JsonContractcontract,JsonPropertymember,JsonContainerContractcontainerContract,JsonPropertycontainerMember,ObjectexistingValue)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ResolvePropertyAndCreatorValues(JsonObjectContractcontract,JsonPropertycontainerProperty,JsonReaderreader,TypeobjectType)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObjectUsingCreatorWithParameters(JsonReaderreader,JsonObjectContractcontract,JsonPropertycontainerProperty,ObjectConstructor`1creator,Stringid)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReaderreader,TypeobjectType,JsonContractcontract,JsonPropertymember,JsonContainerContractcontainerContract,JsonPropertycontainerMember,ObjectexistingValue)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReaderreader,TypeobjectType,JsonContractcontract,JsonPropertymember,JsonContainerContractcontainerContract,JsonPropertycontainerMember,ObjectexistingValue)at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReaderreader,TypeobjectType,BooleancheckAdditionalContent)at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReaderreader,TypeobjectType)at Newtonsoft.Json.JsonConvert.DeserializeObject(Stringvalue,Typetype,JsonSerializerSettingssettings)at Newtonsoft.Json.JsonConvert.DeserializeObject[T](Stringvalue,JsonSerializerSettingssettings)at WinPaletter.WinTerminal..ctor(StringFile,ModeMode,VersionVersion)at WinPaletter.Theme.Manager..ctor(SourceSource,StringFile,BooleanignoreExtractionThemePack,BooleanignoreErrors)at WinPaletter.Program.LoadThemeManager()atWinPaletter.Program.InitializeApplication(BooleanshowLoginDialog)
at WinPaletter.User.OnUserSwitch(UserChangeEventArgse)
at WinPaletter.User.set_SID(Stringvalue)
at WinPaletter.UserSwitch.Button1_Click(Objectsender,EventArgse)at System.Windows.Forms.Control.OnClick(EventArgse)
at WinPaletter.UI.WP.Button.OnClick(EventArgse)
at System.Windows.Forms.Button.PerformClick()at System.Windows.Forms.Control.OnDoubleClick(EventArgse)
at System.Windows.Forms.Control.WmMouseUp(Message&m,MouseButtonsbutton,Int32clicks)at System.Windows.Forms.Control.WndProc(Message&m)
at System.Windows.Forms.NativeWindow.Callback(IntPtrhWnd,Int32msg,IntPtrwparam,IntPtrlparam)};Exception.target.void_function="Newtonsoft.Json.ReadStringValue()";Exception.assembly="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed";Exception.assembly.file="";Exception.HRESULT=-2146233088;Win32.exception.message="The operation completed successfully";Exception.type="System.ComponentModel.Win32Exception";Win32.exception.Marshal.GetLastWin32Error=1400;
Screenshots/Screen records
Blank WinPaletter window after clicking "Continue"
The text was updated successfully, but these errors were encountered:
Windows_Terminal_Preview_Settings.json has another structure for color scheme for profile PowerShell 7
"colorScheme":
{
"light": "Campbell"
},
Open it, change this into
"colorScheme": "Campbell",
save and then reopen WinPaletter. This will solve the issue.
⚠️ This is a temporary solution till I fix this issue, and I recommend you to backup settings JSONs files to avoid undesired actions in the newly modified Windows Terminal structures in WinPaletter.
❌ Error report
Describe the error
Upon starting WinPaletter I got an exception. Details in the log below. Clicking on "Continue" looks like bypassing the error but WinPaletter window is completely blank and doesn't load.
How to reproduce the error
Just download an execture WinPaletter v1.0.8.5 Beta, either Release of Debug build/
WinPaletter Log
Screenshots/Screen records
Blank WinPaletter window after clicking "Continue"
![XagXv5M8bH](https://private-user-images.githubusercontent.com/17590539/306220146-fdc257e1-2124-4e86-86c5-1aaff086903d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjMxNjIsIm5iZiI6MTczOTM2Mjg2MiwicGF0aCI6Ii8xNzU5MDUzOS8zMDYyMjAxNDYtZmRjMjU3ZTEtMjEyNC00ZTg2LTg2YzUtMWFhZmYwODY5MDNkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEyMjEwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJiNWM1M2IxNDkwYzhlOWY5MzVmMmM5YTE5YjE3Y2M1OGIyZWVlOWI1MTA5YjBmNzQ4MTk4ODUxN2I3YjQyNjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.fvB-Cccb7tzITdkKxse-NMYeK2JUIj3v4oEVM05GkHE)
The text was updated successfully, but these errors were encountered: