cygnusxi / hfm-net

Automatically exported from code.google.com/p/hfm-net
2 stars 0 forks source link

Unhandled Exception calculating Average Frame Duration. #199

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

- Stack Trace from ixor (see his email for FAHlog.txt file)

System.Collections.Generic.KeyNotFoundException: Данный ключ
отсутствует в словаре.
  в System.ThrowHelper.ThrowKeyNotFoundException()
  в System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  в HFM.Instances.UnitInfoLogic.GetDurationInSeconds(Int32 numberOfFrames)
  в HFM.Instances.UnitInfoLogic.get_RawTimePerAllSections()
  в HFM.Instances.UnitInfoLogic.get_TimePerAllSections()
  в HFM.Instances.InstanceProteinBenchmark.ToMultiLineString(IUnitInfoLogic
UnitInfo, String PpdFormatString, Boolean ProductionValuesOk)
  в HFM.Forms.frmBenchmarks.listBox1_SelectedIndexChanged(Object
sender, EventArgs e)
  в System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
  в System.Windows.Forms.ListBox.set_SelectedIndex(Int32 value)
  в HFM.Forms.frmBenchmarks.UpdateProjectListBoxBinding(Int32 InitialProjectID)
  в HFM.Forms.frmBenchmarks.frmBenchmarks_Shown(Object sender, EventArgs e)
  в System.Windows.Forms.Form.OnShown(EventArgs e)
  в System.Windows.Forms.Form.CallShownEvent()
  в System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry
tme)
  в System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
  в System.Threading.ExecutionContext.runTryCode(Object userData)
  в
System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(
TryCode
code, CleanupCode backoutCode, Object userData)
  в System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state)
  в System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
  в System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
  в System.Windows.Forms.Control.InvokeMarshaledCallbacks()

Last Version Tested

- v0.4.11.164

Original issue reported on code.google.com by harlam357 on 22 Apr 2010 at 1:39

GoogleCodeExporter commented 8 years ago
Marked Fixed for Revision 166.

Original comment by harlam357 on 26 Apr 2010 at 11:11