Advertisement
Guest User

Untitled

a guest
Oct 6th, 2020
1,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 KB | None | 0 0
  1. 2020-10-06 14:23:37,875 [1] INFO Logging to 'C:\Users\Public.LAPTOP-OQ8AQ64A\AppData\Local\Golden Frog, GmbH.\VyprVPN\Logs\VyprVPN.log'
  2. 2020-10-06 14:23:37,885 [1] INFO VyprVPN starting
  3. 2020-10-06 14:23:37,885 [1] INFO VyprVPN 4.1.0.10541
  4. 2020-10-06 14:23:37,886 [1] INFO Upgrading UI settings
  5. 2020-10-06 14:23:37,897 [1] INFO Registering utilities
  6. 2020-10-06 14:23:37,899 [1] INFO Registering helpers
  7. 2020-10-06 14:23:37,900 [4] INFO Cleaning up configuration directory "C:\Users\Public.LAPTOP-OQ8AQ64A\AppData\Local\Golden_Frog,_GmbH" for VyprVPN.exe
  8. 2020-10-06 14:23:38,070 [1] INFO Creating UI services
  9. 2020-10-06 14:23:38,101 [1] INFO Initializing IPC
  10. 2020-10-06 14:23:38,105 [1] INFO Attempting to start IPC
  11. 2020-10-06 14:23:38,106 [1] INFO IpcClientManager running Connect
  12. 2020-10-06 14:23:38,109 [1] INFO IpcClientManager connecting to remote
  13. 2020-10-06 14:23:38,123 [5] INFO IpcClientManager connected to remote
  14. 2020-10-06 14:23:38,171 [5] INFO IpcClientManager monitoring connection
  15. 2020-10-06 14:23:38,171 [5] INFO IpcClientManager waiting 0.1s before sending ping
  16. 2020-10-06 14:23:38,291 [9] WARN Unrecognized or malformed message received from remote: {"$type":"IPC.Messages.SettingPublishIpcMessage`1[System.Globalization.CultureInfo], IPC","Setting":"UiLanguage","Value":"en-US"}
  17. 2020-10-06 14:23:38,297 [12] INFO Received updated state for user ``
  18. 2020-10-06 14:23:38,312 [4] INFO IpcClientManager waiting 0.2s before sending ping
  19. 2020-10-06 14:23:38,317 [5] INFO Refreshing available networks
  20. 2020-10-06 14:23:38,331 [5] INFO Refreshing trusted networks
  21. 2020-10-06 14:23:38,340 [14] INFO Updating trusted networks
  22. 2020-10-06 14:23:38,343 [9] INFO Updating available networks
  23. 2020-10-06 14:23:38,384 [5] INFO Successfully started IPC
  24. 2020-10-06 14:23:38,515 [5] INFO IpcClientManager waiting 0.4s before sending ping
  25. 2020-10-06 14:23:38,573 [12] INFO ConnectionViewModel ConnectionStatus changed from Disconnected to Disconnected
  26. 2020-10-06 14:23:38,595 [1] INFO ConnectionViewModel ConnectionStatus changed from Disconnected to Disconnected
  27. 2020-10-06 14:23:38,631 [1] INFO ConnectionViewModel ConnectionStatus changed from Disconnected to Disconnected
  28. 2020-10-06 14:23:38,658 [1] INFO AutomaticReconnectViewModel updating AutomaticReconnectIsEnabled from False to True
  29. 2020-10-06 14:23:38,919 [8] INFO IpcClientManager waiting 0.8s before sending ping
  30. 2020-10-06 14:23:38,931 [1] INFO MainWindow: Setting icon to pack://application:,,,/vyprvpn_app_icon_windows.ico
  31. 2020-10-06 14:23:38,936 [1] INFO IPC initialized
  32. 2020-10-06 14:23:38,936 [1] INFO Initializing services
  33. 2020-10-06 14:23:38,941 [1] INFO Waiting for IAccountService initialization...
  34. 2020-10-06 14:23:38,942 [1] INFO Waiting for IConnectionService initialization...
  35. 2020-10-06 14:23:38,942 [1] INFO Waiting for ILaunchOnLoginService initialization...
  36. 2020-10-06 14:23:38,943 [1] INFO Waiting for IPublicWiFiProtectionService initialization...
  37. 2020-10-06 14:23:38,943 [1] INFO Waiting for IServersService initialization...
  38. 2020-10-06 14:23:38,943 [1] INFO Waiting for ISimpleSettingsService initialization...
  39. 2020-10-06 14:23:38,943 [1] INFO Waiting for IUpdateService initialization...
  40. 2020-10-06 14:23:38,944 [1] INFO Services initialized
  41. 2020-10-06 14:23:38,960 [1] INFO Initializing jump list
  42. 2020-10-06 14:23:39,112 [1] INFO Application startup completed
  43. 2020-10-06 14:23:39,726 [1] INFO VyprVPN initialized
  44. 2020-10-06 14:23:39,875 [1] FATAL Exception: System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'VyprVpnGui.Converters.CountryCodeToDisplayStringConverter' that matches the specified binding constraints threw an exception. ---> System.ArgumentException: Customized cultures cannot be passed by LCID, only by name.
  45. Parameter name: culture
  46. at System.Globalization.RegionInfo..ctor(Int32 culture)
  47. at VyprVpnGui.Converters.CountryCodeToDisplayStringConverter.<>c.<.ctor>b__3_0(CultureInfo ci)
  48. at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
  49. at System.Linq.Lookup`2.Create[TSource](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
  50. at System.Linq.GroupedEnumerable`3.GetEnumerator()
  51. at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
  52. at VyprVpnGui.Converters.CountryCodeToDisplayStringConverter..ctor()
  53. --- End of inner exception stack trace ---
  54. at System.Windows.FrameworkTemplate.LoadTemplateXaml(XamlReader templateReader, XamlObjectWriter currentWriter)
  55. at System.Windows.FrameworkTemplate.LoadTemplateXaml(XamlObjectWriter objectWriter)
  56. at System.Windows.FrameworkTemplate.LoadOptimizedTemplateContent(DependencyObject container, IComponentConnector componentConnector, IStyleConnector styleConnector, List`1 affectedChildren, UncommonField`1 templatedNonFeChildrenField)
  57. at System.Windows.FrameworkTemplate.LoadContent(DependencyObject container, List`1 affectedChildren)
  58. at System.Windows.StyleHelper.ApplyTemplateContent(UncommonField`1 dataField, DependencyObject container, FrameworkElementFactory templateRoot, Int32 lastChildIndex, HybridDictionary childIndexFromChildID, FrameworkTemplate frameworkTemplate)
  59. at System.Windows.FrameworkTemplate.ApplyTemplateContent(UncommonField`1 templateDataField, FrameworkElement container)
  60. at System.Windows.FrameworkElement.ApplyTemplate()
  61. at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
  62. at System.Windows.UIElement.Measure(Size availableSize)
  63. at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
  64. at System.Windows.Controls.ContentPresenter.MeasureOverride(Size constraint)
  65. at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
  66. at System.Windows.UIElement.Measure(Size availableSize)
  67. at System.Windows.Controls.Grid.MeasureCell(Int32 cell, Boolean forceInfinityV)
  68. at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU, Boolean forceInfinityV, Boolean& hasDesiredSizeUChanged)
  69. at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU, Boolean forceInfinityV)
  70. at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
  71. at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
  72. at System.Windows.UIElement.Measure(Size availableSize)
  73. at System.Windows.Controls.Border.MeasureOverride(Size constraint)
  74. at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
  75. at System.Windows.UIElement.Measure(Size availableSize)
  76. at System.Windows.Controls.Control.MeasureOverride(Size constraint)
  77. at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
  78. at System.Windows.UIElement.Measure(Size availableSize)
  79. at System.Windows.Controls.Control.MeasureOverride(Size constraint)
  80. at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
  81. at System.Windows.UIElement.Measure(Size availableSize)
  82. at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
  83. at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
  84. at System.Windows.UIElement.Measure(Size availableSize)
  85. at System.Windows.ContextLayoutManager.UpdateLayout()
  86. at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
  87. at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
  88. at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
  89. at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
  90. at System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)
  91. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  92. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  93. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  94. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  95. at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  96. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  97. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  98. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  99. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  100. at System.Windows.Threading.DispatcherOperation.Invoke()
  101. at System.Windows.Threading.Dispatcher.ProcessQueue()
  102. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  103. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  104. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  105. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  106. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  107. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  108. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  109. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  110. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  111. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  112. at System.Windows.Application.RunDispatcher(Object ignore)
  113. at System.Windows.Application.RunInternal(Window window)
  114. at System.Windows.Application.Run(Window window)
  115. at VyprVpnGui.App.Main()
  116.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement