Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84005

Crash due to autoexec.py

$
0
0
Came across another thread that tipped me off that these constant crashes I was having were due to what was in my autoexec.py. Renamed that and xbmc stopped crashing on startup. Here's what was in there:

Code:
import time;time.sleep(5);xbmc.executebuiltin("XBMC.RunScript(special://home/addons/script.trakt/default.py,-startup)")
import xbmc
xbmc.executescript("/home/ermesa/.xbmc/addons/script.games.rom.collection.browser/dbUpLauncher.py")

I'm inclined to think it's trackt's fault, but what would I look for in the stack trace or the log to clue me in?

Viewing all articles
Browse latest Browse all 84005

Trending Articles