mylilpenguin / procurement

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

error after the stash image download #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. login
2. search stash
3. crash when done

What is the expected output? What do you see instead?
debuginfo.log
Application Version: Procurement v0.0.9CurrentCulture: pt-BR
CurrentUICulture: pt-BR
System.Collections.Generic.KeyNotFoundException: The given key was not present 
in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Procurement.ViewModel.StashViewModel..ctor(StashView stashView)
at Procurement.View.StashView..ctor()
at Procurement.ViewModel.ScreenController.<initScreens>b__0()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate 
callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, 
Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

What version of the product are you using? On what operating system?
v.0.0.9

Please provide any additional information below.
"Error msg popup: There was an unhandled error - Sorry! Please send the 
debuginfo.log to one of the developers."

Original issue reported on code.google.com by tbgiarr...@gmail.com on 21 Aug 2013 at 6:09

GoogleCodeExporter commented 8 years ago
This error is caused by using the v0.0.8 settings file, which is missing two 
new settings, namely:

<Setting name="CurrencyDistributionMetric" value="GemCutterPrism" />

Add that line inside the <UserSettings> section, and :

<Buyouts />

Above the </Settings> line. Take a look at the settings.xml file included in 
the v0.0.9 zip file to see exactly where the two new settings should be.

Original comment by stickymaddness on 21 Aug 2013 at 9:29