Please save your old ini and attach or send it by pm if it helps, i'm not aware of any combination that would crash the app during init. If icon is missing this is what must be happening.
If still not working, attach log.txt from your ac log folder as it contains any app loading error.
Hi,
Renaming config.ini solved the problem. The app made a new one and I copied my settings over to it.
Here are the differences:
Old-
[APP]
scale = 1.0
scale_font = 1.0
background = Standard
config_menu_mode = Close
disable_buttons = None
bw_buttons = False
use_op_font = False
op_font = ['Roboto', 0, 0]
verbose_log = Standard
debug = False
visible = True
[DISPLAY]
practice = CompactExtend
qualify = CompactExtend
race = CompactExtend
other = CompactExtend
disabled = None
[INDICATOR]
show_new_tyre = True
temp_bar_mode = StandardRing
top_tyre_mode = False
dirty_bar_tyre = False
avg_peak_mode = False
center_bar = False
show_brake_slip = Delayed
brake_sense_practice = High
brake_sense_qualify = High
brake_sense_race = Medium
brake_sense_other = Off
New-
[APP]
scale = 1.0
scale_font = 1.0
background = Standard
config_menu_mode = Close
disable_buttons = None
bw_buttons = False
use_op_font = False
op_font = ['Roboto', 0, 0]
verbose_log = Standard
debug = False
[DISPLAY]
practice = CompactExtend
qualify = CompactExtend
race = CompactExtend
other = CompactExtend
disabled = None
[INDICATOR]
show_new_tyre = True
temp_bar_mode = StandardRing
top_tyre_mode = False
dirty_bar_tyre = False
avg_peak_mode = False
center_bar = False
use_radius = True
show_brake_slip = Delayed
brake_sense_practice = High
brake_sense_qualify = High
brake_sense_race = Medium
brake_sense_other = Off
X.