Re: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-28 Thread Mark Benson
So if I have all the files in the right place...

libavcodec.so and libSDL-1.2.o.0

And dxr3 output works fine in 1.3.2pre4 and in mplayer

Is this a problem in 1.3.4?

Is there anything I'm missing? What else can I try?





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-27 Thread Mark Benson
[EMAIL PROTECTED] dll]# ldd libavcodec.so
libm.so.6 => /lib/tls/libm.so.6 (0x4011d000)
libz.so.1 => /usr/lib/libz.so.1 (0x4013f000)
libdl.so.2 => /lib/libdl.so.2 (0x4014d000)
libc.so.6 => /lib/tls/libc.so.6 (0x4200)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x8000)
[EMAIL PROTECTED] dll]# ls
freevo_loader  libgmodule-1.2.so.0   libpthread.so.0
libao.so.2 libgphoto2_port.so.0  libreadline.so.4
libasound.so.2 libgphoto2.so.2   libresolv.so.2
libavcodec.so  libgthread-1.2.so.0   libSDL-1.2.so.0
libblas.so.2   libgtk-1.2.so.0   libSDL_image-1.2.so.0
libcrypto.so.0.9.7 libjpeg.so.62 libSDL_mixer-1.2.so.0
libcrypt.so.1  liblapack.so.2libSDL_ttf-2.0.so.0
libc.so.6  liblirc_client.so.0   libsmpeg-0.4.so.0
libdb-4.1.so   libm.so.6 libssl.so.0.9.7
libdirectfb-0.9.so.19  libncurses.so.5   libstdc++.so.5
libdl.so.2 libnsl.so.1   libutil.so.1
libdvdread.so.2libnss_compat.so.2libvorbisenc.so.2
libexif.so.8   libnss_dns.so.2   libvorbisfile.so.3
libexpat.so.1  libnss_files.so.2 libvorbis.so.0
libfreetype.so.6   libnss_nisplus.so.2   libX11.so.6
libg2c.so.0libnss_nis.so.2   libXext.so.6
libgcc_s.so.1  libogg.so.0   libXi.so.6
libgdk-1.2.so.0libpanel.so.5 libxmms.so.1
libglib-1.2.so.0   libpng.so.3   libz.so.1
[EMAIL PROTECTED] dll]#

These all seem to be where the listing shows...

I went thru the output of ldd and located all the files.

- Original Message - 
From: "Aubin Paul" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 27, 2003 2:14 PM
Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device


> Type ldd libavcodec.so and make sure that all the listed libraries are
> available in the runtime/dll directory.
>
> On Wed, Aug 27, 2003 at 01:57:10PM +0100, Mark Benson wrote:
> > I over-wrote the file...
> >
> > The names were the same...
> >
> > Copied libavcodec.so from various places... still the same error
> >
> > [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> > ./runtime/apps/freevo_python: error while loading shared libraries:
> > libavcodec.so: cannot open shared object file: No such file or directory
> > [EMAIL PROTECTED] freevo-1.3.4]#
> >
> >
> > - Original Message - 
> > From: "Gray, Tim" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, August 27, 2003 1:01 PM
> > Subject: RE: [Freevo-users] Dxr3 and 1.3.4 No available video device
> >
> >
> > > did you copy it as it was, or did you rename it so it overwrites the
old
> > > libSDL?
> > >
> > > you need to overwrite the old libSDL
> > >
> > > -Original Message-
> > > From: Mark Benson [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, August 27, 2003 4:30 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device
> > >
> > >
> > > When I copy the libSDL to freevo-1.3.4/runtime/dll I get the following
> > error
> > > message...
> > >
> > > [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> > > ./runtime/apps/freevo_python: error while loading shared libraries:
> > > libavcodec.so: cannot open shared object file: No such file or
directory
> > > [EMAIL PROTECTED] freevo-1.3.4]#
> > >
> > > I've even tried copying the libSDL from the working
> > > freevo-1.3.2-pre4/runtime/dll but I still get the same error -
premissions
> > > all seem to be the same... any ideas?
> > >
> > > - Original Message - 
> > > From: "Gray, Tim" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, August 26, 2003 6:44 PM
> > > Subject: RE: [Freevo-users] Dxr3 and 1.3.4 No available video device
> > >
> > >
> > > > Copy the SDL-Library to the runtime/dll directory
> > > >
> > > > cp /usr/local/lib/libSDL-1.2.so.0  runtime/dll
> > > >
> > > > be sure to rename whatever your libSDL is to the above... I.E.
> > > > libSDL-1.2.so.0 that is the missing part in the Wiki instructions.
> > > >
> > > >
> > > >
> > > >
> > > >  -----Original Message-----From: Mark Benson
> > > > [mailto:[EMAIL PROTECTED]: Tuesday, August 26, 2003 12:04
> > PMTo:
> > > > [EMAIL PROTECTED]: Re: [Freevo-users] Dxr3
and
> > > 1.3.4
> > > > 

Re: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-27 Thread Aubin Paul
Type ldd libavcodec.so and make sure that all the listed libraries are
available in the runtime/dll directory.

On Wed, Aug 27, 2003 at 01:57:10PM +0100, Mark Benson wrote:
> I over-wrote the file...
> 
> The names were the same...
> 
> Copied libavcodec.so from various places... still the same error
> 
> [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> ./runtime/apps/freevo_python: error while loading shared libraries:
> libavcodec.so: cannot open shared object file: No such file or directory
> [EMAIL PROTECTED] freevo-1.3.4]#
> 
> 
> - Original Message - 
> From: "Gray, Tim" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 27, 2003 1:01 PM
> Subject: RE: [Freevo-users] Dxr3 and 1.3.4 No available video device
> 
> 
> > did you copy it as it was, or did you rename it so it overwrites the old
> > libSDL?
> >
> > you need to overwrite the old libSDL
> >
> > -Original Message-
> > From: Mark Benson [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, August 27, 2003 4:30 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device
> >
> >
> > When I copy the libSDL to freevo-1.3.4/runtime/dll I get the following
> error
> > message...
> >
> > [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> > ./runtime/apps/freevo_python: error while loading shared libraries:
> > libavcodec.so: cannot open shared object file: No such file or directory
> > [EMAIL PROTECTED] freevo-1.3.4]#
> >
> > I've even tried copying the libSDL from the working
> > freevo-1.3.2-pre4/runtime/dll but I still get the same error - premissions
> > all seem to be the same... any ideas?
> >
> > - Original Message - 
> > From: "Gray, Tim" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, August 26, 2003 6:44 PM
> > Subject: RE: [Freevo-users] Dxr3 and 1.3.4 No available video device
> >
> >
> > > Copy the SDL-Library to the runtime/dll directory
> > >
> > > cp /usr/local/lib/libSDL-1.2.so.0  runtime/dll
> > >
> > > be sure to rename whatever your libSDL is to the above... I.E.
> > > libSDL-1.2.so.0 that is the missing part in the Wiki instructions.
> > >
> > >
> > >
> > >
> > >  -Original Message-From: Mark Benson
> > > [mailto:[EMAIL PROTECTED]: Tuesday, August 26, 2003 12:04
> PMTo:
> > > [EMAIL PROTECTED]: Re: [Freevo-users] Dxr3 and
> > 1.3.4
> > > No available video device
> > > All right I've read the wiki to death over the past weeks and am still
> not
> > > convinced...
> > >
> > > I've already complied SDL with dxr3 support - how do I let 1.3.4 make
> use
> > of
> > > this?
> > >
> > >
> > > - Original Message - 
> > > From: Johan Cel?n
> > > To: [EMAIL PROTECTED]
> > > Sent: Tuesday, August 26, 2003 2:54 PM
> > > Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device
> > >
> > >
> > > yeah
> > > read the wiki ;)
> > > - Original Message - 
> > > From: Mark Benson
> > > To: [EMAIL PROTECTED]
> > > Sent: Tuesday, August 26, 2003 10:55 AM
> > > Subject: [Freevo-users] Dxr3 and 1.3.4 No available video device
> > >
> > >
> > > I've downloaded the binary relase 1.3.4 and when I run it with dxr3 as
> the
> > > output I get the following error
> > >
> > > [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> > > ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdrom',
> 'CD-1')"
> > > Traceback (most recent call last):
> > >   File "src/main.py", line 134, in ?
> > > skin= skin.get_singleton()
> > >   File "src/skin.py", line 78, in get_singleton
> > > exec('import ' + modname  + ' as skinimpl')
> > >   File "", line 1, in ?
> > >   File "skins/main1/skin_main1.py", line 120, in ?
> > > import xml_skin
> > >   File "skins/main1/xml_skin.py", line 80, in ?
> > > osd = osd.get_singleton()
> > >   File "src/osd.py", line 209, in get_singleton
> > > _singleton = util.SynchronizedObject(OSD())
> > >   File "src/osd.py", line 330, in __init__
> > > pygame.display.init()
> > > pygame.error: No available video device
> >

Re: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-27 Thread Mark Benson
I over-wrote the file...

The names were the same...

Copied libavcodec.so from various places... still the same error

[EMAIL PROTECTED] freevo-1.3.4]# ./freevo
./runtime/apps/freevo_python: error while loading shared libraries:
libavcodec.so: cannot open shared object file: No such file or directory
[EMAIL PROTECTED] freevo-1.3.4]#


- Original Message - 
From: "Gray, Tim" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 27, 2003 1:01 PM
Subject: RE: [Freevo-users] Dxr3 and 1.3.4 No available video device


> did you copy it as it was, or did you rename it so it overwrites the old
> libSDL?
>
> you need to overwrite the old libSDL
>
> -Original Message-
> From: Mark Benson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 27, 2003 4:30 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device
>
>
> When I copy the libSDL to freevo-1.3.4/runtime/dll I get the following
error
> message...
>
> [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> ./runtime/apps/freevo_python: error while loading shared libraries:
> libavcodec.so: cannot open shared object file: No such file or directory
> [EMAIL PROTECTED] freevo-1.3.4]#
>
> I've even tried copying the libSDL from the working
> freevo-1.3.2-pre4/runtime/dll but I still get the same error - premissions
> all seem to be the same... any ideas?
>
> - Original Message - 
> From: "Gray, Tim" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 26, 2003 6:44 PM
> Subject: RE: [Freevo-users] Dxr3 and 1.3.4 No available video device
>
>
> > Copy the SDL-Library to the runtime/dll directory
> >
> > cp /usr/local/lib/libSDL-1.2.so.0  runtime/dll
> >
> > be sure to rename whatever your libSDL is to the above... I.E.
> > libSDL-1.2.so.0 that is the missing part in the Wiki instructions.
> >
> >
> >
> >
> >  -Original Message-From: Mark Benson
> > [mailto:[EMAIL PROTECTED]: Tuesday, August 26, 2003 12:04
PMTo:
> > [EMAIL PROTECTED]: Re: [Freevo-users] Dxr3 and
> 1.3.4
> > No available video device
> > All right I've read the wiki to death over the past weeks and am still
not
> > convinced...
> >
> > I've already complied SDL with dxr3 support - how do I let 1.3.4 make
use
> of
> > this?
> >
> >
> > - Original Message - 
> > From: Johan Celén
> > To: [EMAIL PROTECTED]
> > Sent: Tuesday, August 26, 2003 2:54 PM
> > Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device
> >
> >
> > yeah
> > read the wiki ;)
> > - Original Message - 
> > From: Mark Benson
> > To: [EMAIL PROTECTED]
> > Sent: Tuesday, August 26, 2003 10:55 AM
> > Subject: [Freevo-users] Dxr3 and 1.3.4 No available video device
> >
> >
> > I've downloaded the binary relase 1.3.4 and when I run it with dxr3 as
the
> > output I get the following error
> >
> > [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> > ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdrom',
'CD-1')"
> > Traceback (most recent call last):
> >   File "src/main.py", line 134, in ?
> > skin= skin.get_singleton()
> >   File "src/skin.py", line 78, in get_singleton
> > exec('import ' + modname  + ' as skinimpl')
> >   File "", line 1, in ?
> >   File "skins/main1/skin_main1.py", line 120, in ?
> > import xml_skin
> >   File "skins/main1/xml_skin.py", line 80, in ?
> > osd = osd.get_singleton()
> >   File "src/osd.py", line 209, in get_singleton
> > _singleton = util.SynchronizedObject(OSD())
> >   File "src/osd.py", line 330, in __init__
> > pygame.display.init()
> > pygame.error: No available video device
> > [EMAIL PROTECTED] freevo-1.3.4]#
> >
> > I have 1.3.2 binary running fine with the dxr3, but 1.3.4 does not want
to
> > play.
> >
> > Any ideas?
> >
> >
> > ---
> > This SF.net email is sponsored by: VM Ware
> > With VMware you can run multiple operating systems on a single machine.
> > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> > at the same time. Free trial click
> here:http://www.vmware.com/wl/offer/358/0
> > ___
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
>

Re: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-27 Thread Mark Benson
Its there already - copied it over anyway (tried it from both /usr/lib and
from the working freevo-1.3.2-pre4/runtime/dll)

But I still get the same error...

- Original Message - 
From: "Aubin Paul" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 27, 2003 12:44 PM
Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device


> I don't know the runtime too well, but try copying libavcodec.so.*
> into freevo-1.3.4/runtime/dll as well.
>
> On Wed, Aug 27, 2003 at 09:30:03AM +0100, Mark Benson wrote:
> > When I copy the libSDL to freevo-1.3.4/runtime/dll I get the following
error
> > message...
> >
> > [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> > ./runtime/apps/freevo_python: error while loading shared libraries:
> > libavcodec.so: cannot open shared object file: No such file or directory
> > [EMAIL PROTECTED] freevo-1.3.4]#
> >
> > I've even tried copying the libSDL from the working
> > freevo-1.3.2-pre4/runtime/dll but I still get the same error -
premissions
> > all seem to be the same... any ideas?
> >
> > - Original Message - 
> > From: "Gray, Tim" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, August 26, 2003 6:44 PM
> > Subject: RE: [Freevo-users] Dxr3 and 1.3.4 No available video device
> >
> >
> > > Copy the SDL-Library to the runtime/dll directory
> > >
> > > cp /usr/local/lib/libSDL-1.2.so.0  runtime/dll
> > >
> > > be sure to rename whatever your libSDL is to the above... I.E.
> > > libSDL-1.2.so.0 that is the missing part in the Wiki instructions.
> > >
> > >
> > >
> > >
> > >  -Original Message-From: Mark Benson
> > > [mailto:[EMAIL PROTECTED]: Tuesday, August 26, 2003 12:04
PMTo:
> > > [EMAIL PROTECTED]: Re: [Freevo-users] Dxr3 and
> > 1.3.4
> > > No available video device
> > > All right I've read the wiki to death over the past weeks and am still
not
> > > convinced...
> > >
> > > I've already complied SDL with dxr3 support - how do I let 1.3.4 make
use
> > of
> > > this?
> > >
> > >
> > > - Original Message - 
> > > From: Johan Cel?n
> > > To: [EMAIL PROTECTED]
> > > Sent: Tuesday, August 26, 2003 2:54 PM
> > > Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device
> > >
> > >
> > > yeah
> > > read the wiki ;)
> > > - Original Message - 
> > > From: Mark Benson
> > > To: [EMAIL PROTECTED]
> > > Sent: Tuesday, August 26, 2003 10:55 AM
> > > Subject: [Freevo-users] Dxr3 and 1.3.4 No available video device
> > >
> > >
> > > I've downloaded the binary relase 1.3.4 and when I run it with dxr3 as
the
> > > output I get the following error
> > >
> > > [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> > > ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdrom',
'CD-1')"
> > > Traceback (most recent call last):
> > >   File "src/main.py", line 134, in ?
> > > skin= skin.get_singleton()
> > >   File "src/skin.py", line 78, in get_singleton
> > > exec('import ' + modname  + ' as skinimpl')
> > >   File "", line 1, in ?
> > >   File "skins/main1/skin_main1.py", line 120, in ?
> > > import xml_skin
> > >   File "skins/main1/xml_skin.py", line 80, in ?
> > > osd = osd.get_singleton()
> > >   File "src/osd.py", line 209, in get_singleton
> > > _singleton = util.SynchronizedObject(OSD())
> > >   File "src/osd.py", line 330, in __init__
> > > pygame.display.init()
> > > pygame.error: No available video device
> > > [EMAIL PROTECTED] freevo-1.3.4]#
> > >
> > > I have 1.3.2 binary running fine with the dxr3, but 1.3.4 does not
want to
> > > play.
> > >
> > > Any ideas?
> > >
> > >
> > > ---
> > > This SF.net email is sponsored by: VM Ware
> > > With VMware you can run multiple operating systems on a single
machine.
> > > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> > > at the same time. Free trial click
> > here:http://www.vmware.com/wl/offer/358/0
> > > ___
> > > Freevo-users mailin

RE: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-27 Thread Gray, Tim
did you copy it as it was, or did you rename it so it overwrites the old
libSDL?

you need to overwrite the old libSDL

-Original Message-
From: Mark Benson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 27, 2003 4:30 AM
To: [EMAIL PROTECTED]
Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device


When I copy the libSDL to freevo-1.3.4/runtime/dll I get the following error
message...

[EMAIL PROTECTED] freevo-1.3.4]# ./freevo
./runtime/apps/freevo_python: error while loading shared libraries:
libavcodec.so: cannot open shared object file: No such file or directory
[EMAIL PROTECTED] freevo-1.3.4]#

I've even tried copying the libSDL from the working
freevo-1.3.2-pre4/runtime/dll but I still get the same error - premissions
all seem to be the same... any ideas?

- Original Message - 
From: "Gray, Tim" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 26, 2003 6:44 PM
Subject: RE: [Freevo-users] Dxr3 and 1.3.4 No available video device


> Copy the SDL-Library to the runtime/dll directory
>
> cp /usr/local/lib/libSDL-1.2.so.0  runtime/dll
>
> be sure to rename whatever your libSDL is to the above... I.E.
> libSDL-1.2.so.0 that is the missing part in the Wiki instructions.
>
>
>
>
>  -Original Message-From: Mark Benson
> [mailto:[EMAIL PROTECTED]: Tuesday, August 26, 2003 12:04 PMTo:
> [EMAIL PROTECTED]: Re: [Freevo-users] Dxr3 and
1.3.4
> No available video device
> All right I've read the wiki to death over the past weeks and am still not
> convinced...
>
> I've already complied SDL with dxr3 support - how do I let 1.3.4 make use
of
> this?
>
>
> - Original Message ----- 
> From: Johan Celén
> To: [EMAIL PROTECTED]
> Sent: Tuesday, August 26, 2003 2:54 PM
> Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device
>
>
> yeah
> read the wiki ;)
> - Original Message - 
> From: Mark Benson
> To: [EMAIL PROTECTED]
> Sent: Tuesday, August 26, 2003 10:55 AM
> Subject: [Freevo-users] Dxr3 and 1.3.4 No available video device
>
>
> I've downloaded the binary relase 1.3.4 and when I run it with dxr3 as the
> output I get the following error
>
> [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdrom', 'CD-1')"
> Traceback (most recent call last):
>   File "src/main.py", line 134, in ?
> skin= skin.get_singleton()
>   File "src/skin.py", line 78, in get_singleton
> exec('import ' + modname  + ' as skinimpl')
>   File "", line 1, in ?
>   File "skins/main1/skin_main1.py", line 120, in ?
> import xml_skin
>   File "skins/main1/xml_skin.py", line 80, in ?
> osd = osd.get_singleton()
>   File "src/osd.py", line 209, in get_singleton
> _singleton = util.SynchronizedObject(OSD())
>   File "src/osd.py", line 330, in __init__
> pygame.display.init()
> pygame.error: No available video device
> [EMAIL PROTECTED] freevo-1.3.4]#
>
> I have 1.3.2 binary running fine with the dxr3, but 1.3.4 does not want to
> play.
>
> Any ideas?
>
>
> ---
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click
here:http://www.vmware.com/wl/offer/358/0
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-27 Thread Aubin Paul
I don't know the runtime too well, but try copying libavcodec.so.*
into freevo-1.3.4/runtime/dll as well.

On Wed, Aug 27, 2003 at 09:30:03AM +0100, Mark Benson wrote:
> When I copy the libSDL to freevo-1.3.4/runtime/dll I get the following error
> message...
> 
> [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> ./runtime/apps/freevo_python: error while loading shared libraries:
> libavcodec.so: cannot open shared object file: No such file or directory
> [EMAIL PROTECTED] freevo-1.3.4]#
> 
> I've even tried copying the libSDL from the working
> freevo-1.3.2-pre4/runtime/dll but I still get the same error - premissions
> all seem to be the same... any ideas?
> 
> - Original Message - 
> From: "Gray, Tim" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 26, 2003 6:44 PM
> Subject: RE: [Freevo-users] Dxr3 and 1.3.4 No available video device
> 
> 
> > Copy the SDL-Library to the runtime/dll directory
> >
> > cp /usr/local/lib/libSDL-1.2.so.0  runtime/dll
> >
> > be sure to rename whatever your libSDL is to the above... I.E.
> > libSDL-1.2.so.0 that is the missing part in the Wiki instructions.
> >
> >
> >
> >
> >  -----Original Message-----From: Mark Benson
> > [mailto:[EMAIL PROTECTED]: Tuesday, August 26, 2003 12:04 PMTo:
> > [EMAIL PROTECTED]: Re: [Freevo-users] Dxr3 and
> 1.3.4
> > No available video device
> > All right I've read the wiki to death over the past weeks and am still not
> > convinced...
> >
> > I've already complied SDL with dxr3 support - how do I let 1.3.4 make use
> of
> > this?
> >
> >
> > - Original Message - 
> > From: Johan Cel?n
> > To: [EMAIL PROTECTED]
> > Sent: Tuesday, August 26, 2003 2:54 PM
> > Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device
> >
> >
> > yeah
> > read the wiki ;)
> > - Original Message - 
> > From: Mark Benson
> > To: [EMAIL PROTECTED]
> > Sent: Tuesday, August 26, 2003 10:55 AM
> > Subject: [Freevo-users] Dxr3 and 1.3.4 No available video device
> >
> >
> > I've downloaded the binary relase 1.3.4 and when I run it with dxr3 as the
> > output I get the following error
> >
> > [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> > ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdrom', 'CD-1')"
> > Traceback (most recent call last):
> >   File "src/main.py", line 134, in ?
> > skin= skin.get_singleton()
> >   File "src/skin.py", line 78, in get_singleton
> > exec('import ' + modname  + ' as skinimpl')
> >   File "", line 1, in ?
> >   File "skins/main1/skin_main1.py", line 120, in ?
> > import xml_skin
> >   File "skins/main1/xml_skin.py", line 80, in ?
> > osd = osd.get_singleton()
> >   File "src/osd.py", line 209, in get_singleton
> > _singleton = util.SynchronizedObject(OSD())
> >   File "src/osd.py", line 330, in __init__
> > pygame.display.init()
> > pygame.error: No available video device
> > [EMAIL PROTECTED] freevo-1.3.4]#
> >
> > I have 1.3.2 binary running fine with the dxr3, but 1.3.4 does not want to
> > play.
> >
> > Any ideas?
> >
> >
> > ---
> > This SF.net email is sponsored by: VM Ware
> > With VMware you can run multiple operating systems on a single machine.
> > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> > at the same time. Free trial click
> here:http://www.vmware.com/wl/offer/358/0
> > ___
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-27 Thread Mark Benson
When I copy the libSDL to freevo-1.3.4/runtime/dll I get the following error
message...

[EMAIL PROTECTED] freevo-1.3.4]# ./freevo
./runtime/apps/freevo_python: error while loading shared libraries:
libavcodec.so: cannot open shared object file: No such file or directory
[EMAIL PROTECTED] freevo-1.3.4]#

I've even tried copying the libSDL from the working
freevo-1.3.2-pre4/runtime/dll but I still get the same error - premissions
all seem to be the same... any ideas?

- Original Message - 
From: "Gray, Tim" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 26, 2003 6:44 PM
Subject: RE: [Freevo-users] Dxr3 and 1.3.4 No available video device


> Copy the SDL-Library to the runtime/dll directory
>
> cp /usr/local/lib/libSDL-1.2.so.0  runtime/dll
>
> be sure to rename whatever your libSDL is to the above... I.E.
> libSDL-1.2.so.0 that is the missing part in the Wiki instructions.
>
>
>
>
>  -Original Message-From: Mark Benson
> [mailto:[EMAIL PROTECTED]: Tuesday, August 26, 2003 12:04 PMTo:
> [EMAIL PROTECTED]: Re: [Freevo-users] Dxr3 and
1.3.4
> No available video device
> All right I've read the wiki to death over the past weeks and am still not
> convinced...
>
> I've already complied SDL with dxr3 support - how do I let 1.3.4 make use
of
> this?
>
>
> - Original Message ----- 
> From: Johan Celén
> To: [EMAIL PROTECTED]
> Sent: Tuesday, August 26, 2003 2:54 PM
> Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device
>
>
> yeah
> read the wiki ;)
> - Original Message - 
> From: Mark Benson
> To: [EMAIL PROTECTED]
> Sent: Tuesday, August 26, 2003 10:55 AM
> Subject: [Freevo-users] Dxr3 and 1.3.4 No available video device
>
>
> I've downloaded the binary relase 1.3.4 and when I run it with dxr3 as the
> output I get the following error
>
> [EMAIL PROTECTED] freevo-1.3.4]# ./freevo
> ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdrom', 'CD-1')"
> Traceback (most recent call last):
>   File "src/main.py", line 134, in ?
> skin= skin.get_singleton()
>   File "src/skin.py", line 78, in get_singleton
> exec('import ' + modname  + ' as skinimpl')
>   File "", line 1, in ?
>   File "skins/main1/skin_main1.py", line 120, in ?
> import xml_skin
>   File "skins/main1/xml_skin.py", line 80, in ?
> osd = osd.get_singleton()
>   File "src/osd.py", line 209, in get_singleton
> _singleton = util.SynchronizedObject(OSD())
>   File "src/osd.py", line 330, in __init__
> pygame.display.init()
> pygame.error: No available video device
> [EMAIL PROTECTED] freevo-1.3.4]#
>
> I have 1.3.2 binary running fine with the dxr3, but 1.3.4 does not want to
> play.
>
> Any ideas?
>
>
> ---
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click
here:http://www.vmware.com/wl/offer/358/0
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-26 Thread Johan Celén



I just had to copy the file to 
runtime/ddl
worked fine for me :)
if it works for you in 1.3.2 it should work in 
1.3.4
 
Regards
Johan
 

  - Original Message - 
  From: 
  Mark 
  Benson 
  To: [EMAIL PROTECTED] 
  
  Sent: Tuesday, August 26, 2003 6:04 
  PM
  Subject: Re: [Freevo-users] Dxr3 and 
  1.3.4 No available video device
  
  All right I've read the wiki to death over the 
  past weeks and am still not convinced...
   
  I've already complied SDL with dxr3 support - how 
  do I let 1.3.4 make use of this?
   
   
  
- Original Message - 
From: 
Johan 
Celén 
To: [EMAIL PROTECTED] 

Sent: Tuesday, August 26, 2003 2:54 
PM
    Subject: Re: [Freevo-users] Dxr3 and 
    1.3.4 No available video device

yeah
read the wiki ;)

  - Original Message - 
  From: 
  Mark 
  Benson 
  To: [EMAIL PROTECTED] 
  
  Sent: Tuesday, August 26, 2003 10:55 
  AM
  Subject: [Freevo-users] Dxr3 and 
  1.3.4 No available video device
  
  I've downloaded the binary relase 1.3.4 and 
  when I run it with dxr3 as the output I get the following 
  error
   
  [EMAIL PROTECTED] freevo-1.3.4]# 
  ./freevoROM_DRIVES: Auto-detected and added "('/mnt/cdrom', 
  '/dev/cdrom', 'CD-1')"Traceback (most recent call last):  
  File "src/main.py", line 134, in ?    
  skin    = skin.get_singleton()  File 
  "src/skin.py", line 78, in get_singleton    
  exec('import ' + modname  + ' as skinimpl')  File 
  "", line 1, in ?  File "skins/main1/skin_main1.py", 
  line 120, in ?    import xml_skin  File 
  "skins/main1/xml_skin.py", line 80, in ?    osd = 
  osd.get_singleton()  File "src/osd.py", line 209, in 
  get_singleton    _singleton = 
  util.SynchronizedObject(OSD())  File "src/osd.py", line 330, in 
  __init__    pygame.display.init()pygame.error: No 
  available video device[EMAIL PROTECTED] freevo-1.3.4]#
  I have 1.3.2 binary running fine with the 
  dxr3, but 1.3.4 does not want to play.
   
  Any 
ideas?


Re: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-26 Thread Mark Benson



Sorry - forgot I had to do that for each new 
release...
 
Spent so much time trying to get the dxr3 card 
actually working I forgot the steps I went thru...
 

  - Original Message - 
  From: 
  Johan 
  Celén 
  To: [EMAIL PROTECTED] 
  
  Sent: Tuesday, August 26, 2003 2:54 
  PM
  Subject: Re: [Freevo-users] Dxr3 and 
  1.3.4 No available video device
  
  yeah
  read the wiki ;)
  
- Original Message - 
From: 
Mark 
Benson 
To: [EMAIL PROTECTED] 

Sent: Tuesday, August 26, 2003 10:55 
AM
Subject: [Freevo-users] Dxr3 and 1.3.4 
No available video device

I've downloaded the binary relase 1.3.4 and 
when I run it with dxr3 as the output I get the following error
 
[EMAIL PROTECTED] freevo-1.3.4]# 
./freevoROM_DRIVES: Auto-detected and added "('/mnt/cdrom', 
'/dev/cdrom', 'CD-1')"Traceback (most recent call last):  File 
"src/main.py", line 134, in ?    skin    = 
skin.get_singleton()  File "src/skin.py", line 78, in 
get_singleton    exec('import ' + modname  + ' as 
skinimpl')  File "", line 1, in ?  File 
"skins/main1/skin_main1.py", line 120, in ?    import 
xml_skin  File "skins/main1/xml_skin.py", line 80, in 
?    osd = osd.get_singleton()  File 
"src/osd.py", line 209, in get_singleton    _singleton = 
util.SynchronizedObject(OSD())  File "src/osd.py", line 330, in 
__init__    pygame.display.init()pygame.error: No 
available video device[EMAIL PROTECTED] freevo-1.3.4]#
I have 1.3.2 binary running fine with the dxr3, 
but 1.3.4 does not want to play.
 
Any 
ideas?


RE: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-26 Thread Gray, Tim
Copy the SDL-Library to the runtime/dll directory 

cp /usr/local/lib/libSDL-1.2.so.0  runtime/dll

be sure to rename whatever your libSDL is to the above... I.E.
libSDL-1.2.so.0 that is the missing part in the Wiki instructions.




 -Original Message-From: Mark Benson
[mailto:[EMAIL PROTECTED]: Tuesday, August 26, 2003 12:04 PMTo:
[EMAIL PROTECTED]: Re: [Freevo-users] Dxr3 and 1.3.4
No available video device
All right I've read the wiki to death over the past weeks and am still not
convinced...
 
I've already complied SDL with dxr3 support - how do I let 1.3.4 make use of
this?
 
 
- Original Message - 
From: Johan Celén 
To: [EMAIL PROTECTED] 
Sent: Tuesday, August 26, 2003 2:54 PM
Subject: Re: [Freevo-users] Dxr3 and 1.3.4 No available video device


yeah
read the wiki ;)
- Original Message - 
From: Mark Benson 
To: [EMAIL PROTECTED] 
Sent: Tuesday, August 26, 2003 10:55 AM
Subject: [Freevo-users] Dxr3 and 1.3.4 No available video device


I've downloaded the binary relase 1.3.4 and when I run it with dxr3 as the
output I get the following error
 
[EMAIL PROTECTED] freevo-1.3.4]# ./freevo
ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdrom', 'CD-1')"
Traceback (most recent call last):
  File "src/main.py", line 134, in ?
skin= skin.get_singleton()
  File "src/skin.py", line 78, in get_singleton
exec('import ' + modname  + ' as skinimpl')
  File "", line 1, in ?
  File "skins/main1/skin_main1.py", line 120, in ?
import xml_skin
  File "skins/main1/xml_skin.py", line 80, in ?
osd = osd.get_singleton()
  File "src/osd.py", line 209, in get_singleton
_singleton = util.SynchronizedObject(OSD())
  File "src/osd.py", line 330, in __init__
pygame.display.init()
pygame.error: No available video device
[EMAIL PROTECTED] freevo-1.3.4]#

I have 1.3.2 binary running fine with the dxr3, but 1.3.4 does not want to
play.
 
Any ideas?


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-26 Thread Mark Benson



All right I've read the wiki to death over the past 
weeks and am still not convinced...
 
I've already complied SDL with dxr3 support - how 
do I let 1.3.4 make use of this?
 
 

  - Original Message - 
  From: 
  Johan 
  Celén 
  To: [EMAIL PROTECTED] 
  
  Sent: Tuesday, August 26, 2003 2:54 
  PM
  Subject: Re: [Freevo-users] Dxr3 and 
  1.3.4 No available video device
  
  yeah
  read the wiki ;)
  
- Original Message - 
From: 
Mark 
Benson 
To: [EMAIL PROTECTED] 

Sent: Tuesday, August 26, 2003 10:55 
AM
Subject: [Freevo-users] Dxr3 and 1.3.4 
No available video device

I've downloaded the binary relase 1.3.4 and 
when I run it with dxr3 as the output I get the following error
 
[EMAIL PROTECTED] freevo-1.3.4]# 
./freevoROM_DRIVES: Auto-detected and added "('/mnt/cdrom', 
'/dev/cdrom', 'CD-1')"Traceback (most recent call last):  File 
"src/main.py", line 134, in ?    skin    = 
skin.get_singleton()  File "src/skin.py", line 78, in 
get_singleton    exec('import ' + modname  + ' as 
skinimpl')  File "", line 1, in ?  File 
"skins/main1/skin_main1.py", line 120, in ?    import 
xml_skin  File "skins/main1/xml_skin.py", line 80, in 
?    osd = osd.get_singleton()  File 
"src/osd.py", line 209, in get_singleton    _singleton = 
util.SynchronizedObject(OSD())  File "src/osd.py", line 330, in 
__init__    pygame.display.init()pygame.error: No 
available video device[EMAIL PROTECTED] freevo-1.3.4]#
I have 1.3.2 binary running fine with the dxr3, 
but 1.3.4 does not want to play.
 
Any 
ideas?


Re: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-26 Thread Johan Celén



yeah
read the wiki ;)

  - Original Message - 
  From: 
  Mark 
  Benson 
  To: [EMAIL PROTECTED] 
  
  Sent: Tuesday, August 26, 2003 10:55 
  AM
  Subject: [Freevo-users] Dxr3 and 1.3.4 No 
  available video device
  
  I've downloaded the binary relase 1.3.4 and when 
  I run it with dxr3 as the output I get the following error
   
  [EMAIL PROTECTED] freevo-1.3.4]# 
  ./freevoROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdrom', 
  'CD-1')"Traceback (most recent call last):  File "src/main.py", 
  line 134, in ?    skin    = 
  skin.get_singleton()  File "src/skin.py", line 78, in 
  get_singleton    exec('import ' + modname  + ' as 
  skinimpl')  File "", line 1, in ?  File 
  "skins/main1/skin_main1.py", line 120, in ?    import 
  xml_skin  File "skins/main1/xml_skin.py", line 80, in 
  ?    osd = osd.get_singleton()  File "src/osd.py", 
  line 209, in get_singleton    _singleton = 
  util.SynchronizedObject(OSD())  File "src/osd.py", line 330, in 
  __init__    pygame.display.init()pygame.error: No 
  available video device[EMAIL PROTECTED] freevo-1.3.4]#
  I have 1.3.2 binary running fine with the dxr3, 
  but 1.3.4 does not want to play.
   
  Any ideas?


RE: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-26 Thread Gray, Tim



you 
need to copy your SDL libraries you recreated with dxr3 capabilities into the 
binaries runtime's location.
 
I 
believe there is a line about that in the wiki on getting the dxr3 
working.
 
please 
let me know if after you get freevo's gui working if mplayer will work.  
I'm currently stuck with mplayer not working inside freevo with the 
dxr3

  -Original Message-From: Mark Benson 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, August 26, 2003 4:56 
  AMTo: [EMAIL PROTECTED]Subject: 
  [Freevo-users] Dxr3 and 1.3.4 No available video device
  I've downloaded the binary relase 1.3.4 and when 
  I run it with dxr3 as the output I get the following error
   
  [EMAIL PROTECTED] freevo-1.3.4]# 
  ./freevoROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdrom', 
  'CD-1')"Traceback (most recent call last):  File "src/main.py", 
  line 134, in ?    skin    = 
  skin.get_singleton()  File "src/skin.py", line 78, in 
  get_singleton    exec('import ' + modname  + ' as 
  skinimpl')  File "", line 1, in ?  File 
  "skins/main1/skin_main1.py", line 120, in ?    import 
  xml_skin  File "skins/main1/xml_skin.py", line 80, in 
  ?    osd = osd.get_singleton()  File "src/osd.py", 
  line 209, in get_singleton    _singleton = 
  util.SynchronizedObject(OSD())  File "src/osd.py", line 330, in 
  __init__    pygame.display.init()pygame.error: No 
  available video device[EMAIL PROTECTED] freevo-1.3.4]#
  I have 1.3.2 binary running fine with the dxr3, 
  but 1.3.4 does not want to play.
   
  Any ideas?


Re: [Freevo-users] Dxr3 and 1.3.4 No available video device

2003-08-26 Thread Rob Shortt
Mark Benson wrote:
I've downloaded the binary relase 1.3.4 and when I run it with dxr3 as 
the output I get the following error
 

pygame.error: No available video device
[EMAIL PROTECTED] freevo-1.3.4]#
I have 1.3.2 binary running fine with the dxr3, but 1.3.4 does not want 
to play.
 
Any ideas?
Sorry, but the binary release no longer supports dxr3.  This is due to 
problems with libSDL and it ignoring the runtime's LD_PRELOAD.  The only 
way for you to have dxr3 output is to not use the binary release's 
runtime and build or use all of the dependancies on your system.

-Rob



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users