problem with FMV

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
bisounours army
Trained
Trained
Posts: 35
Joined: 01 Oct 2008, 23:01

problem with FMV

Post by bisounours army »

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

$ date '+%Y-%d-%m '
2008-22-10 

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
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: problem with FMV

Post by Buginator »

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
Trained
Posts: 35
Joined: 01 Oct 2008, 23:01

Re: problem with FMV

Post by bisounours army »

With

Code: Select all

 $ ./src/warzone2100
It's good O_o

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:

Code: Select all

 $ warzone2100
why O_o ?
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: problem with FMV

Post by Buginator »

bisounours army wrote: but not work with:

Code: Select all

 $ warzone2100
why O_o ?
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
Trained
Posts: 35
Joined: 01 Oct 2008, 23:01

Re: problem with FMV

Post by bisounours army »

it's normal?
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: problem with FMV

Post by Buginator »

bisounours army wrote:it's normal?
Yes, normal for now.
bisounours army
Trained
Trained
Posts: 35
Joined: 01 Oct 2008, 23:01

Re: problem with FMV

Post by bisounours army »

Buginator wrote:
bisounours army wrote:it's normal?
Yes, normal for now.
for stable release this will be ok?
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: problem with FMV

Post by Buginator »

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.