Bug #731
XBMC crashes on startup
Status: | Closed | Start date: | 11/08/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 01/10/2011 | |
Assignee: | nharris | % Done: | 0% |
|
Category: | Packages: Core | Spent time: | - | |
Target version: | 7.1 |
Description
When the R6.03 upgrade runs it breaks the XBMC package with the following error on startup
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
/usr/share/xbmc/xbmc.bin: error while loading shared libraries: libcdio.so.7: cannot open shared object file: No such file or directory
Looked in
/usr/lib/
libcdio.so.7 does not exist
To fix the problem download
libcdio.so.7
Copy the file to /usr/share/xbmc
Code:
sudo cp ./libcdio.so.7 /usr/share/xbmc
Then create a symbolic link
Code:
sudo ln -s /usr/share/xbmc/libcdio.so.7 /usr/lib/libcdio.so.7
This fixes XBMC so it starts correctly
History
Updated by jams almost 14 years ago
- Status changed from New to Closed
resolved in r7 with xbmc update.