hiyohiyo / CrystalDiskInfo

CrystalDiskInfo
https://github.com/hiyohiyo/CrystalDiskInfo
MIT License
1.6k stars 178 forks source link

Unable to load RC2t7 on my system #172

Closed ObiYoann closed 2 years ago

ObiYoann commented 2 years ago

Hi! Is there any chance you could increase the maximum value of "workaround" in AtaSmart.cpp:843? On my AMD system, the current value of 256 is not enough for it to find the "AMD-RAID Config" device, meaning it does not enable the RC2t7 plugin here. 512 is fine for me and works fine. I added a breakpoint after the loop to check the last value of workaround (after increasing the max value for the loop), for me it was at 384, but the actual device was the 272th in the loop : image CrystalDiskInfo_20220328153622

Thanks a lot for your help help and this awesome tool! 👍🏻

hiyohiyo commented 2 years ago

Hi, thank you for bug report. I will fix it in the next release (8.16.1).