expired6978 / CUEORGBPlugin

Custom iCUE plugin to control OpenRGB from within iCUE
MIT License
71 stars 13 forks source link

Signature verification failed #5

Closed CashMoney1974 closed 3 years ago

CashMoney1974 commented 3 years ago

Finding this entry in the iCue log and the plugin never connects to Openrgb 0.6.

"2021-06-16 17:48:13.126 W cue.plugin.host: Signature verification failed: "C:/Program Files/Corsair/CORSAIR iCUE 4 Software/plugins/OpenRGB/CUEORGBPlugin.dll"

I've tried changing the port in Openrgb and the settings.json for the plugin but no difference, always get the error above and it doesn't connect.

OpenRGB 0.6 iCue v. 4.12.214

TIA

expired6978 commented 3 years ago

iCUE updated their plugin loading code so the signature no longer works, I've changed the dsound wrapper to be more robust by just bypassing the core function they use to verify plugins.

CashMoney1974 commented 3 years ago

Working again, thank you!