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

Can't Launch Program #185

Open
DaGwhite opened this issue Mar 4, 2024 · 1 comment
Open

Can't Launch Program #185

DaGwhite opened this issue Mar 4, 2024 · 1 comment

Comments

@DaGwhite
Copy link

DaGwhite commented Mar 4, 2024

I installed this last night, and was trying to figure out how to get it to connect to my NetGear ReadyNAS 312, which is connected to a CyberPower UPS via USB. I gave up & went to bed. I don't know if I need to log into the NAS, so I thought I would remove that info.

When I tried to open the program this morning to try something else, it immediately threw an error. Here is the crash report:

WinNUT Bug Report
Os Version : 6.2.9200.0
WinNUT Version : 2.1.7740.35837

WinNUT Parameters :
{
"Delay": 0,
"AutoReconnect": "True",
"MinInputVoltage": 210,
"MaxInputVoltage": 270,
"FrequencySupply": 0,
"MinInputFrequency": 40,
"MaxInputFrequency": 60,
"MinOutputVoltage": 210,
"MaxOutputVoltage": 250,
"MinUPSLoad": 0,
"MaxUPSLoad": 100,
"MinBattVoltage": 6,
"MaxBattVoltage": 18,
"MinimizeToTray": "False",
"MinimizeOnStart": "False",
"CloseToTray": "False",
"StartWithWindows": "False",
"UseLogFile": "False",
"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 :
3/4/2024 8:30:41 AM Pid: 15784 WinNUT : Initialisation Globals Variables Complete
3/4/2024 8:30:41 AM Pid: 15784 WinNUT : Initialisation Params Complete
3/4/2024 8:30:41 AM Pid: 15784 WinNUT : Loaded Params Complete
3/4/2024 8:30:41 AM Pid: 15784 WinNUT : NotifyIcons Initialised
3/4/2024 8:30:41 AM Pid: 15784 WinNUT : Windows 10 Toast Notification Not Available. Too Old Windows Version

I think I will uninstall it, then try to configure it again, without the login info.

I will post if that is successful. In the meantime, hopefully someone will find this useful.

Thanks!

@gbakeman
Copy link
Contributor

gbakeman commented Mar 4, 2024

Please see #136.

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