Aurora start up but don't work
This problem occurs everytime
My version is beta v0.6.3-516
Some previous version have this issue.
I have a G910 with the last update of Ghub and the assistant.
I can confirm this. Upon bootup it refuses to work and requires closing aurora and starting it again
I have exactly the same issue. Actually, i've untick start with Windows and i lauch Aurora manually.
@vicdilou can you reopen the issue?
Have you tried with the latest build and experienced the same issue?
@simon-wh with 0.6.3-532-cnttkfsy on pc start aurora does start, but I need to go into device manager and START corsair, usually this doesn't work and I need to turn off aurora, then turn it on again, START in device manager and it works flawlessly until the next PC reboot.
(I'm talking about device manager within aurora, not windows)
I just downloaded .537 and I'll update this issue once I'm done working.
I'm also running Razer Mamba (the first one with 16k DPI) along with Corsair K70 LUX RGB, if that matters. I tend to plug DS4 aswell, but I'm using DS4Windows by Ryochan7 for DS4 handling so I disabled it within aurora.
https://gyazo.com/1986394e1de16932e05ea0b616b8b51c
exactly the same thing with new version
@olokos Could you post your log file for a launch where Corsair doesn't start up when Aurora does? It should hopefully give us some insight into why it doesn't connect when Aurora starts. I take it Razer connects successfully when Aurora starts?
@simon-wh C:\Program Files\Aurora\log.txt is completely empty
Corsair's iCue does start and provides its effects
Razer does connect successfully each time, that's correct.
@olokos You need to look in %appdata%/Aurora/logs for the log files, or in Aurora go to Settings -> Debug -> Show Logs folder
@simon-wh
Here it is:
https://pastebin.com/3D4A6Xtb
@olokos From what it looks like, it seems that Aurora is starting up earlier than iCUE so is not able to connect immediately and expends all retries before iCUE starts.
Could you try adding a delay to the startup task of Aurora?

Could you let me know how you get on with trying that?
That's exactly what I also thought, but I didn't know a way to delay launching of Aurora, back in the days there were Registry keys, msconfig and such. I wasn't really expecting it to be within tasks.
I think the best solution would be to implement some sort of check if corsair sdk service is running before launching aurora corsair profile.
It does work perfectly fine with this solution though, thanks! 馃槃
@olokos Yeah, I'm planning to do checks and stuff, but I also think what probably didn't help was that it only had 3 retry attempts set, so it wasn't trying very hard get it setup. I think I'll probably set it to do more retries with a bigger gap between them which should hopefully help with other cases.
That sounds even better than what I came up with! My suggestion would be 5 checks with 1 minute delay inbetween 馃棥
I mean, people with RGB everything won't be running a slow PC so that should be enough.