3rd Jan, 2013, 12:53 AM
Update 08-01-2013: A new image has been uploaded which include these fixes, it's is available in the Windows & Mac installer and also on our manual download page.
#1 - Libraries not found
Symptoms: XBMC not starting/black screen, libEGL.so missing.
Fix: SSH in and execute these commands:
#2 - Incorrect permission on sources.xml
Symptoms: XBMC not saving media sources.
Fix: SSH in and execute these commands:
#3 - XBMC insufficient resources
Symptoms: video playback fails (after some time) resulting in a black screen.
Fix: SSH in and execute these commands:
If you have found a bug and got a fix for it, please leave a short description & fix about this bug here. We will add it to this list as soon as possible.
#1 - Libraries not found
Symptoms: XBMC not starting/black screen, libEGL.so missing.
Fix: SSH in and execute these commands:
Code:
sudo su #default password = 'raspberry'
echo "/opt/vc/lib" > /etc/ld.so.conf.d/00-vmcs.conf
ldconfig
reboot
#2 - Incorrect permission on sources.xml
Symptoms: XBMC not saving media sources.
Fix: SSH in and execute these commands:
Code:
sudo /etc/init.d/xbmc stop #default password = 'raspberry'
sudo chown xbian:xbian .xbmc/userdata/sources.xml
sudo /etc/init.d/xbmc start
#3 - XBMC insufficient resources
Symptoms: video playback fails (after some time) resulting in a black screen.
Fix: SSH in and execute these commands:
Code:
sudo su #default password = 'raspberry'
sed -i 's/gpu_mem_256=100/gpu_mem_256=128/g' /boot/config.txt
sed -i 's/gpu_mem_512=100/gpu_mem_512=128/g' /boot/config.txt
reboot
If you have found a bug and got a fix for it, please leave a short description & fix about this bug here. We will add it to this list as soon as possible.