Hi,

On 05/10/2013 03:39 AM, Jim Duda wrote:
> Do I need to worry about flushing out or deleting some left over config
> file from running freevo1.x?

Freevo 2.0 has its own config file. A side-by-side installation with
Freevo 1.x should work.

> jim> freevo2
> WARNING config(1297): 'Group' object has no attribute 'command': 
> plugin.shutdown.command.halt = <default: shutdown -h now>
> WARNING config(1297): 'Group' object has no attribute 'command': 
> plugin.shutdown.command.restart = <default: shutdown -h now>
> WARNING config(1297): 'Config' object has no attribute 'player': 
> player.preferred = <default: mplayer>
[...]

Before you fixed your install script you had an older Freevo config
which created default entries no longer valid. If you open the
freevo2.conf you see a list of entries no longer valid at the end of the
file. You can just delete them.

> ERROR core(67): unable to evaluate menu
> ERROR core(67): unable to evaluate menu

I see the same error. Strange, but since it works for me, it should be
no problem.

> ERROR candy:importer(51): Could not find any typelib for ClutterGst
> ERROR candy:importer(51): Could not find any typelib for ClutterGst

Strange. OK, first of all, you are missing the gir-bindings for the
clutter gstreamer bindings. But that shouldn't be a problem. I'm missing
the line "player gstreamer disabled" after that.

> ERROR io(770): some error
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.7/dist-packages/kaa/base/io.py", line 756, in 
> _handle_read
>     data = self._read(self._chunk_size)
>   File "/usr/local/lib/python2.7/dist-packages/kaa/base/sockets.py", line 
> 708, in _read
>     return self._channel.recv(size)

Now the display process is dead. Without any further message. That is
very strange. So it looks like it is crashing during player import. It
shows the error that you miss clutter gstreamer and does not print the
other message. This could mean that it crashes during mplayer import.
And crash meaning a segfault in the C-bindings.

To skip this for now, please
a. Install ClutterGst gir-bindings
b. Remove mplayer.py from kaa/candy/backend/player
c. Set debug=True in your Freevo 2 config

To test something simpler, can you start simple.py in the kaa.candy test
directory?

Where do you live? Maybe we could schedule a meeting in the Freevo IRC
channel. This would make debugging much easier.


Regards,

Dischi

-- 
Common Sense is very Uncommon.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to