mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 09:06:00 +03:00
[GH-ISSUE #132] NbfcService service error after waking from Sleep Mode #121
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oldbk on GitHub (Nov 1, 2016).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/132
Asus n550jv
Hi, i've got next errors in mmc on windows 8.1
Application: NbfcService.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentException
Stack:
at System.Array.Copy(System.Array, Int32, System.Array, Int32, Int32, Boolean)
at System.Collections.Generic.Queue
1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].SetCapacity(Int32) at System.Collections.Generic.Queue1.Enqueue(Double)at StagWare.FanControl.ArithmeticMeanTemperatureFilter.FilterTemperature(Double)
at StagWare.FanControl.FanControl.TimerCallback(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.TimerQueueTimer.CallCallback()
at System.Threading.TimerQueueTimer.Fire()
at System.Threading.TimerQueue.FireNextTimers()
Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
at System.Collections.Generic.Queue
1.SetCapacity(Int32 capacity) at System.Collections.Generic.Queue1.Enqueue(T item)at StagWare.FanControl.ArithmeticMeanTemperatureFilter.FilterTemperature(Double temperature)
at StagWare.FanControl.FanControl.TimerCallback(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.TimerQueueTimer.CallCallback()
at System.Threading.TimerQueueTimer.Fire()
at System.Threading.TimerQueue.FireNextTimers()
Failed in handling the PowerEvent. The error that occurred was: System.TimeoutException: EC initialization timed out.
at StagWare.FanControl.FanControl.InitializeRegisterWriteConfigurations()
at NbfcService.NoteBookFanControlService.OnPowerEvent(PowerBroadcastStatus powerStatus)
at System.ServiceProcess.ServiceBase.DeferredPowerEvent(Int32 eventType, IntPtr eventData).
@hirschmann commented on GitHub (Nov 2, 2016):
Seems like NBFC fails to access the hardware after standby.
Does this happen every time the system wakes up or infrequently?
@oldbk commented on GitHub (Nov 17, 2016):
sure infrequently
@hirschmann commented on GitHub (Nov 20, 2016):
I'll look into it, but I can't reproduce this error, so I'm not sure if I can do anything about it.
When this error occurs, have you tried to stop the NBFC service and restart it?
@oldbk commented on GitHub (Nov 21, 2016):
yes, after restart NBFC service it pretty work. But this strange service "stagnation" after sleep, for what it can depend, approximately?
@hirschmann commented on GitHub (Nov 22, 2016):
When NBFC can't access the EC, it just stops the service. I guess that's what you describe as stagnation.
Please give the latest beta a try. It should handle standby and hibernate much better.
@oldbk commented on GitHub (Nov 23, 2016):
Greatful thx you man. It`s seems stable than previous version ;)