Recent content by Huevos

  1. H

    OpenBh 5.3.009 Recording and Playback settings.

    It is just doing what the config is telling it. Use individual settings for each directory: When set, each directory will show the previous state used. When off, the default values will be used. Maybe you should just turn this off if you don't want to use individual settings for each directory.
  2. H

    5.3.13 New problem

    Supposed to be "selectionPixmap", not "SelectionPixmap".
  3. H

    5.3.13 New problem

    You are in two line mode. Does your skin contain a pixmap for two line mode?
  4. H

    OpenBh 5.3.009 Enigma2 Crashlog

    Regular is always declared in emergency skin. You can check this in /usr/share/enigma2/skin_default.
  5. H

    OpenBh 5.3.009 Enigma2 Crashlog

    The font has to be a declared font in the skin or emergency skin. Then it will work. "Regular" is declared in the emergency skin so will always be present even if missing from the current skin. https://github.com/OpenViX/oe-alliance-e2-skindefault/blob/scalable/skin_default.xml#L93
  6. H

    OpenBH5.3.007_OctagonSF8008_stuckAtBootAfterUpdate

    Harddisk.py, line 722: mounts = listdir(mountEntry) That is a python built in function. Nothing has changed there in an update. OSError [Errno 74] Bad message: '/media/hdd' That most likely means the disk is corrupt. If you really believe this is due to an update, go back to the previous...
  7. H

    Which products would you like OpenBh to support ?

    This box is supported by OpenViX.
  8. H

    Decoding offline crash

    I've never used offline decoding. What are the steps?
  9. H

    Subtitles crashes

    We say "pan con pan comida de tontos".
  10. H

    Subtitles crashes

    Post #6 did not have a *.py. It had a line of code that has now been committed.
  11. H

    Subtitles crashes

    You didn't use my debug.
  12. H

    Subtitles crashes

    Did you try the suggestion in post #6?
  13. H

    Subtitles crashes

    Most likely this: if self.subtitlelist and self["config"].getCurrent()[1] is self.settings.menupage: And get rid of that global variable.
  14. H

    Subtitles crashes

    https://github.com/BlackHole/enigma2/commit/87e9bb1fe9aeca3ddf75e2eaef70b8885de19d2c#diff-d88bccb8a1775ae100dd2e141e1925de8ece1296fd8b9efe80aa96441e96ce90R501 Most likely that breaks it. We don't have that in OpenViX. That is a horrible bit of code. Maybe try: if self.subtitlelist and...
  15. H

    Subtitles crashes

    Yes, was not going to fix the crash, was just for debug. Can you post a screenshot of how it looks before pressing yellow.
Top