Visual studio crashes when I open in Turkish language

  • Thread starter Thread starter tapir
  • Start date Start date
T

tapir

Guest
I use Visual studio 2019 community and when I open it with Turkish selected in language bar it crashes. I have to start and work it in English language settings. I use windows 10 and there are 2 event logs below. Can anyone tell me how can I fix this case. thanks

1)

Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Globalization.CultureNotFoundException
at System.Globalization.CultureInfo.InitializeFromCultureId(Int32, Boolean)
at System.Globalization.CultureInfo..ctor(Int32, Boolean)
at System.Windows.Input.InputLanguageSource.get_CurrentInputLanguage()
at System.Windows.Input.InputLanguageManager.get_CurrentInputLanguage()
at Microsoft.VisualStudio.Text.MultiSelection.Implementation.UI.Caret..ctor(Microsoft.VisualStudio.Text.MultiSelection.Implementation.UI.CaretAdornmentLayer, Microsoft.VisualStudio.Text.Selection, Microsoft.VisualStudio.Text.AbstractSelectionPresentationProperties)
at Microsoft.VisualStudio.Text.MultiSelection.Implementation.UI.CaretAdornmentLayer.DrawCaretForRegion(Microsoft.VisualStudio.Text.Selection)
at Microsoft.VisualStudio.Text.MultiSelection.Implementation.UI.CaretAdornmentLayer.RedrawCarets()
at Microsoft.VisualStudio.Text.MultiSelection.Implementation.UI.CaretAdornmentLayer.UpdateCaretVisibility(Boolean)
at Microsoft.VisualStudio.Text.MultiSelection.Implementation.UI.CaretAdornmentLayer.OnKeyboardFocusChanged(System.Object, System.Windows.DependencyPropertyChangedEventArgs)
at System.Windows.UIElement.RaiseDependencyPropertyChanged(System.Windows.EventPrivateKey, System.Windows.DependencyPropertyChangedEventArgs)
at System.Windows.UIElement.IsKeyboardFocused_Changed(System.Windows.DependencyObject, System.Windows.DependencyPropertyChangedEventArgs)
at System.Windows.PropertyChangedCallback.Invoke(System.Windows.DependencyObject, System.Windows.DependencyPropertyChangedEventArgs)
at System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
at System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
at System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs)
at System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EffectiveValueEntry, System.Windows.EffectiveValueEntry ByRef, Boolean, Boolean, System.Windows.OperationType)
at System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty, System.Object, System.Windows.PropertyMetadata, Boolean, Boolean, System.Windows.OperationType, Boolean)
at System.Windows.DependencyObject.SetValue(System.Windows.DependencyPropertyKey, System.Object)
at System.Windows.Input.KeyboardDevice.ChangeFocus(System.Windows.DependencyObject, Int32)
at System.Windows.Input.KeyboardDevice.TryChangeFocus(System.Windows.DependencyObject, System.Windows.Input.IKeyboardInputProvider, Boolean, Boolean, Boolean)
at System.Windows.Input.KeyboardDevice.Focus(System.Windows.DependencyObject, Boolean, Boolean, Boolean)
at System.Windows.Input.KeyboardDevice.Focus(System.Windows.IInputElement)
at Microsoft.VisualStudio.Platform.WindowManagement.RestoreFocusScope.PerformRestoration()
at Microsoft.VisualStudio.Platform.WindowManagement.HwndSourceTracker.HandleRestoreFocusCore()
at Microsoft.VisualStudio.Platform.WindowManagement.HwndSourceTracker.HandleRestoreFocus()
at Microsoft.VisualStudio.Platform.WindowManagement.HwndSourceTracker.HwndSource_MessageHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)

2)

Faulting application name: devenv.exe, version: 16.4.29613.14, time stamp: 0x5df3b7f2
Faulting module name: KERNELBASE.dll, version: 10.0.17763.914, time stamp: 0x6cc9b5fd
Exception code: 0xe0434352
Fault offset: 0x001219b2
Faulting process id: 0x8588
Faulting application start time: 0x01d5ca005ddc31c0
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 2b89266c-c826-4d0b-95ac-a21ae65bb97c
Faulting package full name:
Faulting package-relative application ID:

Continue reading...
 
Back
Top