Weapons don't have sound

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
twilight
Peon
Peon
Posts: 47
Joined: 28 Aug 2007, 23:35
Location: Early, Iowa, USA
Contact:

Weapons don't have sound

Post by twilight »

I've tried my shortsword and my scythe, but none of them make any
noise. This is with the Sfx volume turned all the way up. I hear the
music from the game, but not the sound from my weapons or my
character attacking the monster. And the monsters don't make any
sound either.

The sounds are there under C:\Program Files\The Mana World\data\sfx
But they arn't working.
And they play in Winamp just fine so I don't think it's the ogg files.

Can someone help me?
Characters:
Twilight - Main
lvl 5x Hybrid Close/Range
Geshtar - Alt
lvl 3x Pure Range
User avatar
Falcata
Novice
Novice
Posts: 137
Joined: 10 Nov 2006, 01:55
Location: Michiana
Contact:

Post by Falcata »

I've had a similar problem, and I thought I had solved it when I modified the sound settings on my computer, but I'm still experiencing it. I randomly get either "static buzzing" instead of sound, no sound at all, or sound playing normally (but low volume). So I don't really know what's going on.

I don't get any music at all, but that seems to be because the music files don't get packaged when you download and compile the source from svn.
I'm a proud member of the Online Campaign for Real English, a movement for those who believe in capital letters, correct spelling, and good sentence structure.
User avatar
Merlin
Developer
Developer
Posts: 601
Joined: 23 Dec 2007, 04:42

Post by Merlin »

Same here. I compiled .24 but I have no music.. The tmw-music is installed and the sound fx are non-existent.
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

MerlinX420 wrote:Same here. I compiled .24 but I have no music.. The tmw-music is installed and the sound fx are non-existent.
I'm assuming you're talking about the tmw-music package that comes with Debian or Ubuntu. It won't work with a version of TMW that you compiled manually unless you make it look for the music files in the right place. If you don't know how to do this, the easiest thing to do is to also manually install the tmwmusic package (download from our SourceForge files page) to where the rest of your TMW data is.
User avatar
eaumer
Novice
Novice
Posts: 51
Joined: 09 Nov 2007, 14:17

Post by eaumer »

I create the sub directory tmw/data/music. But still no sound!!

There is the log of tmw:
14:05:47.45] Sound::init() Initializing sound...
[14:05:48.04] Sound::info() SDL_mixer: 1.2.8 (compiled)
[14:05:48.04] Sound::info() SDL_mixer: 1.2.8 (linked)
[14:05:48.04] Sound::info() Driver: waveout
[14:05:48.04] Sound::info() Format: S16LSB
[14:05:48.04] Sound::info() Rate: 22050
[14:05:48.04] Sound::info() Channels: 2
[14:05:48.04] Sound::startMusic() Playing "data/music/Magick - Real.ogg" -1 times
[14:05:48.04] Sound::startMusic() Warning: error loading file.


no music and no sfx for me, just silence...brrrr
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

eaumer wrote:I create the sub directory tmw/data/music. But still no sound!!
Well, where did you actually create that subdirectory? If you compiled TMW after running plain "./configure", the default prefix is usually /usr/local and you'll have to stick the music into /usr/local/share/tmw/data/music. Of course, you can compile with any other prefix using "./configure --prefix=...".

For the next version we do plan to make the searching for the music files more intelligent, though. So that it will also work when they are simply copied into data/music where you untarred the source.
User avatar
eaumer
Novice
Novice
Posts: 51
Joined: 09 Nov 2007, 14:17

Post by eaumer »

Yes, but I am working with windows, what is the default path for the music ?
User avatar
twilight
Peon
Peon
Posts: 47
Joined: 28 Aug 2007, 23:35
Location: Early, Iowa, USA
Contact:

Post by twilight »

Music:

Code: Select all

\data\music
Sfx:

Code: Select all

\data\sfx
Characters:
Twilight - Main
lvl 5x Hybrid Close/Range
Geshtar - Alt
lvl 3x Pure Range
Post Reply