Kodi Community Forum

Full Version: Navigating in video settings crashing XBMC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When navigating the in the video settings in MediaStream XBMC crashes when trying to go from "Library" to "Player". This is happening with recent SVN builds and only seems to happen in Media Stream.

log.

EDIT.
I just had it happen in MiniMeedia as well.

This does not happen in PM3.HD or Hitcher's Aeon.
I have the same problem under ubuntu and the latest SVN version. It was no problem with the latest stable version.
Was xbmc doing video/tv database scan while you were navigating?
CrashX Wrote:Was xbmc doing video/tv database scan while you were navigating?
No. And it's still happening with build 22377.
yup. same problem with minimeedia. my mediastream redux mod works fine though
from my observations it has something to do with 22205 before it worked fine.
anyone found a fix for this issue?
ezechiel1917 Wrote:yup. same problem with minimeedia. my mediastream redux mod works fine though
from my observations it has something to do with 22205 before it worked fine.

Are you sure this bug begin at 22205?
It's fixed in r23234.

A temporary workaround is to change the id of the scrollbar from 61 to something sufficiently larger than that (eg 100) in SettingsCategory.xml

The real fix is cleaning up this code - that won't happen I suspect for quite some time.

Cheers,
Jonathan
@jmarshall
Cheers, you faster. i'm reading for this bug and not understand nowSmile
thanks for your fix jmarshall. Cool