TPtreehole
TPtreehole
>  确实没稳定的复现方式, 今日连续崩溃两次... 都是在后台没开窗口的情况下, 自己崩的(每次打开自动刷新都会打开, 经常忘记关, 不太清楚是否有效) 没用过WPF, 但以个人从其他UI框架的理解来看, 在后台, 窗口没打开的情况下, UI元素应该都不存在才对, 为啥会进行对TextBoxView的对齐操作 我这里有同样的崩溃现象,平时与μtorrent一起挂在后台使用。观察到软件的静默启动方式是先打开窗口再关闭,是否意味着在后台也会刷新ui元素? 另外,我写了一个脚本,每30秒检测v2rayN是否正常运行并自动重启v2rayN,这是其工作日志: start v2rayN at 2024/06/29 周六 23:46:35.49 restart crashed v2rayN at 2024/06/30 周日 8:30:35.22 restart...
事件查看器中看到的同样都是.net先崩溃,然后应用程序崩溃,.net崩溃信息如下: Application: v2rayN.exe CoreCLR Version: 8.0.624.26715 .NET Version: 8.0.6 Description: The application requested process termination through System.Environment.FailFast. Message: 不可恢复的系统错误。 Stack: at System.Environment.FailFast(System.String) at System.Windows.Controls.TextBoxView.ArrangeVisuals(System.Windows.Size) at System.Windows.Controls.TextBoxView.ArrangeOverride(System.Windows.Size) at System.Windows.FrameworkElement.ArrangeCore(System.Windows.Rect) at System.Windows.UIElement.Arrange(System.Windows.Rect)...
.net8.0.7下出现崩溃,发生时与utorrent、clash verge一起挂在后台使用。事件查看器中看到的同样都是.net先崩溃,然后应用程序崩溃,.net崩溃信息如下: Application: v2rayN.exe CoreCLR Version: 8.0.724.31311 .NET Version: 8.0.7 Description: The application requested process termination through System.Environment.FailFast. Message: 不可恢复的系统错误。 Stack: at System.Environment.FailFast(System.String) at System.Windows.Controls.TextBoxView.ArrangeVisuals(System.Windows.Size) at System.Windows.Controls.TextBoxView.ArrangeOverride(System.Windows.Size) at System.Windows.FrameworkElement.ArrangeCore(System.Windows.Rect) at...
发现当连不上服务器时尝试更新core,更新进度一直卡住就会触发崩溃,成功复现了一次,但后来服务器连上了就无法复现了() 崩溃信息与我之前发的一致,不再重复