After selecting a new script type to create Rhino WIP crashes.
This is what happens before crash:
Here is the log:
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: WebView2 was already initialized with a different CoreWebView2Environment. Check to see if the Source property was already set or EnsureCoreWebView2Async was previously called with different values.
at Microsoft.Web.WebView2.Wpf.WebView2.EnsureCoreWebView2Async(CoreWebView2Environment environment)
at Ed.Eto.Wpf.EdHandler.<InitializeAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
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)
[END ERROR]
This must be related to the most recent update because It worked a day or two ago.
Not sure if this is related to:
Or this:
The difference is Windows 11 and the error is different from the other crashes on Windows 10 in my case.
Hope this is helpful, Thanks