GithubHelp home page GithubHelp logo

Aurora won't launch. about aurora HOT 8 CLOSED

aurora-rgb avatar aurora-rgb commented on July 16, 2024
Aurora won't launch.

from aurora.

Comments (8)

Aytackydln avatar Aytackydln commented on July 16, 2024 1

Thank you @logix247 for including windows event log.
Everyone can you open "%AppData%\Aurora" Config.json and add "SoundBlasterXDevice" line in DevicesDisabled value array?

  "DevicesDisabled": {
    "$type": "System.Collections.ObjectModel.ObservableCollection`1[[System.Type, mscorlib]], System",
    "$values": [
...
      "Aurora.Devices.Creative.SoundBlasterXDevice, Aurora, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",

from aurora.

Aytackydln avatar Aytackydln commented on July 16, 2024

probably same as #50

from aurora.

logix247 avatar logix247 commented on July 16, 2024

I've got the same issue - event log in windows:

Toepassing: Aurora.exe
Framework-versie: v4.0.30319
Beschrijving: het proces is beëindigd als gevolg van een onverwerkte uitzondering.
Uitzonderingsinformatie: System.AccessViolationException
bij SBAuroraReactive.LEDManager.EnumConnectedDevices()
bij Aurora.Devices.Creative.SoundBlasterXDevice.Initialize()
bij Aurora.Devices.DeviceManager.RetryAll()
bij System.Threading.Tasks.Task.Execute()
bij System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
bij System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
bij System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef)
bij System.Threading.Tasks.Task.ExecuteEntry(Boolean)
bij System.Threading.ThreadPoolWorkQueue.Dispatch()

Naam van toepassing met fout: Aurora.exe, versie: 0.0.0.0, tijdstempel: 0x835c4081
Naam van module met fout: ntdll.dll, versie: 10.0.22621.440, tijdstempel: 0x122ad441
Uitzonderingscode: 0xc0000005
Foutmarge: 0x000000000003c51d
Id van proces met fout: 0x0x7430
Starttijd van toepassing met fout: 0x0x1D8A2BB99F9DF2A
Pad naar toepassing met fout: C:\Program Files\Aurora\Aurora.exe
Pad naar module met fout: C:\WINDOWS\SYSTEM32\ntdll.dll
Rapport-id: ebd6f376-423c-4ab9-82e2-0c606d11b4f7
Volledige pakketnaam met fout:
Relatieve toepassings-id van pakket met fout:

[INFO] 22:13:17:

Operation System: Windows 10 Pro
System Architecture: 64 bit
Environment OS Version: Microsoft Windows NT 6.2.9200.0
System Directory: C:\WINDOWS\system32
Executing Directory: C:\Program Files\Aurora
Launch Directory: C:\Program Files\Aurora
Processor Count: 20
SystemPageSize: 4096
Environment Version: 4.0.30319.42000
Is Elevated: True
Aurora Assembly Version: 1.0.0.0
Aurora File Version: v58

[INFO] 22:13:17: Loading devices from assembly...
[INFO] 22:13:18: [ASUS] Could not find Asus Aura SDK, please install version v1.07.71
[INFO] 22:13:18: Loading Configuration
[INFO] 22:13:18: Loading Plugins
[INFO] 22:13:18: Loading KB Layouts
[INFO] 22:13:18: Loading Input Hooking
[INFO] 22:13:18: Loading RazerSdkManager
[WARN] 22:13:18: Currently installed razer sdk version "0.0.0" is not supported by the RazerSdkManager!
[INFO] 22:13:18: Loading Applications
[INFO] 22:13:21: Fetching latest pointers
[INFO] 22:13:21: Loading Device Manager
[INFO] 22:13:21: [Device][Bloody] Failed to initialize.
[INFO] 22:13:21: [Device][LightFX] Failed to initialize.
[INFO] 22:13:21: [Device][Logitech] Trying to initialize Logitech using the dll for GHUB
[INFO] 22:13:21: [Device][Logitech] Initialized Successfully.
[INFO] 22:13:21: [Device][OMEN] Failed to initialize.
[ERROR] 22:13:22: [Device][OpenRGB] error in OpenRGB device: System.TimeoutException: Failed to connect to server.
bij OpenRGB.NET.OpenRGBClient.Connect()
bij OpenRGB.NET.OpenRGBClient..ctor(String ip, Int32 port, String name, Boolean autoconnect, Int32 timeout, UInt32 protocolVersion)
bij Aurora.Devices.OpenRGB.OpenRGBAuroraDevice.Initialize() in D:\a\Aurora\Aurora\Project-Aurora\Project-Aurora\Devices\OpenRGB\OpenRGBDevice.cs:regel 38
[INFO] 22:13:22: [Device][OpenRGB] Failed to initialize.
[INFO] 22:13:22: [Device][Rampage] Failed to initialize.
[INFO] 22:13:22: [Device][Sony DualShock 4(PS4)] Failed to initialize.
[INFO] 22:13:22: [Device][SoundBlasterX] Failed to initialize.
[INFO] 22:13:22: Starting GameStateListener
[INFO] 22:13:22: Listening for game integration calls...
[INFO] 22:13:22: Loading ResourceDictionaries...
[INFO] 22:13:22: [IPCServer] Pipe created 44736323
[INFO] 22:13:22: [AuroraCommandsServerIPC] Pipe created 5828284
[INFO] 22:13:22: Loaded ResourceDictionaries
[INFO] 22:13:22: Loading ConfigUI...
[INFO] 22:13:23: Devices is changed. Reset Omen Devices

from aurora.

Aytackydln avatar Aytackydln commented on July 16, 2024

Sadly logs don't say anything about what caused the crash. I will try to add more debugging logs for the next releases and I will notify you when I do so you can try again.

from aurora.

UnrealFakes avatar UnrealFakes commented on July 16, 2024

I'm experiencing the same thing, though, I'm running Windows 10 Pro (OS Build 19044.1826), not Windows 11. When I run Aurora, it shows up under the iCue (v4.23.137) software integration section for a brief moment, and then it just disappears.

Been using Aurora for a couple years now, this problem only started occurring a day or two ago :/ I have the Corsair K95 RGB Platinum keyboard, not sure if it matters.

from aurora.

UnrealFakes avatar UnrealFakes commented on July 16, 2024

Thank you @logix247 for including windows event log. Everyone can you open "%AppData%\Aurora" Config.json and add "SoundBlasterXDevice" line in DevicesDisabled value array?

  "DevicesDisabled": {
    "$type": "System.Collections.ObjectModel.ObservableCollection`1[[System.Type, mscorlib]], System",
    "$values": [
...
      "Aurora.Devices.Creative.SoundBlasterXDevice, Aurora, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",

Thanks! That fixed it! :D

from aurora.

logix247 avatar logix247 commented on July 16, 2024

@Aytackydln can conform its fixed - thank you for looking into this.

from aurora.

Aytackydln avatar Aytackydln commented on July 16, 2024

Please try the new version. Soundblaster is now disabled by default. If you can't open Aurora delete %AppData%\Aurora folder and try again

from aurora.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.