LibreHardwareMonitor: Crash after sleep mode
Hi
version : 0.8.7 ci108
After each sleep mode , app is closed. No error, only windows log :
Application : LibreHardwareMonitor.exe
Version du Framework : v4.0.30319
Description : le processus a été arrêté en raison d'une exception non gérée.
Informations sur l'exception : System.InvalidOperationException
à System.ThrowHelper.ThrowInvalidOperationException(System.ExceptionResource)
à System.Collections.Generic.List`1+Enumerator[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxx]].MoveNextRare()
à LibreHardwareMonitor.UI.TreeModel+<GetChildren>d__7.MoveNext()
à Aga.Controls.Tree.TreeViewAdv.ReadChilds(Aga.Controls.Tree.TreeNodeAdv, Boolean)
à Aga.Controls.Tree.TreeViewAdv._model_StructureChanged(System.Object, Aga.Controls.Tree.TreePathEventArgs)
à LibreHardwareMonitor.UI.Node+NodeCollection.InsertItem(Int32, LibreHardwareMonitor.UI.Node)
à LibreHardwareMonitor.UI.MainForm.SubHardwareAdded(LibreHardwareMonitor.Hardware.IHardware, LibreHardwareMonitor.UI.Node)
à LibreHardwareMonitor.UI.MainForm.HardwareAdded(LibreHardwareMonitor.Hardware.IHardware)
à LibreHardwareMonitor.Hardware.HardwareEventHandler.Invoke(LibreHardwareMonitor.Hardware.IHardware)
à LibreHardwareMonitor.Hardware.Network.NetworkGroup.UpdateNetworkInterfaces(LibreHardwareMonitor.Hardware.ISettings)
à System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
à System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
à System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
à System.Net.NetworkInformation.NetworkChange+AddressChangeListener.AddressChangedCallback(System.Object, Boolean)
à System.Threading._ThreadPoolWaitOrTimerCallback.PerformWaitOrTimerCallback(System.Object, Boolean)
Nom de l’application défaillante LibreHardwareMonitor.exe, version : 0.8.7.0, horodatage : 0xef12ff45
Nom du module défaillant : KERNELBASE.dll, version : 10.0.19041.789, horodatage : 0xa9ea2bbb
Code d’exception : 0xe0434352
Décalage d’erreur : 0x000000000002d759
ID du processus défaillant : 0x502c
Heure de début de l’application défaillante : 0x01d6fe8f2be1d3ae
Chemin d’accès de l’application défaillante : D:\LibreHardwareMonitor\LibreHardwareMonitor.exe
Chemin d’accès du module défaillant: C:\Windows\System32\KERNELBASE.dll
ID de rapport : bb19115b-ade7-4f61-a0d2-f0761e266d56
Nom complet du package défaillant :
ID de l’application relative au package défaillant :
thanks !
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 18 (3 by maintainers)
I think I found a temporary fix, in my case at least. I just removed all network-related stats from my gadget and the carshing on wakeup is gone. (Version 0.9.1)