DNSCrypt / DNSCrypt/SimpleDnsCrypt

GUI crashes often if Query Log open: 2 examples

オープン
#337 コメント 16 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C#
スター
2.5k
フォーク
249
PR マージ指標
30日以内にマージされた PR はありません

説明

Below are 2 examples when the GUI crash occurs, which happens almost each and everytime i view the Query Log.
[2018-07-23 01_08_09_Error.log](https://github.com/bitbeans/SimpleDnsCrypt/files/2234041/2018-07-23.01_08_09_Error.log)
[2018-07-27 01_58_46_Error.log](https://github.com/bitbeans/SimpleDnsCrypt/files/2234042/2018-07-27.01_58_46_Error.log)

Basically the same apart from the count numbers differing.

2018-07-23 01:08:09.8724 QueryLogViewModel System.Reflection.TargetInvocationException: An error occurred while dispatching a call to the UI Thread ---> System.InvalidOperationException: An ItemsControl is inconsistent with its items source.
See the inner exception for more information. ---> System.Exception: Information for developers (use Text Visualizer to read this):
This exception was thrown because the generator for control 'SimpleDnsCrypt.Controls.LoggingListView Items.Count:2814' with name '(unnamed)' has received sequence of CollectionChanged events that do not agree with the current state of the Items collection. The following differences were detected:
Accumulated count 2813 is different from actual count 2814. [Accumulated count is (Count at last Reset + #Adds - #Removes since last Reset).]

----------------------------------------------------------------------------------------------------

2018-07-27 01:58:46.5086 QueryLogViewModel System.Reflection.TargetInvocationException: An error occurred while dispatching a call to the UI Thread ---> System.InvalidOperationException: An ItemsControl is inconsistent with its items source.
See the inner exception for more information. ---> System.Exception: Information for developers (use Text Visualizer to read this):
This exception was thrown because the generator for control 'SimpleDnsCrypt.Controls.LoggingListView Items.Count:110' with name '(unnamed)' has received sequence of CollectionChanged events that do not agree with the current state of the Items collection. The following differences were detected:
Accumulated count 109 is different from actual count 110. [Accumulated count is (Count at last Reset + #Adds - #Removes since last Reset).]

Hope they help.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。