6th Jun, 2013, 04:31 PM
Hi everyone, I recently installed Xbian and noticed that the built-in screensavers caused xbmc to crash and stop the service.
Via SSH I obtained my log file:
I was wondering if this was supposed to happen? I read that ProjectM visualizer doesn't work since its written for i386...
However I found that the screensavers are part of a linux package called rsxs which is located as a part of the XMBC repo:
https://github.com/xbmc/xbmc/tree/master/xbmc/screensavers/rsxs-0.9
I read through the documentation and saw it is written in C++ and you can compile it.
This is where I need a bit of guidance/advice, I really want to get screensavers working on my Rpi!
Is there a reason the .xbs files were not in my installation? I used the Xbian 1.0 alpha 5 windows installer to copy to SD card.
Thank you in advance.[/code]
Via SSH I obtained my log file:
Code:
01:36:55 T:3042623488 DEBUG: CAnnouncementManager - Announcement: OnScreensaverActivated from xbmc
01:36:55 T:3042623488 DEBUG: GOT ANNOUNCEMENT, type: 4, from xbmc, message OnScreensaverActivated
01:36:55 T:3042623488 DEBUG: Activating window ID: 12900
01:36:55 T:2949997632 NOTICE: screensaver activated
01:36:55 T:2949997632 DEBUG: NEWADDON PythonCallbackHandler construction with PyThreadState 0x236a510
01:36:55 T:3042623488 DEBUG: ------ Window Deinit (Home.xml) ------
01:36:55 T:3042623488 DEBUG: ------ Window Init () ------
01:36:55 T:3042623488 DEBUG: ADDON: Dll Initializing - Euphoria
01:36:55 T:3042623488 ERROR: ADDON: Could not locate Euphoria.xbs
I was wondering if this was supposed to happen? I read that ProjectM visualizer doesn't work since its written for i386...
However I found that the screensavers are part of a linux package called rsxs which is located as a part of the XMBC repo:
https://github.com/xbmc/xbmc/tree/master/xbmc/screensavers/rsxs-0.9
I read through the documentation and saw it is written in C++ and you can compile it.
This is where I need a bit of guidance/advice, I really want to get screensavers working on my Rpi!
Is there a reason the .xbs files were not in my installation? I used the Xbian 1.0 alpha 5 windows installer to copy to SD card.
Thank you in advance.[/code]