Rem0o / FanControl.Releases

This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
Other
13.74k stars 436 forks source link

Couldn't initialize ADLX on v196 #2613

Open rameel opened 1 month ago

rameel commented 1 month ago

After updating to version 196 from version 194, I got an error on startup. All my configuration files were deleted, and no sensors are being detected.

14.07.2024 6:13:39: Open - ADLXWrapper.ADLXEception: Result: ADLX_FAIL 
Couldn't initialize ADLX
   at ADLXWrapper.Extensions.ThrowIfError(ADLX_RESULT result, String message)
   at ADLXWrapper.ADLXWrapper..ctor()
   at FanControl.Domain.BackendProviders.ADLX.ADLXWrapperBackendProvider.Open()
14.07.2024 6:13:41: Open - ADLXWrapper.ADLXEception: Result: ADLX_FAIL 
Couldn't initialize ADLX
   at ADLXWrapper.Extensions.ThrowIfError(ADLX_RESULT result, String message)
   at ADLXWrapper.ADLXWrapper..ctor()
   at FanControl.Domain.BackendProviders.ADLX.ADLXWrapperBackendProvider.Open()
14.07.2024 6:13:41: ADLXWrapper could not initialize or has no sensors.

Ryzen 5900X Motherboard: MSI MEG X570

Rem0o commented 1 month ago

FanControl doesn't delete configurations. If it's been overwritten, lookup the "backup" folder inside the configuration folder.

As for ADLX, you are getting a ADLX_FAIL error code. What's your GPU/driver situation.

rameel commented 1 month ago

Unfortunately, all the configuration files were deleted and no backup was made.

Rem0o commented 1 month ago

Are you using the installer version or portable? Did you update through the built-in updater or you downloaded it separately?

rameel commented 1 month ago

I use the portable version and update it using the built-in updater.

Rem0o commented 1 month ago

What's your GPU? Is it an RDNA generation GPU?

rameel commented 1 month ago

AMD RX 6600

Rem0o commented 1 month ago

Driver version?

dkdirekt commented 1 month ago

Same here, driver version is Adrenalin v24.6.1 on RX 7600

Driver: 24.10.21.01-240620a (32.0.11021.1011)

agnulf commented 1 month ago

I have the same problem. FanControl v196 portable on Windows 11. GPU: RTX 4070 Driver: 560.70

2024-07-19 13:08:18: Open - ADLXWrapper.ADLXEception: Result: ADLX_FAIL Couldn't initialize ADLX at ADLXWrapper.Extensions.ThrowIfError(ADLX_RESULT result, String message) at ADLXWrapper.ADLXWrapper..ctor() at FanControl.Domain.BackendProviders.ADLX.ADLXWrapperBackendProvider.Open() 2024-07-19 13:08:20: Open - ADLXWrapper.ADLXEception: Result: ADLX_FAIL Couldn't initialize ADLX at ADLXWrapper.Extensions.ThrowIfError(ADLX_RESULT result, String message) at ADLXWrapper.ADLXWrapper..ctor() at FanControl.Domain.BackendProviders.ADLX.ADLXWrapperBackendProvider.Open() 2024-07-19 13:08:20: ADLXWrapper could not initialize or has no sensors.

Fr0stX76 commented 1 month ago

I have the same problem. FanControl v196 portable on Windows 11. GPU: RTX 4070 Driver: 560.70

2024-07-19 13:08:18: Open - ADLXWrapper.ADLXEception: Result: ADLX_FAIL Couldn't initialize ADLX at ADLXWrapper.Extensions.ThrowIfError(ADLX_RESULT result, String message) at ADLXWrapper.ADLXWrapper..ctor() at FanControl.Domain.BackendProviders.ADLX.ADLXWrapperBackendProvider.Open() 2024-07-19 13:08:20: Open - ADLXWrapper.ADLXEception: Result: ADLX_FAIL Couldn't initialize ADLX at ADLXWrapper.Extensions.ThrowIfError(ADLX_RESULT result, String message) at ADLXWrapper.ADLXWrapper..ctor() at FanControl.Domain.BackendProviders.ADLX.ADLXWrapperBackendProvider.Open() 2024-07-19 13:08:20: ADLXWrapper could not initialize or has no sensors.

Why would you have the ADLX plugin enabled on an NVidia GPU? Its for AMD cards

agnulf commented 1 month ago

I have the same problem. FanControl v196 portable on Windows 11. GPU: RTX 4070 Driver: 560.70 2024-07-19 13:08:18: Open - ADLXWrapper.ADLXEception: Result: ADLX_FAIL Couldn't initialize ADLX at ADLXWrapper.Extensions.ThrowIfError(ADLX_RESULT result, String message) at ADLXWrapper.ADLXWrapper..ctor() at FanControl.Domain.BackendProviders.ADLX.ADLXWrapperBackendProvider.Open() 2024-07-19 13:08:20: Open - ADLXWrapper.ADLXEception: Result: ADLX_FAIL Couldn't initialize ADLX at ADLXWrapper.Extensions.ThrowIfError(ADLX_RESULT result, String message) at ADLXWrapper.ADLXWrapper..ctor() at FanControl.Domain.BackendProviders.ADLX.ADLXWrapperBackendProvider.Open() 2024-07-19 13:08:20: ADLXWrapper could not initialize or has no sensors.

Why would you have the ADLX plugin enabled on an NVidia GPU? Its for AMD cards

Oh, I didn't know that. Thanks! I haven't enabled anything. I just downloaded the latest portable release and started it and got the message. I guess I can ignore that message then, but should it even appear in the first place if I have Nvidia?
Makes the user think that there's something wrong if the user doesn't know that it's only for AMD only.

Fr0stX76 commented 1 month ago

Go in setting/sensors/edit sources and remove the check box under Adlx wrapper

xyhbhtt commented 1 month ago

Why would you have the ADLX plugin enabled on an NVidia GPU? Its for AMD cards

I updated yesterday to V197 and got the ADLX error. I've only ever had an RTX2080 in my rig and I cannot remember eneabling the ADLXWrapper. Wierd. Problem's solved after looking up this error.

Auziuwu commented 1 month ago

Hi, I updated my app to v197 and I'm getting this ADLX error? Never had any issues before and didn't touch any settings. I have an i9-13900kf and an rtx 4090 FE. Is this a bug?

ToniMHeinonen commented 1 month ago

I reinstalled Windows a week ago and I did not have this problem, but when I reinstalled my Windows again today (for stupid reasons) I started having this problem. The only thing I did differently was that I opened the FanControl software before installing Nvidia drivers, maybe it enabled the ADLX because of that?

Rem0o commented 1 month ago

Found the issue. Will be fixed in next release.

1Danothy commented 1 month ago

Found the issue. Will be fixed in next release.

Hi Remo,

This issue is still present in v197 as I am experiencing it.

Also, I personally am unable to untick ADLX Wrapper plugin box as FanControl just freezes...

v197 Portable - Windows 11

deltapapa01 commented 1 month ago

Hi, after update from v194 to 197, i got the ADLX Error:

26.07.2024 14:24:47: Open - ADLXWrapper.ADLXEception: Result: ADLX_FAIL Couldn't initialize ADLX bei ADLXWrapper.Extensions.ThrowIfError(ADLX_RESULT result, String message) bei ADLXWrapper.ADLXWrapper..ctor() bei FanControl.Domain.BackendProviders.ADLX.ADLXWrapperBackendProvider.Open() 26.07.2024 14:24:47: ADLXWrapper could not initialize or has no sensors. I use Windows 11, Intel i7-13700k with build in GPU. I roll back to v194 without error

lolJS commented 1 month ago

I can confirm the behavior @deltapapa01 experienced on my end. ADLX was enabled automatically after upgrading to 197.

krismg commented 1 month ago

Glad I found this thread. ADLX plugin getting enabled on its own after updating from 191 to 197.

1Danothy commented 1 month ago

I just reverted back to v194, issue gone.

PLEASE fix on next update, v197 still broken

Rem0o commented 1 month ago

See V198

deltapapa01 commented 1 month ago

Hi, i update to v198, and the ADLX Error gone! Thank you very much :-)

XLDingleberry commented 1 month ago

Hi, Im having an issue with fan control were it was working with the fans on my 7900XTX, now its not. Im getting the ADLXWrapper could not initialize error, and I even updated to V198 and its still just flat out not working. I was on V196 when the issue started. I did recently have to rollback to the Radeon driver 24.4.1 in order to play Pacific Drive. Pacific Drive will not run on the last three drivers for Radeon due to some bug. Am I missing something, or did I do something wrong? Ive even re-downloaded the software to start fresh and its not working either.

XLDingleberry commented 1 month ago

Well I found the issue, fan control wont work with radeon driver 24.4.1 for some reason. I re-updated to driver 24.7.1 and it fixed the issue with fan control. But still doesnt work with Pacific Drive, sent the bug report into AMD for that scenario. But Ive encountered a new issue, fan control keeps changing my VRAM settings