baccon404 / procurement

Automatically exported from code.google.com/p/procurement
0 stars 0 forks source link

beyond error #369

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
===================================================================
IF YOU ARE CRASHING DURING LOGIN OR WHEN SWITCHING LEAGUES, DOWNLOAD
1.7.3-dev AT:

https://github.com/Stickymaddness/Procurement/releases/tag/1.7.3-dev
===================================================================

NB: First check the wiki and existing issues!

What version of Procurement are you using? 
Application Version: Procurement 1.3.1CurrentCulture: es-ES

On what operating system?
Windows 7 x64

What steps will reproduce the problem?
1.select beyond league in the "League Selection" list
2.
3.

What is the expected output? What do you see instead?
The expected is the normal output for any league. It opens a new window 
explaining it was an error and asking you to report it
Then the typical windows' window this program had and error

Please provide any additional information below.
the debug file:

Application Version: Procurement 1.3.1CurrentCulture: es-ES
CurrentUICulture: es-ES
System.ArgumentException: Ya se agregó un elemento con la misma clave.
   en System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   en System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
   en Procurement.Controls.StashControl.refresh() en C:\Code\Procurement\Procurement\Controls\StashControl.xaml.cs:línea 81
   en System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   en System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   en MS.Internal.FrameworkObject.OnLoaded(RoutedEventArgs args)
   en System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
   en System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
   en System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
   en System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
   en System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
   en System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
   en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   en MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)Application Version: Procurement 1.3.1CurrentCulture: es-ES
CurrentUICulture: es-ES
System.ArgumentException: Ya se agregó un elemento con la misma clave.
   en System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   en System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
   en Procurement.Controls.StashControl.refresh() en C:\Code\Procurement\Procurement\Controls\StashControl.xaml.cs:línea 81
   en System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   en System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   en MS.Internal.FrameworkObject.OnLoaded(RoutedEventArgs args)
   en System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
   en System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
   en System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
   en System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
   en System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
   en System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
   en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   en MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

btw I tried it twice just in case

Original issue reported on code.google.com by gomezma...@gmail.com on 23 Aug 2014 at 6:35

GoogleCodeExporter commented 8 years ago
ok I have tried now with this version 
https://github.com/Stickymaddness/Procurement/releases/tag/1.7.3-dev
and it works fine

Original comment by gomezma...@gmail.com on 23 Aug 2014 at 7:20

GoogleCodeExporter commented 8 years ago
Procurement 1.8.0 has been released, it includes the fixes in 1.7.3-dev as well 
as a few others, and some new functionality.

https://github.com/Stickymaddness/Procurement/releases/tag/1.8.0

Original comment by stickymaddness on 24 Aug 2014 at 12:04