Advertisement
Guest User

Untitled

a guest
Jun 10th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. ------------------------------------
  2. 10/06/2013 9:38:44 PM
  3. Assemblies:
  4. Windawesome, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null
  5. mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  6. System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  7. System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  8. System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  9. System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  10. Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1
  11. IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1
  12. IronRuby, Version=1.1.3.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1
  13. Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  14. System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  15.  
  16. OS: Microsoft Windows NT 6.1.7601 Service Pack 1
  17. CLR: 4.0.30319
  18. 64-bit OS: True
  19. 64-bit process: False
  20. Elevated: False
  21. System.IndexOutOfRangeException: Index was outside the bounds of the array.
  22. at Windawesome.WorkspacesWidget.SetWorkspaceLabelColor(Workspace workspace)
  23. at Windawesome.WorkspacesWidget.Windawesome.IWidget.InitializeWidget(Bar bar)
  24. at Windawesome.Bar.<Windawesome.IBar.InitializeBar>b__2(IFixedWidthWidget w)
  25. at Windawesome.NativeMethods.ForEach[T](IEnumerable`1 items, Action`1 action)
  26. at Windawesome.Bar.Windawesome.IBar.InitializeBar(Windawesome windawesome)
  27. at Windawesome.Windawesome.<.ctor>b__8(IBar b)
  28. at Windawesome.NativeMethods.ForEach[T](IEnumerable`1 items, Action`1 action)
  29. at Windawesome.Windawesome..ctor()
  30. at Windawesome.Program.Main()
  31. Inner Exception:
  32. none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement