XBMC only runs in GDB.
#1
So I've been having endless troubles with RC2. As soon as I start customizing anything it doesn't run. If I blow away .xbmc then it'll run fine. But as soon as I add sources, a custom skin or MySQL it just displays the black screen at launch and nothing else.

Now, for some reason I can get around it if I run xbmc in GDB. I wish I was making this up.

Code:
#!/bin/bash
exec gdb -ex run /usr/local/lib/xbmc/xbmc.bin
#exec /usr/local/bin/xbmc --standalone
#exec /usr/local/lib/xbmc/xbmc.bin

Everything commented out doesn't work. The first line works great. (and what I have shoved in .xinitrc right now).
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#2
Bump.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC only runs in GDB.0