Forum
New Raspberry Pi firmware & XBMC Frodo RC3 - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Testing & Experimental (/forum-21.html)
+--- Thread: New Raspberry Pi firmware & XBMC Frodo RC3 (/thread-211.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - rikkards - 15th Jan, 2013 11:32 PM

(15th Jan, 2013 09:42 PM)Koenkk Wrote:  Seems that the latest XBMC isn't working well. If you are having problems replace the git reset --hard hash with 3bb844a380e93c049ff236bf59bcc6c14b5cc96b

Before I get the log (at work right now) should I try this instead?


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Koenkk - 15th Jan, 2013 11:51 PM

@rikkard first provide the log please (put it on pastebin.com and link it here)


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - rikkards - 16th Jan, 2013 12:17 AM

(15th Jan, 2013 11:32 PM)rikkards Wrote:  
(15th Jan, 2013 09:42 PM)Koenkk Wrote:  Seems that the latest XBMC isn't working well. If you are having problems replace the git reset --hard hash with 3bb844a380e93c049ff236bf59bcc6c14b5cc96b

Before I get the log (at work right now) should I try this instead?

Sure thing I will do it tonight.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Crashthatch - 16th Jan, 2013 01:14 AM

xmbc log in this gist (pastebin was down):

https://gist.github.com/4539254#file-xmbc-log

Other commands used to update, dmesg output, and top / ps output after the crash also in that gist.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Koenkk - 16th Jan, 2013 02:10 AM

For those who had troubles earlier this day (XBMC Not starting, XBMC crashing @ home screen), retry the instructions (updated them)


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Crashthatch - 16th Jan, 2013 03:32 AM

Confirm that an apt-get install libcurl3 fixes my crashing problem.

Unfortunately am still getting grey stuff when scrolling and other decoding artifacts on XVid, even with the latest kernel (Linux xbian 3.6.11+ #3 PREEMPT Tue Jan 8 22:27:29 CET 2013 armv6l). Oh well...


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Koenkk - 16th Jan, 2013 05:56 AM

@Crashthatch, can you open a issue on our github together with a sample of the problematic video? https://github.com/xbianonpi/xbian/issues?state=open


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - rikkards - 16th Jan, 2013 12:32 PM

(16th Jan, 2013 02:10 AM)Koenkk Wrote:  For those who had troubles earlier this day (XBMC Not starting, XBMC crashing @ home screen), retry the instructions (updated them)

Well I went through and redid the updated instructions. It works perfectly now. No grey blocks and it doesn't crash.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - monkeypet - 16th Jan, 2013 02:35 PM

@Koenkk are you going to recompile of cmythlib pvr plugin also? So far, the streaming from the mythtv backend is smooth and I can access recordings and LiveTV. However, major UI slowness in accessing the recording menus. I am wondering if the mythtv pvr plugin from HEAD will fix the issue.


New Raspberry Pi firmware & XBMC Frodo RC3 - Koenkk - 16th Jan, 2013 05:45 PM

@monkeypet When I recompile XBMC I also recompile the pvr addons


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - raspberry_pd - 17th Jan, 2013 04:48 PM

FWIW, I still get gray blocking on XviD files. I think I neglected to test XviD files in my initial post-RC3/firmware upgrade testing. I probably also got too excited about the fix and lost concentration.

Can anyone else confirm that they still have gray blocking when jumpung forward and back within XviD files? If I matters, I'm testing with content stored on a NAS box access via SMB. None of it is HD either.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - CurlyMo - 17th Jan, 2013 08:07 PM

On some movies i still do get them, on other not (anymore).


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - s2108312 - 17th Jan, 2013 10:19 PM

i noticed the procedure has been updated again...
i received no error messages during the upgrade. Big Grin

however i found some errors in the xbmc.log after upgrade.

i started fresh from Alpha4 -> straight to upgrade -> basically cat the xbmc.log to see if there were any start-up errors for XBMC.

please solve these issues...

19:00:33 T:3043004416 ERROR: Error: Requested setting (audiooutput.guisoundmode) was not found. It must be case-sensitive

06:59:55 T:3030942784 ERROR: CecLogMessage - failed to release the previous LA
06:59:55 T:3030942784 ERROR: CecLogMessage - could not open a connection (try 1)
06:59:56 T:3043004416 ERROR: Remote Translator: Can't find button mypvr


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - Koenkk - 17th Jan, 2013 10:25 PM

@s2108312.

Can you open an issue on our git about this one?
Code:
19:00:33 T:3043004416 ERROR: Error: Requested setting (audiooutput.guisoundmode) was not found. It must be case-sensitive

The CEC errors are "normal", we cannot fix them.


RE: New Raspberry Pi firmware & XBMC Frodo RC3 - s2108312 - 17th Jan, 2013 10:45 PM

@Koenkk done.
https://github.com/xbianonpi/xbian/issues/228