Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.99 KB | None | 0 0
  1. ########## 6/8/2015 8:34:11 AM ##########
  2. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Markup.StaticExtension' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: Cannot locate resource 'resources/classicons/general//archived.png'.
  3. at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
  4. at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
  5. at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
  6. at System.IO.Packaging.PackWebResponse.GetResponseStream()
  7. at System.IO.Packaging.PackWebResponse.get_ContentType()
  8. at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
  9. at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
  10. at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
  11. at System.Windows.Media.Imaging.BitmapImage.EndInit()
  12. at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource, RequestCachePolicy uriCachePolicy)
  13. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetImage(String resourcePath)
  14. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetClassIcon(HeroClassAll class)
  15. at Hearthstone_Deck_Tracker.Utility.ImageCache.get_ArchivedMarker()
  16. --- End of inner exception stack trace ---
  17. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  18. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  19. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  20. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
  21. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
  22. at System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value)
  23. at System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider)
  24. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
  25. --- End of inner exception stack trace ---
  26. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  27. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  28. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  29. at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
  30. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2.InitializeComponent()
  31. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2..ctor()
  32. --- End of inner exception stack trace ---
  33. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  34. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  35. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  36. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  37. at System.Activator.CreateInstance(Type type)
  38. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItem..ctor(Deck deck, Type deckPickerItemLayout)
  39. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.GetDeckPickerItemFromCache(Deck deck)
  40. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.UpdateDecks(Boolean reselectActiveDeck, Boolean simpleRefill)
  41. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.Selector_OnSelectionChanged(Object sender, SelectionChangedEventArgs e)
  42. at System.Windows.Controls.SelectionChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  43. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  44. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  45. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  46. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  47. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  48. at System.Windows.Controls.ListBox.OnSelectionChanged(SelectionChangedEventArgs e)
  49. at System.Windows.Controls.Primitives.Selector.InvokeSelectionChanged(List`1 unselectedInfos, List`1 selectedInfos)
  50. at System.Windows.Controls.Primitives.Selector.SelectionChanger.End()
  51. at System.Windows.Controls.Primitives.Selector.SelectionChanger.SelectJustThisItem(ItemInfo info, Boolean assumeInItemsCollection)
  52. at System.Windows.Controls.ListBox.MakeSingleSelection(ListBoxItem listItem)
  53. at System.Windows.Controls.ListBox.NotifyListItemClicked(ListBoxItem item, MouseButton mouseButton)
  54. at System.Windows.Controls.ListBoxItem.HandleMouseButtonDown(MouseButton mouseButton)
  55. at System.Windows.Controls.ListBoxItem.OnMouseLeftButtonDown(MouseButtonEventArgs e)
  56. at System.Windows.UIElement.OnMouseLeftButtonDownThunk(Object sender, MouseButtonEventArgs e)
  57. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  58. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  59. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  60. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  61. at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  62. at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
  63. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  64. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  65. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  66. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  67. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  68. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  69. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
  70. at System.Windows.Input.InputManager.ProcessStagingArea()
  71. at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  72. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  73. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  74. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  75. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  76. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  77. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  78. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  79. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  80. [8:31:11 AM] ConvertLegacyConfig: changed config values
  81. [8:31:11 AM] Game: set CurrentGameMode to None
  82. [8:31:11 AM] Game: >>>>>>>>>>> Reset <<<<<<<<<<<
  83. [8:31:11 AM] OpponentSecrets: Cleared secrets
  84. [8:31:12 AM] Tracker: set player item source to PlayerDrawn
  85. [8:31:12 AM] Game: >>>>>>>>>>> Reset <<<<<<<<<<<
  86. [8:31:12 AM] OpponentSecrets: Cleared secrets
  87. [8:31:12 AM] Helper: Checking for LIVE updates...
  88. [8:31:12 AM] Helper: Current version: 0.10.4.0
  89. [8:31:12 AM] BackupManager: Running BackupManager
  90. [8:31:12 AM] BackupManager: Creating backup for today
  91. [8:31:12 AM] PluginManager: Loading Plugins...
  92. [8:31:13 AM] Helper: Latest LIVE version: 0.10.3.0
  93. [8:31:24 AM] HearthStatsManager: starting sync process: forceFullSync=False, background=False
  94. [8:31:24 AM] HearthStatsManager: Checking HearthStats for new decks...
  95. [8:31:24 AM] HearthStatsManager: trying to download decks
  96. [8:31:24 AM] HearthStatsAPI: getting decks since 0
  97. [8:31:28 AM] HearthStatsManager: Checking for new versions...
  98. [8:31:28 AM] HearthStatsManager: Checking for edited decks...
  99. [8:31:28 AM] HearthStatsManager: Checking HearthStats for new matches...
  100. [8:31:28 AM] HearthStatsManager: trying to download games
  101. [8:31:28 AM] HearthStatsAPI: getting games since 0
  102. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Druid, 6/3/2015 8:25:19 PM
  103. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Hunter, 6/3/2015 6:02:03 PM
  104. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Hunter, 6/3/2015 6:14:07 PM
  105. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Hunter, 6/3/2015 8:38:52 PM
  106. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Hunter, 6/3/2015 5:48:57 PM
  107. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Hunter, 6/3/2015 8:31:53 PM
  108. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Mage, 6/7/2015 10:34:48 AM
  109. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Mage, 6/3/2015 5:57:01 PM
  110. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Mage, 6/7/2015 10:15:22 AM
  111. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Priest, 6/4/2015 5:06:56 PM
  112. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Rogue, 6/7/2015 10:04:14 AM
  113. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Rogue, 6/3/2015 8:51:12 PM
  114. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Shaman, 6/4/2015 5:15:23 PM
  115. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Shaman, 6/3/2015 8:45:26 PM
  116. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Warlock, 6/4/2015 4:59:09 PM
  117. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Warlock, 6/4/2015 5:22:20 PM
  118. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Warlock, 6/7/2015 2:45:48 PM
  119. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Warrior, 6/7/2015 4:54:07 PM
  120. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Warrior, 6/3/2015 6:07:49 PM
  121. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Warrior, 6/7/2015 9:51:24 AM
  122. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Druid, 5/18/2015 2:52:04 PM
  123. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Hunter, 6/3/2015 9:13:27 PM
  124. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Paladin, 6/3/2015 9:20:46 PM
  125. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Priest, 6/3/2015 8:56:27 PM
  126. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Priest, 6/7/2015 6:28:45 PM
  127. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Rogue, 5/18/2015 2:51:48 PM
  128. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Shaman, 6/3/2015 9:01:15 PM
  129. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Warlock, 6/7/2015 6:20:18 PM
  130. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Warlock, 6/7/2015 6:45:13 PM
  131. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Warlock, 5/18/2015 2:51:29 PM
  132. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Warrior, 6/4/2015 4:52:35 PM
  133. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Warrior, 6/7/2015 6:10:03 PM
  134. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Hunter, 6/5/2015 12:55:17 PM
  135. [8:31:29 AM] HearthStatsManager: no deck found for match Win vs Hunter, 6/5/2015 1:03:10 PM
  136. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Mage, 6/7/2015 5:05:44 PM
  137. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Priest, 6/4/2015 7:24:10 PM
  138. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Rogue, 6/7/2015 5:46:07 PM
  139. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Warlock, 6/7/2015 6:04:34 PM
  140. [8:31:29 AM] HearthStatsManager: no deck found for match Loss vs Warlock, 6/5/2015 1:15:03 PM
  141. [8:31:29 AM] HearthStatsManager: Checking for new local decks...
  142. [8:31:29 AM] HearthStatsManager: Checking for new local versions...
  143. [8:31:29 AM] HearthStatsManager: Checking for edited local decks...
  144. [8:31:29 AM] HearthStatsManager: Checking for new local matches...
  145. [8:31:29 AM] HearthStatsManager: finished sync process
  146. [8:31:43 AM] HearthStatsManager: starting sync process: forceFullSync=False, background=False
  147. [8:31:43 AM] HearthStatsManager: Checking HearthStats for new decks...
  148. [8:31:43 AM] HearthStatsManager: trying to download decks
  149. [8:31:43 AM] HearthStatsAPI: getting decks since 1433776889
  150. [8:31:43 AM] HearthStatsManager: no new decks
  151. [8:31:43 AM] HearthStatsManager: Checking HearthStats for new matches...
  152. [8:31:43 AM] HearthStatsManager: trying to download games
  153. [8:31:43 AM] HearthStatsAPI: getting games since 1433776889
  154. [8:31:44 AM] HearthStatsManager: no new games
  155. [8:31:44 AM] HearthStatsManager: Checking for new local decks...
  156. [8:31:44 AM] HearthStatsManager: Checking for new local versions...
  157. [8:31:44 AM] HearthStatsManager: Checking for edited local decks...
  158. [8:31:44 AM] HearthStatsManager: Checking for new local matches...
  159. [8:31:44 AM] HearthStatsManager: finished sync process
  160. [8:33:53 AM] HearthStatsManager: starting sync process: forceFullSync=False, background=False
  161. [8:33:54 AM] HearthStatsManager: Checking HearthStats for new decks...
  162. [8:33:54 AM] HearthStatsManager: trying to download decks
  163. [8:33:54 AM] HearthStatsAPI: getting decks since 1433776904
  164. [8:33:54 AM] HearthStatsManager: no new decks
  165. [8:33:54 AM] HearthStatsManager: Checking HearthStats for new matches...
  166. [8:33:54 AM] HearthStatsManager: trying to download games
  167. [8:33:54 AM] HearthStatsAPI: getting games since 1433776904
  168. [8:33:55 AM] HearthStatsManager: no new games
  169. [8:33:55 AM] HearthStatsManager: Checking for new local decks...
  170. [8:33:55 AM] HearthStatsManager: Checking for new local versions...
  171. [8:33:55 AM] HearthStatsManager: Checking for edited local decks...
  172. [8:33:55 AM] HearthStatsManager: Checking for new local matches...
  173. [8:33:55 AM] HearthStatsManager: finished sync process
  174. [8:33:57 AM] HearthStatsManager: starting sync process: forceFullSync=False, background=False
  175. [8:33:57 AM] HearthStatsManager: Checking HearthStats for new decks...
  176. [8:33:57 AM] HearthStatsManager: trying to download decks
  177. [8:33:57 AM] HearthStatsAPI: getting decks since 1433777035
  178. [8:33:58 AM] HearthStatsManager: no new decks
  179. [8:33:58 AM] HearthStatsManager: Checking HearthStats for new matches...
  180. [8:33:58 AM] HearthStatsManager: trying to download games
  181. [8:33:58 AM] HearthStatsAPI: getting games since 1433777035
  182. [8:33:58 AM] HearthStatsManager: no new games
  183. [8:33:58 AM] HearthStatsManager: Checking for new local decks...
  184. [8:33:58 AM] HearthStatsManager: Checking for new local versions...
  185. [8:33:58 AM] HearthStatsManager: Checking for edited local decks...
  186. [8:33:58 AM] HearthStatsManager: Checking for new local matches...
  187. [8:33:59 AM] HearthStatsManager: finished sync process
  188. [8:34:05 AM] HearthStatsManager: starting sync process: forceFullSync=True, background=False
  189. [8:34:05 AM] HearthStatsManager: Checking HearthStats for new decks...
  190. [8:34:05 AM] HearthStatsManager: trying to download decks
  191. [8:34:05 AM] HearthStatsAPI: getting decks since 0
  192. [8:34:08 AM] HearthStatsManager: saved new deck Zoo (Warlock)
  193. [8:34:08 AM] HearthStatsManager: saved new deck MetaHunter (Hunter)
  194. [8:34:08 AM] HearthStatsManager: saved new deck Patron Warrior (Warrior)
  195. [8:34:08 AM] HearthStatsManager: There was an error syncing with HearthStats:
  196. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Markup.StaticExtension' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: Cannot locate resource 'resources/classicons/general//archived.png'.
  197. at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
  198. at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
  199. at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
  200. at System.IO.Packaging.PackWebResponse.GetResponseStream()
  201. at System.IO.Packaging.PackWebResponse.get_ContentType()
  202. at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
  203. at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
  204. at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
  205. at System.Windows.Media.Imaging.BitmapImage.EndInit()
  206. at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource, RequestCachePolicy uriCachePolicy)
  207. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetImage(String resourcePath)
  208. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetClassIcon(HeroClassAll class)
  209. at Hearthstone_Deck_Tracker.Utility.ImageCache.get_ArchivedMarker()
  210. --- End of inner exception stack trace ---
  211. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  212. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  213. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  214. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
  215. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
  216. at System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value)
  217. at System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider)
  218. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
  219. --- End of inner exception stack trace ---
  220. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  221. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  222. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  223. at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
  224. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2.InitializeComponent()
  225. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2..ctor()
  226. --- End of inner exception stack trace ---
  227. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  228. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  229. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  230. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  231. at System.Activator.CreateInstance(Type type)
  232. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItem..ctor(Deck deck, Type deckPickerItemLayout)
  233. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.GetDeckPickerItemFromCache(Deck deck)
  234. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.UpdateDecks(Boolean reselectActiveDeck, Boolean simpleRefill)
  235. at Hearthstone_Deck_Tracker.HearthStats.API.HearthStatsManager.<SyncAsync>d__1.MoveNext()
  236.  
  237. ########## 6/8/2015 8:34:18 AM ##########
  238. System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'Hearthstone_Deck_Tracker.LoginWindow' that matches the specified binding constraints threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Markup.StaticExtension' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: Cannot locate resource 'resources/classicons/general//archived.png'.
  239. at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
  240. at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
  241. at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
  242. at System.IO.Packaging.PackWebResponse.GetResponseStream()
  243. at System.IO.Packaging.PackWebResponse.get_ContentType()
  244. at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
  245. at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
  246. at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
  247. at System.Windows.Media.Imaging.BitmapImage.EndInit()
  248. at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource, RequestCachePolicy uriCachePolicy)
  249. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetImage(String resourcePath)
  250. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetClassIcon(HeroClassAll class)
  251. at Hearthstone_Deck_Tracker.Utility.ImageCache.get_ArchivedMarker()
  252. --- End of inner exception stack trace ---
  253. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  254. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  255. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  256. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
  257. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
  258. at System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value)
  259. at System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider)
  260. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
  261. --- End of inner exception stack trace ---
  262. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  263. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  264. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  265. at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
  266. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2.InitializeComponent()
  267. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2..ctor()
  268. --- End of inner exception stack trace ---
  269. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  270. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  271. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  272. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  273. at System.Activator.CreateInstance(Type type)
  274. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItem..ctor(Deck deck, Type deckPickerItemLayout)
  275. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.GetDeckPickerItemFromCache(Deck deck)
  276. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.UpdateDecks(Boolean reselectActiveDeck, Boolean simpleRefill)
  277. at Hearthstone_Deck_Tracker.SortFilterDecks.CheckBoxSortByClass_OnChecked(Object sender, RoutedEventArgs e)
  278. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  279. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  280. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  281. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  282. at System.Windows.Controls.Primitives.ToggleButton.OnChecked(RoutedEventArgs e)
  283. at System.Windows.Controls.Primitives.ToggleButton.OnIsCheckedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  284. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  285. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  286. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  287. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  288. at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
  289. at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
  290. at System.Windows.Controls.Primitives.ToggleButton.set_IsChecked(Nullable`1 value)
  291. at Hearthstone_Deck_Tracker.MainWindow.LoadConfig()
  292. at Hearthstone_Deck_Tracker.MainWindow..ctor()
  293. at Hearthstone_Deck_Tracker.LoginWindow.StartMainApp()
  294. at Hearthstone_Deck_Tracker.LoginWindow..ctor()
  295. --- End of inner exception stack trace ---
  296. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  297. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  298. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  299. at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
  300. at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
  301. at System.Windows.Application.DoStartup()
  302. at System.Windows.Application.<.ctor>b__1(Object unused)
  303. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  304. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  305.  
  306. ########## 6/8/2015 8:34:18 AM ##########
  307. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Markup.StaticExtension' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: Cannot locate resource 'resources/classicons/general//archived.png'.
  308. at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
  309. at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
  310. at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
  311. at System.IO.Packaging.PackWebResponse.GetResponseStream()
  312. at System.IO.Packaging.PackWebResponse.get_ContentType()
  313. at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
  314. at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
  315. at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
  316. at System.Windows.Media.Imaging.BitmapImage.EndInit()
  317. at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource, RequestCachePolicy uriCachePolicy)
  318. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetImage(String resourcePath)
  319. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetClassIcon(HeroClassAll class)
  320. at Hearthstone_Deck_Tracker.Utility.ImageCache.get_ArchivedMarker()
  321. --- End of inner exception stack trace ---
  322. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  323. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  324. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  325. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
  326. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
  327. at System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value)
  328. at System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider)
  329. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
  330. --- End of inner exception stack trace ---
  331. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  332. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  333. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  334. at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
  335. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2.InitializeComponent()
  336. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2..ctor()
  337. --- End of inner exception stack trace ---
  338. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  339. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  340. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  341. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  342. at System.Activator.CreateInstance(Type type)
  343. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItem..ctor(Deck deck, Type deckPickerItemLayout)
  344. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.GetDeckPickerItemFromCache(Deck deck)
  345. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.UpdateDecks(Boolean reselectActiveDeck, Boolean simpleRefill)
  346. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.ListViewDeckType_OnSelectionChanged(Object sender, SelectionChangedEventArgs e)
  347. at System.Windows.Controls.SelectionChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  348. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  349. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  350. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  351. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  352. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  353. at System.Windows.Controls.ListBox.OnSelectionChanged(SelectionChangedEventArgs e)
  354. at System.Windows.Controls.Primitives.Selector.InvokeSelectionChanged(List`1 unselectedInfos, List`1 selectedInfos)
  355. at System.Windows.Controls.Primitives.Selector.SelectionChanger.End()
  356. at System.Windows.Controls.Primitives.Selector.SelectionChanger.SelectJustThisItem(ItemInfo info, Boolean assumeInItemsCollection)
  357. at System.Windows.Controls.Primitives.Selector.OnSelectedIndexChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  358. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  359. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  360. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  361. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  362. at System.Windows.DependencyObject.CoerceValue(DependencyProperty dp)
  363. at System.Windows.Controls.Primitives.Selector.OnItemsChanged(NotifyCollectionChangedEventArgs e)
  364. at System.Windows.Controls.ListView.OnItemsChanged(NotifyCollectionChangedEventArgs e)
  365. at System.Windows.Controls.ItemsControl.OnItemCollectionChanged2(Object sender, NotifyCollectionChangedEventArgs e)
  366. at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
  367. at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
  368. at System.Windows.Controls.ItemCollection.OnViewCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
  369. at System.Windows.WeakEventManager.ListenerList`1.DeliverEvent(Object sender, EventArgs e, Type managerType)
  370. at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)
  371. at System.Collections.Specialized.CollectionChangedEventManager.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
  372. at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
  373. at System.Windows.Data.ListCollectionView.RefreshOverride()
  374. at System.Windows.Data.CollectionView.RefreshInternal()
  375. at System.Windows.Data.CollectionView.Refresh()
  376. at System.Windows.Data.CollectionView.EndDefer()
  377. at System.Windows.Data.CollectionView.DeferHelper.Dispose()
  378. at System.Windows.Controls.ItemCollection.SetCollectionView(CollectionView view)
  379. at System.Windows.Controls.ItemCollection.SetItemsSource(IEnumerable value, Func`2 GetSourceItem)
  380. at System.Windows.Controls.ItemsControl.OnItemsSourceChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  381. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  382. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  383. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  384. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  385. at System.Windows.DependencyObject.InvalidateProperty(DependencyProperty dp, Boolean preserveCurrentValue)
  386. at System.Windows.Data.BindingExpressionBase.Invalidate(Boolean isASubPropertyChange)
  387. at System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange)
  388. at System.Windows.Data.BindingExpression.Activate(Object item)
  389. at System.Windows.Data.BindingExpression.AttachToContext(AttachAttempt attempt)
  390. at System.Windows.Data.BindingExpression.MS.Internal.Data.IDataBindEngineClient.AttachToContext(Boolean lastChance)
  391. at MS.Internal.Data.DataBindEngine.Task.Run(Boolean lastChance)
  392. at MS.Internal.Data.DataBindEngine.Run(Object arg)
  393. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  394. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  395. [8:34:18 AM] Game: set CurrentGameMode to None
  396. [8:34:18 AM] Game: >>>>>>>>>>> Reset <<<<<<<<<<<
  397. [8:34:18 AM] OpponentSecrets: Cleared secrets
  398.  
  399. ########## 6/8/2015 8:34:22 AM ##########
  400. System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'Hearthstone_Deck_Tracker.LoginWindow' that matches the specified binding constraints threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Markup.StaticExtension' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: Cannot locate resource 'resources/classicons/general//archived.png'.
  401. at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
  402. at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
  403. at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
  404. at System.IO.Packaging.PackWebResponse.GetResponseStream()
  405. at System.IO.Packaging.PackWebResponse.get_ContentType()
  406. at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
  407. at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
  408. at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
  409. at System.Windows.Media.Imaging.BitmapImage.EndInit()
  410. at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource, RequestCachePolicy uriCachePolicy)
  411. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetImage(String resourcePath)
  412. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetClassIcon(HeroClassAll class)
  413. at Hearthstone_Deck_Tracker.Utility.ImageCache.get_ArchivedMarker()
  414. --- End of inner exception stack trace ---
  415. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  416. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  417. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  418. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
  419. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
  420. at System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value)
  421. at System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider)
  422. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
  423. --- End of inner exception stack trace ---
  424. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  425. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  426. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  427. at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
  428. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2.InitializeComponent()
  429. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2..ctor()
  430. --- End of inner exception stack trace ---
  431. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  432. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  433. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  434. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  435. at System.Activator.CreateInstance(Type type)
  436. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItem..ctor(Deck deck, Type deckPickerItemLayout)
  437. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.GetDeckPickerItemFromCache(Deck deck)
  438. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.UpdateDecks(Boolean reselectActiveDeck, Boolean simpleRefill)
  439. at Hearthstone_Deck_Tracker.SortFilterDecks.CheckBoxSortByClass_OnChecked(Object sender, RoutedEventArgs e)
  440. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  441. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  442. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  443. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  444. at System.Windows.Controls.Primitives.ToggleButton.OnChecked(RoutedEventArgs e)
  445. at System.Windows.Controls.Primitives.ToggleButton.OnIsCheckedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  446. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  447. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  448. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  449. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  450. at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
  451. at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
  452. at System.Windows.Controls.Primitives.ToggleButton.set_IsChecked(Nullable`1 value)
  453. at Hearthstone_Deck_Tracker.MainWindow.LoadConfig()
  454. at Hearthstone_Deck_Tracker.MainWindow..ctor()
  455. at Hearthstone_Deck_Tracker.LoginWindow.StartMainApp()
  456. at Hearthstone_Deck_Tracker.LoginWindow..ctor()
  457. --- End of inner exception stack trace ---
  458. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  459. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  460. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  461. at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
  462. at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
  463. at System.Windows.Application.DoStartup()
  464. at System.Windows.Application.<.ctor>b__1(Object unused)
  465. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  466. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  467.  
  468. ########## 6/8/2015 8:34:22 AM ##########
  469. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Markup.StaticExtension' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: Cannot locate resource 'resources/classicons/general//archived.png'.
  470. at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
  471. at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
  472. at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
  473. at System.IO.Packaging.PackWebResponse.GetResponseStream()
  474. at System.IO.Packaging.PackWebResponse.get_ContentType()
  475. at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
  476. at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
  477. at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
  478. at System.Windows.Media.Imaging.BitmapImage.EndInit()
  479. at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource, RequestCachePolicy uriCachePolicy)
  480. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetImage(String resourcePath)
  481. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetClassIcon(HeroClassAll class)
  482. at Hearthstone_Deck_Tracker.Utility.ImageCache.get_ArchivedMarker()
  483. --- End of inner exception stack trace ---
  484. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  485. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  486. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  487. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
  488. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
  489. at System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value)
  490. at System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider)
  491. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
  492. --- End of inner exception stack trace ---
  493. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  494. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  495. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  496. at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
  497. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2.InitializeComponent()
  498. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2..ctor()
  499. --- End of inner exception stack trace ---
  500. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  501. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  502. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  503. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  504. at System.Activator.CreateInstance(Type type)
  505. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItem..ctor(Deck deck, Type deckPickerItemLayout)
  506. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.GetDeckPickerItemFromCache(Deck deck)
  507. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.UpdateDecks(Boolean reselectActiveDeck, Boolean simpleRefill)
  508. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.ListViewDeckType_OnSelectionChanged(Object sender, SelectionChangedEventArgs e)
  509. at System.Windows.Controls.SelectionChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  510. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  511. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  512. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  513. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  514. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  515. at System.Windows.Controls.ListBox.OnSelectionChanged(SelectionChangedEventArgs e)
  516. at System.Windows.Controls.Primitives.Selector.InvokeSelectionChanged(List`1 unselectedInfos, List`1 selectedInfos)
  517. at System.Windows.Controls.Primitives.Selector.SelectionChanger.End()
  518. at System.Windows.Controls.Primitives.Selector.SelectionChanger.SelectJustThisItem(ItemInfo info, Boolean assumeInItemsCollection)
  519. at System.Windows.Controls.Primitives.Selector.OnSelectedIndexChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  520. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  521. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  522. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  523. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  524. at System.Windows.DependencyObject.CoerceValue(DependencyProperty dp)
  525. at System.Windows.Controls.Primitives.Selector.OnItemsChanged(NotifyCollectionChangedEventArgs e)
  526. at System.Windows.Controls.ListView.OnItemsChanged(NotifyCollectionChangedEventArgs e)
  527. at System.Windows.Controls.ItemsControl.OnItemCollectionChanged2(Object sender, NotifyCollectionChangedEventArgs e)
  528. at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
  529. at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
  530. at System.Windows.Controls.ItemCollection.OnViewCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
  531. at System.Windows.WeakEventManager.ListenerList`1.DeliverEvent(Object sender, EventArgs e, Type managerType)
  532. at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)
  533. at System.Collections.Specialized.CollectionChangedEventManager.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
  534. at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
  535. at System.Windows.Data.ListCollectionView.RefreshOverride()
  536. at System.Windows.Data.CollectionView.RefreshInternal()
  537. at System.Windows.Data.CollectionView.Refresh()
  538. at System.Windows.Data.CollectionView.EndDefer()
  539. at System.Windows.Data.CollectionView.DeferHelper.Dispose()
  540. at System.Windows.Controls.ItemCollection.SetCollectionView(CollectionView view)
  541. at System.Windows.Controls.ItemCollection.SetItemsSource(IEnumerable value, Func`2 GetSourceItem)
  542. at System.Windows.Controls.ItemsControl.OnItemsSourceChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  543. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  544. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  545. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  546. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  547. at System.Windows.DependencyObject.InvalidateProperty(DependencyProperty dp, Boolean preserveCurrentValue)
  548. at System.Windows.Data.BindingExpressionBase.Invalidate(Boolean isASubPropertyChange)
  549. at System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange)
  550. at System.Windows.Data.BindingExpression.Activate(Object item)
  551. at System.Windows.Data.BindingExpression.AttachToContext(AttachAttempt attempt)
  552. at System.Windows.Data.BindingExpression.MS.Internal.Data.IDataBindEngineClient.AttachToContext(Boolean lastChance)
  553. at MS.Internal.Data.DataBindEngine.Task.Run(Boolean lastChance)
  554. at MS.Internal.Data.DataBindEngine.Run(Object arg)
  555. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  556. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  557. [8:34:22 AM] Game: set CurrentGameMode to None
  558. [8:34:22 AM] Game: >>>>>>>>>>> Reset <<<<<<<<<<<
  559. [8:34:22 AM] OpponentSecrets: Cleared secrets
  560.  
  561. ########## 6/8/2015 8:34:25 AM ##########
  562. System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'Hearthstone_Deck_Tracker.LoginWindow' that matches the specified binding constraints threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Markup.StaticExtension' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: Cannot locate resource 'resources/classicons/general//archived.png'.
  563. at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
  564. at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
  565. at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
  566. at System.IO.Packaging.PackWebResponse.GetResponseStream()
  567. at System.IO.Packaging.PackWebResponse.get_ContentType()
  568. at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
  569. at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
  570. at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
  571. at System.Windows.Media.Imaging.BitmapImage.EndInit()
  572. at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource, RequestCachePolicy uriCachePolicy)
  573. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetImage(String resourcePath)
  574. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetClassIcon(HeroClassAll class)
  575. at Hearthstone_Deck_Tracker.Utility.ImageCache.get_ArchivedMarker()
  576. --- End of inner exception stack trace ---
  577. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  578. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  579. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  580. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
  581. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
  582. at System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value)
  583. at System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider)
  584. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
  585. --- End of inner exception stack trace ---
  586. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  587. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  588. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  589. at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
  590. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2.InitializeComponent()
  591. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2..ctor()
  592. --- End of inner exception stack trace ---
  593. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  594. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  595. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  596. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  597. at System.Activator.CreateInstance(Type type)
  598. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItem..ctor(Deck deck, Type deckPickerItemLayout)
  599. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.GetDeckPickerItemFromCache(Deck deck)
  600. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.UpdateDecks(Boolean reselectActiveDeck, Boolean simpleRefill)
  601. at Hearthstone_Deck_Tracker.SortFilterDecks.CheckBoxSortByClass_OnChecked(Object sender, RoutedEventArgs e)
  602. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  603. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  604. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  605. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  606. at System.Windows.Controls.Primitives.ToggleButton.OnChecked(RoutedEventArgs e)
  607. at System.Windows.Controls.Primitives.ToggleButton.OnIsCheckedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  608. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  609. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  610. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  611. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  612. at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
  613. at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
  614. at System.Windows.Controls.Primitives.ToggleButton.set_IsChecked(Nullable`1 value)
  615. at Hearthstone_Deck_Tracker.MainWindow.LoadConfig()
  616. at Hearthstone_Deck_Tracker.MainWindow..ctor()
  617. at Hearthstone_Deck_Tracker.LoginWindow.StartMainApp()
  618. at Hearthstone_Deck_Tracker.LoginWindow..ctor()
  619. --- End of inner exception stack trace ---
  620. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  621. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  622. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  623. at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
  624. at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
  625. at System.Windows.Application.DoStartup()
  626. at System.Windows.Application.<.ctor>b__1(Object unused)
  627. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  628. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  629.  
  630. ########## 6/8/2015 8:34:25 AM ##########
  631. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Markup.StaticExtension' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: Cannot locate resource 'resources/classicons/general//archived.png'.
  632. at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
  633. at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
  634. at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
  635. at System.IO.Packaging.PackWebResponse.GetResponseStream()
  636. at System.IO.Packaging.PackWebResponse.get_ContentType()
  637. at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
  638. at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
  639. at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
  640. at System.Windows.Media.Imaging.BitmapImage.EndInit()
  641. at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource, RequestCachePolicy uriCachePolicy)
  642. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetImage(String resourcePath)
  643. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetClassIcon(HeroClassAll class)
  644. at Hearthstone_Deck_Tracker.Utility.ImageCache.get_ArchivedMarker()
  645. --- End of inner exception stack trace ---
  646. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  647. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  648. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  649. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
  650. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
  651. at System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value)
  652. at System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider)
  653. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
  654. --- End of inner exception stack trace ---
  655. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  656. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  657. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  658. at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
  659. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2.InitializeComponent()
  660. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2..ctor()
  661. --- End of inner exception stack trace ---
  662. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  663. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  664. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  665. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  666. at System.Activator.CreateInstance(Type type)
  667. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItem..ctor(Deck deck, Type deckPickerItemLayout)
  668. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.GetDeckPickerItemFromCache(Deck deck)
  669. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.UpdateDecks(Boolean reselectActiveDeck, Boolean simpleRefill)
  670. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.ListViewDeckType_OnSelectionChanged(Object sender, SelectionChangedEventArgs e)
  671. at System.Windows.Controls.SelectionChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  672. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  673. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  674. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  675. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  676. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  677. at System.Windows.Controls.ListBox.OnSelectionChanged(SelectionChangedEventArgs e)
  678. at System.Windows.Controls.Primitives.Selector.InvokeSelectionChanged(List`1 unselectedInfos, List`1 selectedInfos)
  679. at System.Windows.Controls.Primitives.Selector.SelectionChanger.End()
  680. at System.Windows.Controls.Primitives.Selector.SelectionChanger.SelectJustThisItem(ItemInfo info, Boolean assumeInItemsCollection)
  681. at System.Windows.Controls.Primitives.Selector.OnSelectedIndexChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  682. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  683. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  684. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  685. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  686. at System.Windows.DependencyObject.CoerceValue(DependencyProperty dp)
  687. at System.Windows.Controls.Primitives.Selector.OnItemsChanged(NotifyCollectionChangedEventArgs e)
  688. at System.Windows.Controls.ListView.OnItemsChanged(NotifyCollectionChangedEventArgs e)
  689. at System.Windows.Controls.ItemsControl.OnItemCollectionChanged2(Object sender, NotifyCollectionChangedEventArgs e)
  690. at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
  691. at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
  692. at System.Windows.Controls.ItemCollection.OnViewCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
  693. at System.Windows.WeakEventManager.ListenerList`1.DeliverEvent(Object sender, EventArgs e, Type managerType)
  694. at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)
  695. at System.Collections.Specialized.CollectionChangedEventManager.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
  696. at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
  697. at System.Windows.Data.ListCollectionView.RefreshOverride()
  698. at System.Windows.Data.CollectionView.RefreshInternal()
  699. at System.Windows.Data.CollectionView.Refresh()
  700. at System.Windows.Data.CollectionView.EndDefer()
  701. at System.Windows.Data.CollectionView.DeferHelper.Dispose()
  702. at System.Windows.Controls.ItemCollection.SetCollectionView(CollectionView view)
  703. at System.Windows.Controls.ItemCollection.SetItemsSource(IEnumerable value, Func`2 GetSourceItem)
  704. at System.Windows.Controls.ItemsControl.OnItemsSourceChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  705. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  706. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  707. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  708. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  709. at System.Windows.DependencyObject.InvalidateProperty(DependencyProperty dp, Boolean preserveCurrentValue)
  710. at System.Windows.Data.BindingExpressionBase.Invalidate(Boolean isASubPropertyChange)
  711. at System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange)
  712. at System.Windows.Data.BindingExpression.Activate(Object item)
  713. at System.Windows.Data.BindingExpression.AttachToContext(AttachAttempt attempt)
  714. at System.Windows.Data.BindingExpression.MS.Internal.Data.IDataBindEngineClient.AttachToContext(Boolean lastChance)
  715. at MS.Internal.Data.DataBindEngine.Task.Run(Boolean lastChance)
  716. at MS.Internal.Data.DataBindEngine.Run(Object arg)
  717. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  718. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  719. [8:34:25 AM] Game: set CurrentGameMode to None
  720. [8:34:25 AM] Game: >>>>>>>>>>> Reset <<<<<<<<<<<
  721. [8:34:25 AM] OpponentSecrets: Cleared secrets
  722.  
  723. ########## 6/8/2015 8:34:28 AM ##########
  724. System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'Hearthstone_Deck_Tracker.LoginWindow' that matches the specified binding constraints threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Markup.StaticExtension' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: Cannot locate resource 'resources/classicons/general//archived.png'.
  725. at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
  726. at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
  727. at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
  728. at System.IO.Packaging.PackWebResponse.GetResponseStream()
  729. at System.IO.Packaging.PackWebResponse.get_ContentType()
  730. at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
  731. at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
  732. at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
  733. at System.Windows.Media.Imaging.BitmapImage.EndInit()
  734. at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource, RequestCachePolicy uriCachePolicy)
  735. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetImage(String resourcePath)
  736. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetClassIcon(HeroClassAll class)
  737. at Hearthstone_Deck_Tracker.Utility.ImageCache.get_ArchivedMarker()
  738. --- End of inner exception stack trace ---
  739. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  740. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  741. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  742. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
  743. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
  744. at System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value)
  745. at System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider)
  746. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
  747. --- End of inner exception stack trace ---
  748. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  749. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  750. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  751. at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
  752. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2.InitializeComponent()
  753. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2..ctor()
  754. --- End of inner exception stack trace ---
  755. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  756. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  757. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  758. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  759. at System.Activator.CreateInstance(Type type)
  760. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItem..ctor(Deck deck, Type deckPickerItemLayout)
  761. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.GetDeckPickerItemFromCache(Deck deck)
  762. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.UpdateDecks(Boolean reselectActiveDeck, Boolean simpleRefill)
  763. at Hearthstone_Deck_Tracker.SortFilterDecks.CheckBoxSortByClass_OnChecked(Object sender, RoutedEventArgs e)
  764. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  765. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  766. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  767. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  768. at System.Windows.Controls.Primitives.ToggleButton.OnChecked(RoutedEventArgs e)
  769. at System.Windows.Controls.Primitives.ToggleButton.OnIsCheckedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  770. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  771. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  772. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  773. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  774. at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
  775. at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
  776. at System.Windows.Controls.Primitives.ToggleButton.set_IsChecked(Nullable`1 value)
  777. at Hearthstone_Deck_Tracker.MainWindow.LoadConfig()
  778. at Hearthstone_Deck_Tracker.MainWindow..ctor()
  779. at Hearthstone_Deck_Tracker.LoginWindow.StartMainApp()
  780. at Hearthstone_Deck_Tracker.LoginWindow..ctor()
  781. --- End of inner exception stack trace ---
  782. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  783. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  784. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  785. at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
  786. at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
  787. at System.Windows.Application.DoStartup()
  788. at System.Windows.Application.<.ctor>b__1(Object unused)
  789. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  790. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  791.  
  792. ########## 6/8/2015 8:34:28 AM ##########
  793. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Markup.StaticExtension' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: Cannot locate resource 'resources/classicons/general//archived.png'.
  794. at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
  795. at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
  796. at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
  797. at System.IO.Packaging.PackWebResponse.GetResponseStream()
  798. at System.IO.Packaging.PackWebResponse.get_ContentType()
  799. at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
  800. at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
  801. at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
  802. at System.Windows.Media.Imaging.BitmapImage.EndInit()
  803. at System.Windows.Media.Imaging.BitmapImage..ctor(Uri uriSource, RequestCachePolicy uriCachePolicy)
  804. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetImage(String resourcePath)
  805. at Hearthstone_Deck_Tracker.Utility.ImageCache.GetClassIcon(HeroClassAll class)
  806. at Hearthstone_Deck_Tracker.Utility.ImageCache.get_ArchivedMarker()
  807. --- End of inner exception stack trace ---
  808. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  809. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  810. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  811. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
  812. at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
  813. at System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value)
  814. at System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider)
  815. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
  816. --- End of inner exception stack trace ---
  817. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  818. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  819. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  820. at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
  821. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2.InitializeComponent()
  822. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItemLayouts.DeckPickerItemLayout2..ctor()
  823. --- End of inner exception stack trace ---
  824. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  825. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  826. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  827. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  828. at System.Activator.CreateInstance(Type type)
  829. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPickerItem..ctor(Deck deck, Type deckPickerItemLayout)
  830. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.GetDeckPickerItemFromCache(Deck deck)
  831. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.UpdateDecks(Boolean reselectActiveDeck, Boolean simpleRefill)
  832. at Hearthstone_Deck_Tracker.Controls.DeckPicker.DeckPicker.ListViewDeckType_OnSelectionChanged(Object sender, SelectionChangedEventArgs e)
  833. at System.Windows.Controls.SelectionChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  834. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  835. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  836. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  837. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  838. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  839. at System.Windows.Controls.ListBox.OnSelectionChanged(SelectionChangedEventArgs e)
  840. at System.Windows.Controls.Primitives.Selector.InvokeSelectionChanged(List`1 unselectedInfos, List`1 selectedInfos)
  841. at System.Windows.Controls.Primitives.Selector.SelectionChanger.End()
  842. at System.Windows.Controls.Primitives.Selector.SelectionChanger.SelectJustThisItem(ItemInfo info, Boolean assumeInItemsCollection)
  843. at System.Windows.Controls.Primitives.Selector.OnSelectedIndexChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  844. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  845. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  846. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  847. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  848. at System.Windows.DependencyObject.CoerceValue(DependencyProperty dp)
  849. at System.Windows.Controls.Primitives.Selector.OnItemsChanged(NotifyCollectionChangedEventArgs e)
  850. at System.Windows.Controls.ListView.OnItemsChanged(NotifyCollectionChangedEventArgs e)
  851. at System.Windows.Controls.ItemsControl.OnItemCollectionChanged2(Object sender, NotifyCollectionChangedEventArgs e)
  852. at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
  853. at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
  854. at System.Windows.Controls.ItemCollection.OnViewCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
  855. at System.Windows.WeakEventManager.ListenerList`1.DeliverEvent(Object sender, EventArgs e, Type managerType)
  856. at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)
  857. at System.Collections.Specialized.CollectionChangedEventManager.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
  858. at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
  859. at System.Windows.Data.ListCollectionView.RefreshOverride()
  860. at System.Windows.Data.CollectionView.RefreshInternal()
  861. at System.Windows.Data.CollectionView.Refresh()
  862. at System.Windows.Data.CollectionView.EndDefer()
  863. at System.Windows.Data.CollectionView.DeferHelper.Dispose()
  864. at System.Windows.Controls.ItemCollection.SetCollectionView(CollectionView view)
  865. at System.Windows.Controls.ItemCollection.SetItemsSource(IEnumerable value, Func`2 GetSourceItem)
  866. at System.Windows.Controls.ItemsControl.OnItemsSourceChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  867. at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  868. at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  869. at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  870. at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  871. at System.Windows.DependencyObject.InvalidateProperty(DependencyProperty dp, Boolean preserveCurrentValue)
  872. at System.Windows.Data.BindingExpressionBase.Invalidate(Boolean isASubPropertyChange)
  873. at System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange)
  874. at System.Windows.Data.BindingExpression.Activate(Object item)
  875. at System.Windows.Data.BindingExpression.AttachToContext(AttachAttempt attempt)
  876. at System.Windows.Data.BindingExpression.MS.Internal.Data.IDataBindEngineClient.AttachToContext(Boolean lastChance)
  877. at MS.Internal.Data.DataBindEngine.Task.Run(Boolean lastChance)
  878. at MS.Internal.Data.DataBindEngine.Run(Object arg)
  879. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  880. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  881. [8:34:27 AM] Game: set CurrentGameMode to None
  882. [8:34:27 AM] Game: >>>>>>>>>>> Reset <<<<<<<<<<<
  883. [8:34:27 AM] OpponentSecrets: Cleared secrets
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement