VRocker/LogiLed2Corsair

Trying to get LogiLed2Corsair working with LoL

Opened this issue · 2 comments

Just starting this thread to log my progress in trying to get this working with LoL.
Found that there are two dll's in the LoL directory.

I first thought that with the new dll it was still working for my mouse but I was actually in the wrong directory...
The running files are in $\LoL\RADS\solutions\lol_game_client_sln\releases\0.0.1.94\deploy
NOT in (as I first thought) $\LoL\RADS\projects\lol_game_client\releases\0.0.1.34

My steps so far

  • Rebuilt the project in VS
  • Copy the LogiLed2Corsair.dll into the game directory
  • Backup LogitechLED.dll
  • Rename LogiLed2Corsair.dll to LogitechLED.dll

Going to dive into debugging in Visual Studio now!

So when I load up the untouched game and attach to process I see this...

image

With my replaced file (and added the pdb) LogitechLED.dll doesn't throw an error.
image

But at my breakpoint I'm still getting the below error
image

I've tried with release and debug versions too.

Conclusion I'm too noob and I need more help!