Guest User

Untitled

a guest
Apr 17th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.14 KB | None | 0 0
  1. FATAL ERROR: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Cannot load Counter Name data because an invalid index '' was read from the registry.
  2.    at System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
  3.    at System.Diagnostics.PerformanceCounterLib.get_NameTable()
  4.    at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
  5.    at System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists)
  6.    at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
  7.    at System.Diagnostics.PerformanceCounter.InitializeImpl()
  8.    at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
  9.    at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
  10.    at Uno.Diagnostics.ProcessExtensions.FindIndexedProcessName(Int32 pid) in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\ProcessExtensions.cs:line 17
  11.    at Uno.Diagnostics.ProcessExtensions.GetParent(Process process) in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\ProcessExtensions.cs:line 0
  12.    at Uno.Diagnostics.ProcessExtensions.GetParents(Process process) in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\ProcessExtensions.cs:line 39
  13.    at Uno.Diagnostics.Shell.InitTimer() in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\Shell.cs:line 204
  14.    at Uno.Diagnostics.Shell.CreateProcess(String filename, String args) in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\Shell.cs:line 168
  15.    at Uno.Diagnostics.Shell.<Run>d__8.MoveNext() in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\Shell.cs:line 82
  16. --- End of stack trace from previous location where exception was thrown ---
  17.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  18.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  19.    at Uno.Diagnostics.Shell.<Run>d__7.MoveNext() in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\Shell.cs:line 52
  20.    --- End of inner exception stack trace ---
  21.    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  22.    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  23.    at System.Threading.Tasks.Task`1.get_Result()
  24.    at Uno.Build.BuildTarget.Build(BuildContext context) in C:\BuildAgent-1\work\397767071b813b09\Source\Engine\Uno.Build\BuildTarget.cs:line 52
  25.    at Uno.Build.ProjectBuilder.Build(Project project) in C:\BuildAgent-1\work\397767071b813b09\Source\Engine\Uno.Build\ProjectBuilder.cs:line 215
  26. ---> (Inner Exception #0) System.InvalidOperationException: Cannot load Counter Name data because an invalid index '' was read from the registry.
  27.    at System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
  28.    at System.Diagnostics.PerformanceCounterLib.get_NameTable()
  29.    at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
  30.    at System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists)
  31.    at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
  32.    at System.Diagnostics.PerformanceCounter.InitializeImpl()
  33.    at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
  34.    at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
  35.    at Uno.Diagnostics.ProcessExtensions.FindIndexedProcessName(Int32 pid) in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\ProcessExtensions.cs:line 17
  36.    at Uno.Diagnostics.ProcessExtensions.GetParent(Process process) in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\ProcessExtensions.cs:line 0
  37.    at Uno.Diagnostics.ProcessExtensions.GetParents(Process process) in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\ProcessExtensions.cs:line 39
  38.    at Uno.Diagnostics.Shell.InitTimer() in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\Shell.cs:line 204
  39.    at Uno.Diagnostics.Shell.CreateProcess(String filename, String args) in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\Shell.cs:line 168
  40.    at Uno.Diagnostics.Shell.<Run>d__8.MoveNext() in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\Shell.cs:line 82
  41. --- End of stack trace from previous location where exception was thrown ---
  42.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  43.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  44.    at Uno.Diagnostics.Shell.<Run>d__7.MoveNext() in C:\BuildAgent-1\work\397767071b813b09\Source\Common\Uno.Common\Diagnostics\Shell.cs:line 52<---
  45.  
  46. Build ended
  47. fuse: Failed to compile project
  48. Press any key to exit.
Add Comment
Please, Sign In to add comment