Besitze einen Topfield TF7700 und setzte schon Jahre HDMU darauf ein.

Habe das neuste Topf Image aufgespielt inkl. Formatierung: HDMU_15496_E2_topf_217_git_4206_nodebug_mix.

Sobald ich eine Extension aufspiele stürzt der Receiver beim hochfahren ab.
Getestete Extensions
opkg install enigma2-plugin-extensions-zdfnewmediathek
oder
opkg install enigma2-plugin-webapps-mediaportal

Hier das Log mit der Python Exception:
Code:
...
<    75.165> [AutoMount.py] CheckMountPointFinished None None
<    75.168> [AutoMount.py] CheckMountPointFinished None None
<    75.223> [NetworkBrowser] fallback to default translation for NetworkBrowser
<    75.242> [NetworkBrowser] fallback to default translation for Search for network shares
<    75.261> [NetworkBrowser] fallback to default translation for MountManager
<    75.283> [NetworkBrowser] fallback to default translation for Manage network shares
<    78.431> Plugin  Extensions/WebInterface failed to load: No module named plugin
<    87.715> Starting TopfieldVFD
<    87.751> EXCEPTION IN PYTHON STARTUP CODE:
<    87.752> ------------------------------------------------------------
<    87.754> Traceback (most recent call last):
<    87.755>   File "/usr/lib/enigma2/python/mytest.py", line 519, in <module>
<    87.761>     runScreenTest()
<    87.762>   File "/usr/lib/enigma2/python/mytest.py", line 407, in runScreenTest
<    87.763>     runNextScreen(session, screensToRun)
<    87.766>   File "/usr/lib/enigma2/python/mytest.py", line 401, in runNextScreen
<    87.767>     session.openWithCallback(boundFunction(runNextScreen, session, screensToRun[1:]), screen, *args)
<    87.768>   File "/usr/lib/enigma2/python/mytest.py", line 235, in openWithCallback
<    87.769>     dlg = self.open(screen, *arguments, **kwargs)
<    87.770>   File "/usr/lib/enigma2/python/mytest.py", line 245, in open
<    87.772>     dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
<    87.772>   File "/usr/lib/enigma2/python/mytest.py", line 188, in instantiateDialog
<    87.775>     return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
<    87.775>   File "/usr/lib/enigma2/python/mytest.py", line 205, in doInstantiateDialog
<    87.777>     dlg = screen(self, *arguments, **kwargs)
<    87.778>   File "usr/lib/enigma2/python/Screens/InfoBar.py", line 54, in __init__
<    87.788>   File "usr/lib/enigma2/python/Components/config.py", line 1650, in __getattr__
<    87.799> KeyError: 'infobar'
<    87.800> ------------------------------------------------------------
Als einzige Möglichkeit bleibt mir das erneuete Aufspielen der 15496 mit dem USB Stick und alles läuft wieder.

Kann jemand helfen?