bisounours army
Trained
Posts: 35 Joined: 01 Oct 2008, 23:01
Post
by bisounours army » 22 Oct 2008, 16:36
the video do'nt work!
Code: Select all
$ svn info svn://svn.gna.org/svn/warzone/trunk
Chemin : trunk
URL : svn://svn.gna.org/svn/warzone/trunk
Racine du dépôt : svn://svn.gna.org/svn/warzone
UUID du dépôt : 4a71c877-e1ca-e34f-864e-861f7616d084
Révision : 6198
Type de noeud : répertoire
Auteur de la dernière modification : buginator
Révision de la dernière modification : 6196
Date de la dernière modification: 2008-10-21 20:40:05 +0200 (mar, 21 oct 2008)
Code: Select all
$ svn export -r 6198 svn://svn.gna.org/svn/warzone/trunk warzone2100-2008-22-10
Code: Select all
$ wget http://download.gna.org/warzone/videos/sequences_ogg.zip
Code: Select all
$ ls
sequences_ogg.zip warzone2100-2008-22-10
Code: Select all
$ unzip sequences_ogg.zip -d warzone2100-2008-22-10/data/base/
Code: Select all
$ cd
$ su -m
# ./autogen.sh && ./configure && make && make install
Now i start warzone2100 and i clic on view intro
Code: Select all
$ warzone2100
error |000000002011: [seq_Play] unable to open 'sequences/titles.ogg' for playback
error |000000002011: [seq_Play] unable to open 'sequences/devastation.ogg' for playback
Buginator
Professional
Posts: 3285 Joined: 04 Nov 2007, 02:20
Post
by Buginator » 22 Oct 2008, 20:18
Do you have the .ogg files in data\base\sequences\*.ogg ?
If so, cd to warzone2100-2008-22-10
and type
./src/warzone2100
then when it runs, click the intro button, and it should work.
I am betting that the makefile doesn't zip up the contents of the sequences directory yet. You have to manually add that for now...
bisounours army
Trained
Posts: 35 Joined: 01 Oct 2008, 23:01
Post
by bisounours army » 22 Oct 2008, 20:30
With
It's good
Code: Select all
$ ls data/base/sequences/
brfcom4s.ogg eidos-logo.ogg npend.ogg res_droid.ogg
brfcom.ogg end.ogg npstart.ogg res_pow.ogg
c001.ogg factory.ogg outro.ogg res_struttech.ogg
cam1 fastplay.ogg player.ogg res_systech.ogg
cam2 incomint.ogg plyr4sec.ogg res_weapons.ogg
cam3 incomtns.ogg prjupdat.ogg titles.ogg
cam_start.ogg inflight.ogg pumpkin.ogg transport.ogg
devastation.ogg nexend.ogg res_com.ogg victory.ogg
but not work with:
why
?
Buginator
Professional
Posts: 3285 Joined: 04 Nov 2007, 02:20
Post
by Buginator » 23 Oct 2008, 06:29
bisounours army wrote:
but not work with:
why
?
When you did 'make install' it didn't copy the sequences over. (The base.wz it made, don't have those in it).
That is why.
bisounours army
Trained
Posts: 35 Joined: 01 Oct 2008, 23:01
Post
by bisounours army » 23 Oct 2008, 09:57
it's normal?
Buginator
Professional
Posts: 3285 Joined: 04 Nov 2007, 02:20
Post
by Buginator » 23 Oct 2008, 20:42
bisounours army wrote: it's normal?
Yes, normal for now.
bisounours army
Trained
Posts: 35 Joined: 01 Oct 2008, 23:01
Post
by bisounours army » 23 Oct 2008, 21:10
Buginator wrote: bisounours army wrote: it's normal?
Yes, normal for now.
for stable release this will be ok?
Buginator
Professional
Posts: 3285 Joined: 04 Nov 2007, 02:20
Post
by Buginator » 24 Oct 2008, 05:37
bisounours army wrote: Buginator wrote:
Yes, normal for now.
for stable release this will be ok?
Once 2.2 goes stable, then it will be taken care of.
We might even have /data/sequences instead. Nothing is final about the FMVs yet.