Sat 23 Aug 2008 02:56:22 AM UTC, comment #3:
I cleared
~/warzone/data/base/music/music.wpl ( vim + deleted the 2 lines)
~/warzone# make uninstall && make clean
~/warzone# ./autogen.sh
~/warzone# ./configure && make && make install
loaded game
menu.ogg was playing on the menu screen
I clicked on fast play and crash
~/warzone/data/base/music# rm *.ogg
~/warzone# make uninstall && make clean
~/warzone# ./autogen.sh
~/warzone# ./configure && make && make install
loaded game
no playing on the menu screen
I clicked on fast play and no crash
the svn music.wpl looks like
track1.ogg
track2.ogg
but this page has this format ( http://forums.wz2100.net/viewtopic.php?f=1&t=1923&st=0&sk=t&sd=a&start=15 )
[game]
path=.
shuffle=yes
track1.ogg
track2.ogg
[menu]
path=.
shuffle=yes
track1.ogg
track2.ogg
sound |000000000002: [cdAudio_PlayTrack] called(0)
sound |000000000002: [cdAudio_OpenTrack] called(music/menu.ogg)
sound |000000000002: [cdAudio_Stop] called, cdStream=(nil)
sound |000000000002: [cdAudio_OpenTrack] successful(music/menu.ogg)
...
sound |000000000002: [cdAudio_PlayTrack] called(1)
sound |000000000002: [cdAudio_OpenTrack] called(music/track1.ogg)
sound |000000000002: [cdAudio_Stop] called, cdStream=0x168bf70
I have a guesses about this
the game is looking in the wrong place for the music listed in the music.wpl file when path is not listed?
|