Atvo and ThemeEditor crash doesn't start

Posts: 56
Hi guys, I can't start Atvo and ThemeEditor, I get this error when I try to start the program.

This is the log:

Error: 10/06/2020 21:03:36 (UTC)
Unhandled exception
System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de 'ATVO.Settings.Global.GlobalSettings'. ---> System.FormatException: Error parsing C:\Users\Toni\AppData\Roaming\ATVO\settings.ini line 26
en ATVO.Config.ConfigFile.Deserialize(Object graph)
en ATVO.Config.ConfigObject.Load()
en ATVO.Config.ConfigObject..ctor(String filename)
en ATVO.Settings.Global.GlobalSettings..ctor()
en ATVO.Settings.Global.GlobalSettings..cctor()
--- Fin del seguimiento de la pila de la excepción interna ---
en ATVO.Settings.Global.GlobalSettings.get_Instance()
en ATVO.Launcher.Settings.LauncherSettings.<>c.<.cctor>b__8_0()
en System.Lazy`1.CreateValue()
en System.Lazy`1.LazyInitValue()
en System.Lazy`1.get_Value()
en ATVO.Launcher.App.<OnStartup>d__4.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
en System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Posts: 56
I'm trying unistalling and reinstalling the program and reboot the pc and can't to start the program.
Posts: 785
Which channel are you on?

Can you send me this file: C:\Users\Toni\AppData\Roaming\ATVO\settings.ini
Posts: 56
Finally I found the problem, I set the refresh rate to 1,5 sec in web timing and maybe decimals on this value are not supported.
After search the file and change the value to 1,the program starts without problems.

Maybe you can do that we can not set decimals if is not supported?

Thanks guys
Edited (1 time)
Posts: 56
Nick Thissen wrote:
Which channel are you on?


I don't understand you, which channel? updatechannel? 4


Can you send me this file: C:\Users\Toni\AppData\Roaming\ATVO\settings.ini

[global]
usemetricunits=True
uselivedata=True
usetrackmap=False
usexsplit=False
controlstopmost=False
timingscreentopmost=False
camerastopmost=False
remotetopmost=False
settingstopmost=False
timingscreeninvertgapsign=False
usedatadelay=True
datadelayvalue=30
driverstopmost=False

[overlay]
x=-1920
y=0
width=1920
height=1080
visible=True

[timing]
uselivetiming=False
livetimingurl=http://livetiming.mundogt.org/********.php
livetimingpassword=********
livetiminginterval=1,5

[launcher]
updatechannel=4

[security]
enablethirdpartysources=False

[timingscreen]
fontsize=12
rowspacing=0

[ndi]
enabled=False
width=1920
height=1080
sourcename=ATVO Overlay
frameratenumerator=60000
frameratedenominator=1000

[stats]
oval=
road=
dirtoval=
dirtroad=
Edited (1 time)
Posts: 785
Thanks, I will check it out, probably some pc language issue.