apps no longer working

For almost 2 months now Sidekick and Crewchief were working perfectly, now they are not! They are enabled in the general settings but they are not visible in the app bar on the right side of the screen. I'm at a lost as to why they just stopped working.
 
I guess you are using CustomShadersPatch and ContentManager? Then try to disable this:
1581813456004.png
 
from Peter Boese in the Sol-Thread:
 
Search for the apps in log.txt, try start AC from steam (std interface) and make sure apps visible and enabled in options

If you have mentioned setting, it's here:
[APPS]
CUSTOM_ERRORS_HANDLING=0 ; Custom errors handling for Python apps; 1 or 0
(in ..\Steam\steamapps\common\assettocorsa\extension\config)
 
Here is what I was able to gather regarding python in the log file

**************************************************************************************************************************

Initialising Python Interface

Cleaning Python Cache in path apps/python/system/

LOADING 5 PY APPS

ERROR: Python [ERROR] File apps/python/acnotify/acnotify.py not found

Cleaning Python Cache in path apps/python/Chat/

Opening PyModule Chat

Init PyPlugin:Chat

WARNING: TaskBarIcon :: COULD NOT FIND TEXTURES FOR Python Chat_ICON

'module' object has no attribute 'acUpdate'

'module' object has no attribute 'acShutdown'

Cleaning Python Cache in path apps/python/gMeter/

Opening PyModule gMeter

Init PyPlugin:gMeter

WARNING: TaskBarIcon :: COULD NOT FIND TEXTURES FOR G Meter_ICON

'module' object has no attribute 'acUpdate'

'module' object has no attribute 'acShutdown'

Cleaning Python Cache in path apps/python/OV1Info/

Opening PyModule OV1Info

ERROR

PyModule :: Errors occurred loading OV1Info




[PY ERROR]: apps/python/OV1Info\OV1Info.py (26)

ERROR: Python ERROR LOADING MODULE :sys.path.append('apps/python/OV1Info')

Cleaning Python Cache in path apps/python/Sidekick/

Opening PyModule Sidekick

ERROR

PyModule :: Errors occurred loading Sidekick




[PY ERROR]: apps/python/Sidekick\Sidekick.py (36)

ERROR: Python ERROR LOADING MODULE :sys.path.append('apps/python/Sidekick')
 
can you disable all apps other than Sidekick and Crewchief ?
mostly OV1Info
also did you update gmeter lately? maybe use an old version of it, I did contribute the latest update for it, but maybe it got you from the back ;(
oh its the g-Force app i meant, not gmeter, that is an included one, so it should work
 
Last edited:
can you disable all apps other than Sidekick and Crewchief ?
mostly OV1Info
also did you update gmeter lately? maybe use an old version of it, I did contribute the latest update for it, but maybe it got you from the back ;(
oh its the g-Force app i meant, not gmeter, that is an included one, so it should work

1- I disabled all the apps
2- Deleted python.ini
3- Deleted the apps folder
4- Ran the integrity check (which naturally re-installed the missing files)
5- Installed only Crewchief and ensured it was enabled
6- Started AC and to no avail
 
Back
Top