Advertisement
Guest User

Untitled

a guest
Apr 29th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. System.AggregateException occurred
  2. HResult=0x80131500
  3. Message=One or more errors occurred.
  4. Source=mscorlib
  5. StackTrace:
  6. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  7. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  8. at Colore.Implementations.ChromaImplementation..ctor(IChromaApi api, AppInfo info)
  9. at Colore.ColoreProvider.<CreateAsync>d__6.MoveNext()
  10. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  11. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  12. at Colore.ColoreProvider.<CreateNativeAsync>d__2.MoveNext()
  13. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  14. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  15. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  16. at Razer_Test.Form1.<button1_Click>d__2.MoveNext() in **FILEPATH**
  17.  
  18. Inner Exception 1:
  19. TypeInitializationException: The type initializer for 'Colore.Native.NativeMethods' threw an exception.
  20.  
  21. Inner Exception 2:
  22. ColoreException: Failed to dynamically load Chroma SDK library (Error 126).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement