Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes when I execute - Problem Resolved #184

Open
Smarterthanme99 opened this issue Feb 24, 2024 · 1 comment
Open

Crashes when I execute - Problem Resolved #184

Smarterthanme99 opened this issue Feb 24, 2024 · 1 comment

Comments

@Smarterthanme99
Copy link

Smarterthanme99 commented Feb 24, 2024

Problems fixed by Downloading newest version v2.3.8800

How can I change the "Interval" when I get no Config Pop-up window?

WinNUT Bug Report
Os Version : 6.2.9200.0
WinNUT Version : 2.1.7740.35837

WinNUT Parameters :
{
"Delay": 0,
"AutoReconnect": "False",
"MinInputVoltage": 88,
"MaxInputVoltage": 140,
"FrequencySupply": 1,
"MinInputFrequency": 40,
"MaxInputFrequency": 60,
"MinOutputVoltage": 120,
"MaxOutputVoltage": 120,
"MinUPSLoad": 0,
"MaxUPSLoad": 100,
"MinBattVoltage": 6,
"MaxBattVoltage": 18,
"MinimizeToTray": "True",
"MinimizeOnStart": "True",
"CloseToTray": "False",
"StartWithWindows": "True",
"UseLogFile": "True",
"Log Level": 0,
"ShutdownLimitBatteryCharge": 30,
"ShutdownLimitUPSRemainTime": 120,
"ImmediateStopAction": "False",
"Follow_FSD": "False",
"TypeOfStop": 0,
"DelayToShutdown": 15,
"AllowExtendedShutdownDelay": "False",
"ExtendedShutdownDelay": 15,
"VerifyUpdate": "False",
"VerifyUpdateAtStart": "False",
"DelayBetweenEachVerification": 2,
"StableOrDevBranch": 0,
"LastDateVerification": ""
}

Error Message :
Exception type: System.ArgumentOutOfRangeException
Exception message: Value '0' is not a valid value for Interval. Interval must be greater than 0.
Parameter name: Interval
Exception stack trace:
at System.Windows.Forms.Timer.set_Interval(Int32 value)
at WinNUT_Client.WinNUT.WinNUT_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Last Events :
2024-02-24 1:33:33 AM Pid: 10348 WinNUT : Initialisation Globals Variables Complete
2024-02-24 1:33:33 AM Pid: 10348 WinNUT : Initialisation Params Complete
2024-02-24 1:33:33 AM Pid: 10348 WinNUT : Loaded Params Complete
2024-02-24 1:33:33 AM Pid: 10348 WinNUT : NotifyIcons Initialised
2024-02-24 1:33:33 AM Pid: 10348 WinNUT : Windows 10 Toast Notification Not Available. Too Old Windows Version

@gbakeman
Copy link
Contributor

Please see #136

@Smarterthanme99 Smarterthanme99 changed the title Crashes when I execute Crashes when I execute - Problem Resolved Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants