Aurora-RGB / Aurora

Unified lighting effects across multiple brands and various games. http://www.project-aurora.com/
http://www.project-aurora.com/
MIT License
270 stars 38 forks source link

Aurora crashes after clicking any RGB.NET device #101

Closed joaocaparroz closed 2 years ago

joaocaparroz commented 2 years ago

Expected Behaviour

Aurora not crashing

Actual Behaviour

Aurora crashing

Reproduction steps

Aurora crashes after clicking any device on the "Configure RGB.NET Devices"

Frequency

Every time

Aurora Version:

v81

Previously an Issue?

No

image

Aytackydln commented 2 years ago

This might be a one time problem, can you delete %appdata%/aurora/AsusDevices.json file? I will fix this permanently next release

joaocaparroz commented 2 years ago

The problem persists after deleting the file. The AsusDevices.json it recreated after I click any of the buttons (like "[LedStripe] Asus AddressableStrip1") and an entry for the device is added to the json file.

json file contents:

{
  "d": [
    {
      "n": "Asus ROG MAXIMUS XI HERO (WI-FI)",
      "k": null
    },
    {
      "n": "Asus Vga 1",
      "k": null
    }
  ]
}
Aytackydln commented 2 years ago

Alright, I've fixed and tested with clear data. If you solved it with editing the json manually, rename AsusDevices.json to DeviceMappings.json.

Build will be done in 10 minutes

joaocaparroz commented 2 years ago

Worked like a charm in v82. Thanks, you are awesome!