Re: [Freevo-users] Android Developer Wanted

2013-05-18 Thread Dirk Meyer
Hi,

On 05/16/2013 01:55 AM, Jim Duda wrote:
 INFO candy:utils(503): Before mod: video
 
 2013-05-15 19:54:21,544 [ERROR] stage(164): backend error, restarting
 2013-05-15 19:54:21,547 [ERROR] async(552): Unhandled InProgress exception:

Ah, now I think I have an idea. Can you go deeper? src/backend/video.py
is importing x11.py. Can you remove this import and the two lines in the
file using it (setting the resolution with xrandr)? My guess is that the
ctypes stuff does not work for you.

We are getting very close.

Regards,

Dischi

-- 
Alcohol doesn't solve any problem...but fuck it neither does milk
-- A wise man?

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Android Developer Wanted

2013-05-18 Thread Jim Duda
On 05/18/2013 04:45 AM, Dirk Meyer wrote:
 Hi,
 
 On 05/16/2013 01:55 AM, Jim Duda wrote:
 INFO candy:utils(503): Before mod: video

 2013-05-15 19:54:21,544 [ERROR] stage(164): backend error, restarting
 2013-05-15 19:54:21,547 [ERROR] async(552): Unhandled InProgress exception:
 
 Ah, now I think I have an idea. Can you go deeper? src/backend/video.py
 is importing x11.py. Can you remove this import and the two lines in the
 file using it (setting the resolution with xrandr)? My guess is that the
 ctypes stuff does not work for you.
 
 We are getting very close.
 
 Regards,

Make those changes.  Now we get.


INFO candy:main(67): run entry
INFO candy:main(70): clutter imported
INFO candy:main(72): clutter threads init
INFO candy:main(74): clutter init
INFO candy:main(92): imp 
path:/usr/local/lib/python2.7/dist-packages/kaa/candy/backend/widgets
INFO candy:utils(503): Before mod: clone

INFO candy:utils(505): After mod: clone

INFO candy:utils(503): Before mod: gstreamer

INFO candy:utils(505): After mod: gstreamer

INFO candy:utils(503): Before mod: gstreamer2

INFO candy:utils(505): After mod: gstreamer2

INFO candy:utils(503): Before mod: label

INFO candy:utils(505): After mod: label

INFO candy:utils(503): Before mod: video

INFO candy:utils(505): After mod: video

INFO candy:utils(503): Before mod: widget

INFO candy:utils(505): After mod: widget

INFO candy:utils(503): Before mod: rectangle

INFO candy:utils(505): After mod: rectangle

INFO candy:utils(503): Before mod: text

INFO candy:utils(505): After mod: text

INFO candy:utils(503): Before mod: group

INFO candy:utils(505): After mod: group

INFO candy:utils(503): Before mod: mplayer

INFO candy:utils(505): After mod: mplayer

INFO candy:utils(503): Before mod: image

INFO candy:utils(505): After mod: image

Traceback (most recent call last):
  File /usr/lib/python2.7/logging/__init__.py, line 846, in emit
msg = self.format(record)
  File /usr/lib/python2.7/logging/__init__.py, line 723, in format
return fmt.format(record)
  File /usr/lib/python2.7/logging/__init__.py, line 464, in format
record.message = record.getMessage()
  File /usr/lib/python2.7/logging/__init__.py, line 328, in getMessage
msg = msg % self.args
TypeError: not all arguments converted during string formatting
Logged from file main.py, line 97
WARNING candy:main(127): sync took 0.1087 sec
INFO candy:main(92): imp 
path:/usr/local/lib/python2.7/dist-packages/kaa/candy/backend/player
Fatal Python error: (pygame parachute) Segmentation Fault
^Cshutdown

Regards,

Jim


--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users