LinuxMCE Forums

General => Installation issues => Topic started by: UNi on June 14, 2009, 01:22:57 am

Title: No media appears under main menu item "Media"
Post by: UNi 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
Title: Re: No media appears under main menu item "Media"
Post by: tschak909 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
Title: Re: No media appears under main menu item "Media"
Post by: UNi 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
Title: Re: No media appears under main menu item "Media"
Post by: tschak909 on June 14, 2009, 07:52:09 am

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

are you using unmanaged rooms?

-Thom
Title: Re: No media appears under main menu item "Media"
Post by: UNi 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