mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #156] Cannot select a config item from list #139
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#139
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 @webloft on GitHub (Dec 23, 2016).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/156
The configuration items in the main app (select config) are gone after using a pre-defined configuration the first time.
How can I resolve this?
I have tried uninstalling, removing files per hand from %APPDATA%\Roaming and deleting registry values.
Version 1.5.0
Windows 7 x64 w/o SP1
Net. Framework 4.5
@hirschmann commented on GitHub (Dec 23, 2016):
Sounds like the NBFC service crashed.
This should resolve the problem:
%programdata%\NbfcServiceIf it happens again, please look in the Windows event log for NoteBookFanControlService Errors.
To list all NBFC service errors, run this via Windows Powershell:
@webloft commented on GitHub (Dec 23, 2016):
Hmm. Seems like that it cannot read sensor data from my AMD APU (E2-7110)?
Is there are a way to switch to GPU sensor?
@hirschmann commented on GitHub (Dec 23, 2016):
You can't switch to the GPU sensor because Windows services can't access the GPU (because of session 0 isolation).
I've added support for the AMD Puma CPU architecture:
5dda7a974bIf you want to test it, you can download the build artifact: https://ci.appveyor.com/project/hirschmann/nbfc/build/artifacts
@webloft commented on GitHub (Dec 23, 2016):
Confirmed. Reads the correct temp value and doesn't crash anymore. Thank you!