Artemis icon indicating copy to clipboard operation
Artemis copied to clipboard

Im getting error code 0

Open AngelBePro opened this issue 1 year ago • 0 comments

This is the error that i'm getting, i didn't get it while using SteamOs, but on Ubuntu 22.04 i'm getting this error

System.AggregateException: One or more errors occurred. (RGB.NET threw exception: Wooting LoadLibrary failed with error code 0)
 ---> Artemis.Core.ArtemisPluginException: RGB.NET threw exception: Wooting LoadLibrary failed with error code 0
 ---> RGB.NET.Core.RGBDeviceException: Wooting LoadLibrary failed with error code 0
   at RGB.NET.Devices.Wooting.Native._WootingSDK.LoadWootingSDK()
   at RGB.NET.Devices.Wooting.WootingDeviceProvider.InitializeSDK()
   at RGB.NET.Core.AbstractRGBDeviceProvider.Initialize(RGBDeviceType loadFilter, Boolean throwExceptions)
   --- End of inner exception stack trace ---
   at Artemis.Core.Services.RgbService.AddDeviceProvider(IRGBDeviceProvider deviceProvider) in /home/runner/work/Artemis/Artemis/Artemis/src/Artemis.Core/Services/RgbService.cs:line 206
   at Artemis.Core.PluginFeature.InternalEnable() in /home/runner/work/Artemis/Artemis/Artemis/src/Artemis.Core/Plugins/PluginFeature.cs:line 178
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait(TimeSpan timeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait(TimeSpan timeout)
   at Artemis.Core.PluginFeature.SetEnabled(Boolean enable, Boolean isAutoEnable) in /home/runner/work/Artemis/Artemis/Artemis/src/Artemis.Core/Plugins/PluginFeature.cs:line 151
   at Artemis.Core.Services.PluginManagementService.EnablePluginFeature(PluginFeature pluginFeature, Boolean saveState, Boolean isAutoEnable) in /home/runner/work/Artemis/Artemis/Artemis/src/Artemis.Core/Services/PluginManagementService.cs:line 701
   at Artemis.UI.Screens.Plugins.Features.PluginFeatureViewModel.<UpdateEnabled>b__47_0() in /home/runner/work/Artemis/Artemis/Artemis/src/Artemis.UI/Screens/Plugins/Features/PluginFeatureViewModel.cs:line 207
   at Avalonia.Threading.JobRunner.Job.Avalonia.Threading.JobRunner.IJob.Run() in /_/src/Avalonia.Base/Threading/JobRunner.cs:line 205
--- End of stack trace from previous location ---
   at Artemis.UI.Screens.Plugins.Features.PluginFeatureViewModel.UpdateEnabled(Boolean enable) in /home/runner/work/Artemis/Artemis/Artemis/src/Artemis.UI/Screens/Plugins/Features/PluginFeatureViewModel.cs:line 207

AngelBePro avatar May 03 '23 19:05 AngelBePro