I'm hoping someone can shed some light here. My PC tripped during an AC session. After I reboot, Steam somehow lost track that I had AC installed, so I had to reinstall the game (although the folders were all intact on my HDD). Upon relaunching the game I realized the fuel_usage app disappeared. So I reinstalled it via CM (drag and drop). But when I go into the pit, this is what I see now. I tried deleting and re-installing a few times both manually and via CM but to no avail.
I tried looking into py_log and I saw this bunch of text, not sure if it meant anything
Fuel Usage Mini USING GUI SCALING
Fuel Usage Main Error (logged to file)
[fuel_usage: error] Traceback (most recent call last):
File "apps/python/fuel_usage\fuel_usage.py", line 978, in acMain
Initialize(x_start, y_start)
File "apps/python/fuel_usage\fuel_usage.py", line 307, in Initialize
AverageFuelPerLap = float(f.readline()[6:])
ValueError: could not convert string to float: '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "apps/python/fuel_usage\fuel_usage.py", line 1012, in acMain
ConsoleLog(repr(traceback.format_exception(exc_type, exc_value, exc_traceback)))
NameError: global name 'traceback' is not defined
Any help is greatly appreciated. Thanks!