question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The reason this tool doesn't work is because the GUID is invalid.

See original GitHub issue

The reason this does not work is because an Invalid/Unsupported GUID is passed to the Razer Broadcast Library.

As far as I can tell, you have to ask razer for a supported GUID for the broadcast API.

The only thing I had to do to get the iCue support working was to set the GUID to removed which is the ID for Chroma Control - Corsair

That is the only supported ID for Corsair at the moment.

The fix should be the same for Aura but I currently do not have any Aura devices. The GUID used in AuraConnect is removed which is the ID for ASUS and should work for the Aura plugin of ChromaControl, but I am not able to test it.

If you’re wondering how I got that ID, I ran this app through a native debugger and managed to dump the decrypted contents of the broadcast.dat (which is actually just a JSON file) from memory. That file contains all the supported IDs for the Broadcast API.

I assume normally you just wouldn’t want to just hijack an id, and rather get your own. Though I have no idea where you would go to request this, but at least this works for me in the meantime.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
AndrewBabbitt97commented, Nov 30, 2020

Please don’t post GUIDs in the public, devs can reach out to Razer to request GUIDs. They are not to be shared in the open, even if you can obtain them through decompiling release binaries.

I am aware of this issue, waiting on certificates right now to sign binaries/releases holding up a newer release. COVID-19 has made this aspect a pain.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix the 'The GUID is invalid. Verify the GUID and try again ...
The error occurs because you manually installed the TMRM Agent and used the generated GUID from the TMRM console.To resolve the issue: This...
Read more >
Adding a System.Guid to ApplicationDataCompositeValue ...
Create a packaging project, and add a reference to the console app. Build and run the packaging project. Expected behavior: The Guid should...
Read more >
Fix Windows Update errors via DISM or System ...
Use the System Update Readiness Tool or the DISM tool to fix problems that prevent Windows Update from installing successfully.
Read more >
Fix the common issues in fillable forms in Acrobat or Reader
Follow these steps to solve common problems with forms in Adobe Acrobat and Reader.
Read more >
How to Fix the Invalid JSON Error in WordPress ...
Are you seeing the JSON response is not valid error on your WordPress site? Here's our step by step guide on how to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found