Replies: 1 comment
-
Reposting from my comment in the issue:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, just installed the new v2.3.8965 and it fails to launch, displaying a broken-looking dialog with the error "Critical Error occurred in WinNUT".
I'm on Windows 11 23H2, build 22631.3880, with .NET framework 4.8.09032. The Windows event log shows event ID 1000 (Application Error), with the following diagnostic information:
Faulting application name: WinNUT-Client.exe, version: 2.3.8965.28008, time stamp: 0x66996e11
Faulting module name: KERNELBASE.dll, version: 10.0.22621.3880, time stamp: 0xee1eae1c
Exception code: 0xe0434352
Fault offset: 0x0014a782
Faulting process ID: 0x0x1D34
Faulting application start time: 0x0x1DAD9547DC0AC6E
Faulting application path: C:\Program Files (x86)\WinNUT-client\WinNUT-Client.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report ID: 77f6d5b7-99a6-42cd-9d82-4e7e13de4fdd
Faulting package full name:
Faulting package-relative application ID:
Immediately prior to that in the event log is a .NET Runtime Event 1026, with the following diagnostic information:
Application: WinNUT-Client.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.MissingMethodException
at WinNUT_Client.Controls.UPSVarGauge.set_Value1(Single)
at WinNUT_Client.WinNUT.InitializeComponent()
at WinNUT_Client.WinNUT..ctor()
Exception Info: System.InvalidOperationException
at WinNUT_Client.My.MyProject+MyForms.Create__Instance__[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]
at WinNUT_Client.My.MyApplication.MyApplication_UnhandledException(System.Object, Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.raise_UnhandledException(System.Object, Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnUnhandledException(Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[])
at WinNUT_Client.My.MyApplication.Main(System.String[])
Any suggestions gratefully received!
Beta Was this translation helpful? Give feedback.
All reactions