Author Topic: No media appears under main menu item "Media"  (Read 2873 times)

UNi

  • Veteran
  • ***
  • Posts: 53
  • Would you like Cheese with that Whine?
    • View Profile
No media appears under main menu item "Media"
« on: June 14, 2009, 01:22:57 am »
After installing 810, having it detect my NAS and Windows Share properly and seeing all my audio and vid files in media explorer, I only see this when I click on Media from main screen:

Floorplan

How do I get Audio, Video, etc. to appear there like it should be?  I tried recreating the room using the wizard, same thing.

I'm getting a Segfault in my logs too:

UpdateEntArea[32590]: segfault at 2c ip b7a1ded0 sp bfdf2270 error 4 in libpluto_main.so


Thanks,
UNi
« Last Edit: June 14, 2009, 02:15:54 am by UNi »

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: No media appears under main menu item "Media"
« Reply #1 on: June 14, 2009, 07:04:45 am »
There is your problem, updateentarea is not properly running. Can you run the following:

gdb --args /usr/pluto/bin

(gdb) run

...when it errors out ...

(gdb) bt

and paste the output here?

-Thom

UNi

  • Veteran
  • ***
  • Posts: 53
  • Would you like Cheese with that Whine?
    • View Profile
Re: No media appears under main menu item "Media"
« Reply #2 on: June 14, 2009, 07:30:46 am »
Yep, here you go.

Uni@dcerouter:/usr/pluto/bin$ gdb --args /usr/pluto/bin/UpdateEntArea
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) run
Starting program: /usr/pluto/bin/UpdateEntArea
[Thread debugging using libthread_db enabled]
[New Thread 0xb6fb26c0 (LWP 13721)]
[New Thread 0xb6fb1b90 (LWP 13779)]
[Thread 0xb6fb1b90 (LWP 13779) exited]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6fb26c0 (LWP 13721)]
0xb7af1ed0 in Row_Room::FK_RoomType_get () from /usr/pluto/lib/libpluto_main.so
(gdb) bt
#0  0xb7af1ed0 in Row_Room::FK_RoomType_get () from /usr/pluto/lib/libpluto_main.so
#1  0x08061951 in DefaultScenarios::UpdateEntArea::AddDefaultMediaScenarios (this=0xbfec45f0) at UpdateEntArea_Media.cpp:83
#2  0x080588d9 in DefaultScenarios::UpdateEntArea::AddDefaultScenarios (this=0xbfec45f0) at UpdateEntArea.cpp:90
#3  0x080564f4 in main (argc=1, argv=0xbfec4734) at Main.cpp:132
« Last Edit: June 14, 2009, 07:33:35 am by UNi »

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: No media appears under main menu item "Media"
« Reply #3 on: June 14, 2009, 07:52:09 am »

Hm, this shouldnt' be happening at all...

are you using unmanaged rooms?

-Thom

UNi

  • Veteran
  • ***
  • Posts: 53
  • Would you like Cheese with that Whine?
    • View Profile
Re: No media appears under main menu item "Media"
« Reply #4 on: June 14, 2009, 05:35:17 pm »
No I don't think so.  I went through the wizard, assigned a user, etc.  Guess I'm in for a reinstall.

Thanks,
UNi