Crash while Atvo runs

Posts: 11
Hi guys,

I get crash mostly When I test my overlay. I click to OK button to close pop up but It's loop. I added crash log also overlay image.

Problem translation is index(array) must be greater than or equal to zero.
Error: 5.04.2019 11:39:37 (UTC)
Unhandled exception
System.FormatException: Dizin (sıfır tabanlı) sıfırdan büyük veya eşit olmalı ve bağımsız değişken listesinin boyutundan küçük olmalıdır.
  konum: System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args)
  konum: System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args)
  konum: ATVO.ThemeEditor.ThemeModels.DataBindings.LapCounterDataBinding.GetData(ISessionResult s) F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor\ThemeModels\DataBindings\LapCounterDataBinding.cs içinde: satır 454
  konum: ATVO.ThemeEditor.Data.DataSet`1.GetData(DataBindingBase bindingBase, ISimulation sim, IDataOrder order, DataClassIndex classIndex, Int32 offset) F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor.Data\DataSet.cs içinde: satır 94
  konum: ATVO.ThemeEditor.ThemeModels.DataBinderContainer.GetBindingValue(DataBindingBase binding, DataSetBase dataset, ISimulation sim) F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor\ThemeModels\DataBinderContainer.cs içinde: satır 75
  konum: ATVO.ThemeEditor.ThemeModels.DataBinderContainer.SetValueAndUpdate(ISimulation sim) F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor\ThemeModels\DataBinderContainer.cs içinde: satır 101
  konum: ATVO.ThemeEditor.ThemeModels.ThemeDataUpdater.UpdateDataBinders(List`1 databinders, ISimulation sim, Boolean designMode, DebugModes debugMode, Double time, Double deltatime) F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor\ThemeModels\ThemeDataUpdater.cs içinde: satır 246
  konum: ATVO.ThemeEditor.ThemeModels.ThemeDataUpdater.Update(ISimulation sim, Boolean designMode, DebugModes debugMode) F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor\ThemeModels\ThemeDataUpdater.cs içinde: satır 51
  konum: ATVO.Theme.Code.EditorTheme.<SimOnDataUpdatedEvent>b__27_0() F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.Theme\Code\EditorTheme.cs içinde: satır 122
  konum: System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
  konum: System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- Özel durumun oluşturulduğu önceki konumdan başlayan yığın izlemesinin sonu ---
  konum: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  konum: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  konum: System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
  konum: System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
  konum: System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
  konum: System.Windows.Threading.Dispatcher.Invoke(Action callback)
  konum: ATVO.Theme.Code.EditorTheme.SimOnDataUpdatedEvent(Object sender, ISimulation simulation) F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.Theme\Code\EditorTheme.cs içinde: satır 119
  konum: ATVO.Data.Simulation.UpdateData() F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.Data\Simulation.cs içinde: satır 267


regards,
mertcan
Edited (2 times)
Posts: 785
The issue is in your lapcounter binding. Maybe there is some wrong formatting in one of the properties there? Can you list exactly the settings of your lapcounter binding?
Posts: 11
Nick Thissen wrote:
The issue is in your lapcounter binding. Maybe there is some wrong formatting in one of the properties there? Can you list exactly the settings of your lapcounter binding?
I made some changes on the list. I guess they caused it. I will reset counter settings and I'll write the results.

Thank you so much
Edited (1 time)