-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Fan Control doesn't detect AMD RX 6750 XT GPU at all #2896
Comments
It seems like you deleted a DLL from the installation folder (ADLXWrapper.dll). |
It is there This is also the newest error log: ADLX could not initialize or has no sensors. |
It seems like you got the adlx plugin also? Adlx is now built in, remove the plugin from the plugin directory. |
I've installed it to test if it would make it work but it doesn't and the included one isn't working either. I've now removed the plugin and the results are the same. HWInfo could not initialize or has no sensors. Somehow it seems that none on the plugins are working on my end. I've made sure that HWInfo is also on that even that plugin is not working. |
HWINfo needs to export sensors for FanControl to pick up any. You are trying to mix a lot of things at the same time. Get rid of the HWinfo plugin to start and you should get your AMD detected. |
I did this before and now have removed all the plugins and reinstalled both the AMD drivers with DDU and Fan control again. Software still don't detect the AMD GPU fans or any of it sensors. |
What version of the driver/adrenaline do you got? Can you control/detect the fan in Adrenaline? |
Yes there I'm able to control it perfectly. I have the newest drivers so 24.12.1 at the moment and have had them for all the testing. |
With no plugin at all and ADLXWrapper enabled, do you get any error in the logs? |
I recently got an error about sensor issues on the latest update with the rx7700xt the logs just state.
And now just like Vakke, my gpu sensor no longer show on the list of sensors. |
Had the same issue (MSI RX 6750 XT). Tried installing older versions (e.g. V199 + removed the folders before installing) but they all fail to detect GPU sensors UNLESS you restart the pc. Before restartingAfter restarting and installing V199 then V212V199: The program worked flawlessly and detected the sensors immediately (I loaded my backup configuration) V212: Got an error saying only 29 sensors out of 32 were detected, after looking into the sensors my GPU sensors were present but not selected in the mix sensor Missing sensorsGPU sensors not selected in the mix sensor |
Tried everything to get this working but it wont work. Fresh reinstall of Windows, all the drivers and fan control. At this moment Fan control is the sole controlling software installed in the system and it cannot detect the GPU. Also tried to find sensors with HWinfo and ADLX plugins and they do not work at all.
Describe the bug
Fan control doesn't fins AMD GPU.
Is there a log.txt file next to FanControl.exe with recent date entries?
12/19/2024 1:48:27 AM: Initialize - System.IO.FileNotFoundException: Could not load file or assembly 'ADLXWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'ADLXWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
at FanControl.Domain.BackendProviders.ADLX.ADLXWrapperBackendProvider.IsAvailable()
at FanControl.Domain.ComputerAccessLayer.Initialize()
19.12.2024 1.49.14: Initialize - System.IO.FileNotFoundException: Could not load file or assembly 'ADLXWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'ADLXWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
at FanControl.Domain.BackendProviders.ADLX.ADLXWrapperBackendProvider.IsAvailable()
at FanControl.Domain.ComputerAccessLayer.Initialize()
3.1.2025 18.06.18: ADLX plugin: ADLXWrapper.ADLXEception: ADLX was not initialized before getting system services
at ADLXWrapper.ADLXWrapper.GetSystemServices()
at FanControl.ADLX.ADLXPlugin.Initialize()
3.1.2025 18.06.18: Open - System.NullReferenceException: Object reference not set to an instance of an object.
at FanControl.ADLX.ADLXPlugin.DisposeAll()
at FanControl.ADLX.ADLXPlugin.Initialize()
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
3.1.2025 18.08.04: Open - System.Exception: HWInfo is not running or reporting to gadget is not enabled.
at FanControl.HWInfo.HWInfoPlugin.Initialize() in C:\projects\fancontrol-hwinfo\HWInfoPlugin.cs:line 27
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
3.1.2025 18.08.04: ADLX plugin: ADLXWrapper.ADLXEception: ADLX was not initialized before getting system services
at ADLXWrapper.ADLXWrapper.GetSystemServices()
at FanControl.ADLX.ADLXPlugin.Initialize()
3.1.2025 18.08.04: Open - System.NullReferenceException: Object reference not set to an instance of an object.
at FanControl.ADLX.ADLXPlugin.DisposeAll()
at FanControl.ADLX.ADLXPlugin.Initialize()
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
1/3/2025 6:08:26 PM: Open - System.Exception: HWInfo is not running or reporting to gadget is not enabled.
at FanControl.HWInfo.HWInfoPlugin.Initialize() in C:\projects\fancontrol-hwinfo\HWInfoPlugin.cs:line 27
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
1/3/2025 6:08:26 PM: ADLX plugin: ADLXWrapper.ADLXEception: ADLX was not initialized before getting system services
at ADLXWrapper.ADLXWrapper.GetSystemServices()
at FanControl.ADLX.ADLXPlugin.Initialize()
1/3/2025 6:08:26 PM: Open - System.NullReferenceException: Object reference not set to an instance of an object.
at FanControl.ADLX.ADLXPlugin.DisposeAll()
at FanControl.ADLX.ADLXPlugin.Initialize()
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
1/3/2025 6:08:27 PM: Open - System.Exception: HWInfo is not running or reporting to gadget is not enabled.
at FanControl.HWInfo.HWInfoPlugin.Initialize() in C:\projects\fancontrol-hwinfo\HWInfoPlugin.cs:line 27
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
1/3/2025 6:08:27 PM: ADLX plugin: ADLXWrapper.ADLXEception: ADLX was not initialized before getting system services
at ADLXWrapper.ADLXWrapper.GetSystemServices()
at FanControl.ADLX.ADLXPlugin.Initialize()
1/3/2025 6:08:27 PM: Open - System.NullReferenceException: Object reference not set to an instance of an object.
at FanControl.ADLX.ADLXPlugin.DisposeAll()
at FanControl.ADLX.ADLXPlugin.Initialize()
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
1/3/2025 6:08:28 PM: Try refresh failed. Retry count (2) exceeded.
HWInfo could not initialize or has no sensors.
ADLX could not initialize or has no sensors.
3.1.2025 18.09.29: Open - System.Exception: HWInfo is not running or reporting to gadget is not enabled.
at FanControl.HWInfo.HWInfoPlugin.Initialize() in C:\projects\fancontrol-hwinfo\HWInfoPlugin.cs:line 27
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
3.1.2025 18.09.29: ADLX plugin: ADLXWrapper.ADLXEception: ADLX was not initialized before getting system services
at ADLXWrapper.ADLXWrapper.GetSystemServices()
at FanControl.ADLX.ADLXPlugin.Initialize()
3.1.2025 18.09.29: Open - System.NullReferenceException: Object reference not set to an instance of an object.
at FanControl.ADLX.ADLXPlugin.DisposeAll()
at FanControl.ADLX.ADLXPlugin.Initialize()
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
1/3/2025 6:11:30 PM: Open - System.Exception: HWInfo is not running or reporting to gadget is not enabled.
at FanControl.HWInfo.HWInfoPlugin.Initialize()
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
1/3/2025 6:11:31 PM: Open - System.Exception: HWInfo is not running or reporting to gadget is not enabled.
at FanControl.HWInfo.HWInfoPlugin.Initialize()
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
1/3/2025 6:11:32 PM: Try refresh failed. Retry count (2) exceeded.
HWInfo could not initialize or has no sensors.
3.1.2025 18.11.48: Open - System.Exception: HWInfo is not running or reporting to gadget is not enabled.
at FanControl.HWInfo.HWInfoPlugin.Initialize()
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
3.1.2025 18.12.07: Open - System.Exception: HWInfo is not running or reporting to gadget is not enabled.
at FanControl.HWInfo.HWInfoPlugin.Initialize()
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
1/3/2025 6:16:09 PM: Open - System.Exception: HWInfo is not running or reporting to gadget is not enabled.
at FanControl.HWInfo.HWInfoPlugin.Initialize() in C:\projects\fancontrol-hwinfo\HWInfoPlugin.cs:line 27
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
1/3/2025 6:16:10 PM: Open - System.Exception: HWInfo is not running or reporting to gadget is not enabled.
at FanControl.HWInfo.HWInfoPlugin.Initialize() in C:\projects\fancontrol-hwinfo\HWInfoPlugin.cs:line 27
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
1/3/2025 6:16:11 PM: Try refresh failed. Retry count (2) exceeded.
HWInfo could not initialize or has no sensors.
3.1.2025 18.16.31: Open - System.Exception: HWInfo is not running or reporting to gadget is not enabled.
at FanControl.HWInfo.HWInfoPlugin.Initialize() in C:\projects\fancontrol-hwinfo\HWInfoPlugin.cs:line 27
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
3.1.2025 18.16.39: Open - System.Exception: HWInfo is not running or reporting to gadget is not enabled.
at FanControl.HWInfo.HWInfoPlugin.Initialize() in C:\projects\fancontrol-hwinfo\HWInfoPlugin.cs:line 27
at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
Relevant hardware specs and setup
RX 6750 XT
Win 11
Ryzen 5 7600 XT
Asus B650 Tuf
The text was updated successfully, but these errors were encountered: