crash problem

amine2010

Vu+ Newbie
Hi Guys,
i have a problem with bh 2.1.7 duo2 . the box crash every time i open tstube ans tsmedia. i added crash log
i tried other images and it works perfect but i love blackhole.
can someone help me please to solve it?

thanks
 

Attachments

Hi Guys,
i have a problem with bh 2.1.7 duo2 . the box crash every time i open tstube ans tsmedia. i added crash log
i tried other images and it works perfect but i love blackhole.
can someone help me please to solve it?

thanks
Error:
Code:
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
    res = self.actions[action]()
  File "/usr/lib/enigma2/python/Plugins/Extensions/TSTube/resources/youtube/plugin.py", line 503, in KeyOk
  File "/usr/lib/enigma2/python/mytest.py", line 312, in open
    dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/mytest.py", line 247, in instantiateDialog
    return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
  File "/usr/lib/enigma2/python/mytest.py", line 278, in doInstantiateDialog
    dlg.applySkin()
  File "/usr/lib/enigma2/python/Components/GUISkin.py", line 112, in applySkin
    self.createGUIScreen(self.instance, self.desktop)
  File "/usr/lib/enigma2/python/Components/GUISkin.py", line 41, in createGUIScreen
    applyAllAttributes(w.instance, desktop, w.skinAttributes, self.scale)
  File "/usr/lib/enigma2/python/skin.py", line 308, in applyAllAttributes
    applySingleAttribute(guiObject, desktop, attrib, value, scale)
  File "/usr/lib/enigma2/python/skin.py", line 208, in applySingleAttribute
    ptr = loadPixmap(value, desktop) # this should already have been filename-resolved.
  File "/usr/lib/enigma2/python/skin.py", line 176, in loadPixmap
    raise SkinError("pixmap file %s not found!" % (path))
skin.SkinError: {3D-BlackHole-Orbits/skin.xml}: pixmap file /usr/lib/enigma2/python/Plugins/Extensions/TSTube/interface/images/frame4.png not found!
Seems the problem is related to some missing graphic elements of TSTube plugin.
 
Back
Top