Ich nutze die aktuelle Nightly vom 29.09.2011 unter Linux.
Seit ein oder zwei Wochen habe ich das Problem, dass beim Aufruf von NAVI-X (3.6 / 3.7) XBMC komplett abstürzt. Das selbe passiert wenn ich unter System/Einstellungen/Addon/Programe browse, crasht XBMC komplett, sowie beim Aufruf der Favoriten vom Home-Screen aus.
Code
09:37:06 T:2829048688 NOTICE: -->Python Interpreter Initialized<--
09:37:06 T:2829048688 ERROR: /home/xbmc/.xbmc/addons/script.NaviX/default.py:40: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
sys.path.append(os.path.join(os.getcwd().replace(";",""),'src'))
09:37:06 T:2829048688 ERROR: /home/xbmc/.xbmc/addons/script.NaviX/default.py:42: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
RootDir = os.getcwd()
09:37:06 T:2829048688 ERROR: /home/xbmc/.xbmc/addons/script.NaviX/src/navix.py:32: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
sys.path.append(os.path.join(os.getcwd().replace(";",""),'src'))
09:37:06 T:2829048688 ERROR: /home/xbmc/.xbmc/addons/script.NaviX/src/settings.py:64: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
RootDir = os.getcwd()
09:37:06 T:2829048688 ERROR: /home/xbmc/.xbmc/addons/script.NaviX/default.py:198: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
win = navix.MainWindow("skin.xml", os.getcwd())
Alles anzeigen
Besteht der Bug allgemein, oder hab ich mir den selbst installiert?