WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: XBMC won't load.  (Read 24376 times)

Offline cURIOUSgEORGE

  • Full Member
  • ***
  • Posts: 140
XBMC won't load.
« on: September 13, 2012, 02:25:14 AM »
I downloaded xbmc and it shows up in my menu, but, when I click on it nothing happens, and if I type xbmc in the terminal nothing happens at all, what so ever, in any which way, shape, or form.

I am running the latest and greatest Tinycore with Xorg.

Everything else works like a lucky charm, just not xbmc.

Any help would be greatly appreciated.

Thanks, George.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: XBMC won't load.
« Reply #1 on: September 13, 2012, 02:34:56 AM »

I am running the latest and greatest Tinycore with Xorg.


Please specify exact TC version instead of saying latest :(
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline cURIOUSgEORGE

  • Full Member
  • ***
  • Posts: 140
Re: XBMC won't load.
« Reply #2 on: September 13, 2012, 02:40:15 AM »
Gotcha. For future references.

I am running version 4.6 and I just realized that I am wrong, because, 4.6.1 is the latest and greatest at the current moment.

I am running Tinycore version 4.6

Thanks, George.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: XBMC won't load.
« Reply #3 on: September 13, 2012, 02:53:16 AM »
check for missing dependencies by running xbmc in a terminal

Offline cURIOUSgEORGE

  • Full Member
  • ***
  • Posts: 140
Re: XBMC won't load.
« Reply #4 on: September 13, 2012, 03:15:07 AM »
I tried that, and when I did, nothing happened at all, BUT, when I exit to prompt and type xbmc, it says....... . .

"XBMC needs hardware accelerated OpenGL rendering.
Install an appropriate graphics driver."

So I downloaded xf86-video-all.tcz to ensure that I have the correct driver, but what OpenGL extension do I need?
« Last Edit: September 13, 2012, 03:31:10 AM by cURIOUSgEORGE »

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: XBMC won't load.
« Reply #5 on: September 13, 2012, 03:52:01 AM »
I don't think output of trying to run XBMC outside of X would be of much relevance...

You could try:
ldd `which appname` |grep not
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline cURIOUSgEORGE

  • Full Member
  • ***
  • Posts: 140
Re: XBMC won't load.
« Reply #6 on: September 13, 2012, 03:55:49 AM »
Okay, I just tried that, and it says no such file or directory.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: XBMC won't load.
« Reply #7 on: September 13, 2012, 04:38:18 AM »
you need hardware accelerated graphics drivers and direct rendering enabled

check for

Code: [Select]
lspci | grep VGA
and

Code: [Select]
glxinfo | grep rendering

Offline cURIOUSgEORGE

  • Full Member
  • ***
  • Posts: 140
Re: XBMC won't load.
« Reply #8 on: September 13, 2012, 04:48:25 AM »
lspci | grep VGA

I get........ "00:02.0 VGA compatable controller: Intel Corporation N10 Family Integrated Graphics Controller (rev 02)"

glxinfo | grep rendering

I get........... "direct rendering: Yes"

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11629
Re: XBMC won't load.
« Reply #9 on: September 13, 2012, 08:17:14 AM »
Hi cURIOUSgEORGE
Do you have xbmc installed  ondemand  by any chance?

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: XBMC won't load.
« Reply #10 on: September 13, 2012, 08:21:47 AM »
load bash and try again please

Offline cURIOUSgEORGE

  • Full Member
  • ***
  • Posts: 140
Re: XBMC won't load.
« Reply #11 on: September 13, 2012, 08:56:48 AM »
@Rich, I have XBMC in onboot, and I double checked just for my own sanity.

@Arslan I just downloaded Bash.tcz and have that in onboot aswell. I'm not sure what it does, but I am guessing that it is automatically loaded after I downloaded under onboot? IDK.

It is as if XBMC does not even exist on my machine, but, it does.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11629
Re: XBMC won't load.
« Reply #12 on: September 13, 2012, 09:15:34 AM »
Hi cURIOUSgEORGE
If you run:
Code: [Select]
hash -r
xbmc
Does it start then?

Offline cURIOUSgEORGE

  • Full Member
  • ***
  • Posts: 140
Re: XBMC won't load.
« Reply #13 on: September 13, 2012, 11:29:10 AM »
No. I'm sorry to say, but no. Still nothing.

It is what it is, I guess. No biggie. Just sucks, eh...

I appreciate all the help though, and for trying, but, I don't see this going anywhere.

I wonder if anybody else has it working.

Thanks again, George...... and I'm out.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: XBMC won't load.
« Reply #14 on: September 14, 2012, 02:12:06 AM »
xbmc is working on my system

here is what we can do to debug with xbmc messages

change log level to 3
Code: [Select]
cat > ~/.xbmc/userdata/advancedsettings.xml << EOF
<advancedsettings>
<loglevel>3</loglevel>
</advancedsettings>
EOF

start xbmc and post xbmc.log
it is under ~/.xbmc/temp/
« Last Edit: September 14, 2012, 02:24:11 AM by Arslan S. »