2014-09-30, 22:06
Hi
What date was version 2.5.1 released? Is it newish or been around for awhile?
Thanks
What date was version 2.5.1 released? Is it newish or been around for awhile?
Thanks
(2014-09-30, 22:06)cw-kid Wrote: What date was version 2.5.1 released? Is it newish or been around for awhile?
(2014-09-30, 22:23)herrnst Wrote:(2014-09-30, 22:06)cw-kid Wrote: What date was version 2.5.1 released? Is it newish or been around for awhile?
Pulled into the XBMC.org addon repo on Aug 19 2014.
(2014-09-30, 22:42)cw-kid Wrote: I am having issues with XBMC crashing out and restarting itself, it only seems to happen when playing music in full screen mode. I saw an old thread here where someone said disabling LCD Proc add-on stopped his crashes, so I thought I'd try it.
<music>
<line>$INFO[MusicPlayer.Title]</line>
<line>$INFO[LCD.ProgressBar]</line>
</music>
<music>
<line>Playing music</line>
<line>$INFO[LCD.ProgressBar]</line>
</music>
(2014-10-03, 10:44)0xFF Wrote: When playing music, xbmc often crashes and respawn (no matter if fullscreen or not).
There is nothing special in xbmc.log before crash. Dmesg says:
"xbmc main process (1197) terminated with status 134", and xbmc is respawn.
There is no problem with playing movies.
Here's my LCD.xml entry for music
Code:<music>
<line>$INFO[MusicPlayer.Title]</line>
<line>$INFO[LCD.ProgressBar]</line>
</music>
(2014-10-03, 10:44)0xFF Wrote: Hello,
I'm using xbian on Raspberry Pi with LCDProc plugin and i2c OLED display.
It seems that my system is affected with this issue too.
When playing music, xbmc often crashes and respawn (no matter if fullscreen or not).
There is nothing special in xbmc.log before crash. Dmesg says:
"xbmc main process (1197) terminated with status 134", and xbmc is respawn.
There is no problem with playing movies.
Here's my LCD.xml entry for music
Code:<music>
<line>$INFO[MusicPlayer.Title]</line>
<line>$INFO[LCD.ProgressBar]</line>
</music>
The interesting thing is, when I changed $INFO[MusicPlayer.Title] label to static:
it worked for me without problem.Code:<music>
<line>Playing music</line>
<line>$INFO[LCD.ProgressBar]</line>
</music>
(2014-10-03, 10:44)0xFF Wrote: Here's my LCD.xml entry for music
Code:<music>
<line>$INFO[MusicPlayer.Title]</line>
<line>$INFO[LCD.ProgressBar]</line>
</music>
The interesting thing is, when I changed $INFO[MusicPlayer.Title] label to static:
it worked for me without problem.Code:<music>
<line>Playing music</line>
<line>$INFO[LCD.ProgressBar]</line>
</music>
(2014-10-03, 10:44)0xFF Wrote: The interesting thing is, when I changed $INFO[MusicPlayer.Title] label to static:
<music>
<line>$INFO[MusicPlayer.Title] - $INFO[MusicPlayer.Title] $INFO[MusicPlayer.Title] - $INFO[MusicPlayer.Title] $INFO[MusicPlayer.Title]</line>
<line>$INFO[MusicPlayer.Title] $INFO[MusicPlayer.Title] $INFO[MusicPlayer.Title] $INFO[MusicPlayer.Title]</line>
</music>
(2014-10-03, 13:42)cw-kid Wrote: I have no idea how to do this.On a "regular" Linux box with a "regular" XBMC/Kodi install, install the gdb package, then (best as root), run
gdb /usr/lib/xbmc/xbmc.bin `pidof xbmc.bin`
bt full
thread apply all bt