Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CodingMadeEasy

Pages: 1 2 [3]
31
Audio / Failed to open the audio device
« on: January 10, 2011, 07:07:26 pm »
What I'll do is test it out on my other computer to see if it plays the music.
If it doesn't then there must be something wrong with the audio files.

If it does work then there must be something wrong with my laptop.
I'll report back to you once I've tested it

32
Audio / Failed to open the audio device
« on: January 09, 2011, 06:46:19 pm »
Yes. Everything else works fine ... I make music on my laptop everyday and I listen to music everyday so all the sound drivers are fine

33
Audio / Failed to open the audio device
« on: January 09, 2011, 10:11:12 am »
So is there any way you can help me? I've tried the 2.0 version and the 1.5 version but they still give the same error.

I really don't know what else I can do but I really need the sound in my game.

34
Graphics / Comments on first game.
« on: January 08, 2011, 06:36:40 am »
But you have to have used them a lot to use them effectively that's why you should go and practice with them more because you may think that you've got them down packed but there's a lot to know about classes and you have to know when and how to use certain things to effectively use sfml .

35
Graphics / Comments on first game.
« on: January 07, 2011, 10:01:41 pm »
If you aren't that strong in classes then I would advise you to go back to the basics because it doesn't make sense using sfml if you don't know how to use classes because you're going to run into a lot of problems later on

36
Audio / Failed to open the audio device
« on: January 07, 2011, 09:44:35 pm »
I checked and there was a openal32.dll and a openal64.dll. So I removed them and it still didn't work.

So I placed the sfml's openal32 into the system32 folder and it still won't work.

I have tried every option and it just won't work.

37
Audio / Failed to open the audio device
« on: January 07, 2011, 05:07:47 am »
yes i'm using openal32.dll which is provided with sfml.
I'm running this on windows and I'm using sfml version 1.6 .

38
Audio / Failed to open the audio device
« on: January 06, 2011, 05:55:15 am »
Hi. I'm trying to you music in my program but somethings wrong with
the audio class.

I include it
Code: [Select]

#include <SFML/Audio.hpp>


and whenever I create my music file I get an error in the console window that says

"Failed to open the audio device"

I've added the audio to the linker.
I've defined SFML_DYNAMIC.
I have everything in the right folder.
Graphics and stuff work fine. I just started on music today and now I can't figure out the problem.

Say I have a code like this

Code: [Select]

#include <SFML/Audio.hpp>

int main () {
sf::Music Music;
return 0;
}


I get the same error .. so what's going on with the Audio class?
[/code]

Pages: 1 2 [3]
anything