DarthAffe / RGBSyncPlus

Tool to synchronize RGB devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is getting better but I'm still having issues with my ASUS ROG GPU and Mouse/Keyboard by ASUS

wrecks-code opened this issue · comments

This is my setup:
AURA devices:
ASUS ROG GPU (RTX2080Ti)
ASUS Mainboard (Z370-A, Aura compatible)
ASUS ROG Keyboard (Claymore Core)
ASUS ROG Mouse (Gladius II)

Corsair devices:
3x 120mm Corsair LL120
1x 140mm Corsair LL140
4x Corsair RGB Lightning Strips

So since the last update it's not crashing anymore when AURA is running, and it's actually syncing my Mainboard + all Corsair fans/strips to the color I choose in Sync-LED, but for some reason my GPU and Keyboard+Mouse are not changing colors at all. Mouse and Keyboard are also not showing up in RGBSync+.
GPU Mouse+Keyboard are all enabled in AURA and ROG Armoury is not running.

I hope this helps in making this great project better.

I expect mouse and keyboard to suffer the same issue which I can't really track down since I don't have access to such devices.
But the real dilemma here is something else. I planned to transition to the "new" aura SDK (v3) which should work with all devices out of the box. The only big downside is, that it doesn't support reading colors from leds, which is a widely used feature with RGBSync. I'm not 100% sure how to handle this right now ...

Well that sucks, but thank you for replying.

After I closed done RGBSync+ my mainboard vanished in AURA Sync and I haven't been able to get it back working again since. I tried reinstalling AURA and Armoury but it's still not showing up. RGBSync+ is not running.
Do you have any idea how to fix this?

Wreck5tep, I use this method to fix this problem:

  1. Turn off PC, unplug from outlet.
  2. Turn on PC, login into windows.
  3. Stop LightingService.exe from task manager, do not start aura app!
  4. Go to C:/Program Files (x86)/LightingService folder and delete LastProfile.xml
  5. Start aura app
    After this I see all devices in app, but settings change to default, so I create backup version of LastProfile with correct settings and after 4 step I restore it from backup. Tested on last aura version.

DarthAffe, I notice strange thing with "new" sdk:
if I try to read color from led, function return junk; If I set color and then try to read - everything all right (for example if I set blue color (00FF0000) then after that "get" return 00FF0000 as integer). I don't know, does it bug or not, maybe some safety concerns. I think we must contact with asus to recieve answer (I have tried yesterday, but they forum doesn't work properly now).

Well that's a quite logical behavior: You can't read colors from the device but only the get ones you set on your own. As long as you didn't set one the saved color is uninitialized (which is somehow bad since it might cause problems, but it's not weird).

  1. Turn off PC, unplug from outlet.
  2. Turn on PC, login into windows.
  3. Stop LightingService.exe from task manager, do not start aura app!
  4. Go to C:/Program Files (x86)/LightingService folder and delete LastProfile.xml
  5. Start aura app

Thank you Lumiond, this worked perfectly.