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

Author Topic: The program can't start because OpenAL32.dll is missing from your computer  (Read 7657 times)

0 Members and 1 Guest are viewing this topic.

DarthBuzzKill

  • Newbie
  • *
  • Posts: 7
    • View Profile
Full message as follows:

The program can't start because OpenAL32.dll is missing from your computer. Try reinstalling the program to fix this problem.   

This happened when I included the audio library and correctly setup a sound to play after placing it into my project's folder. Even after removing the audio file from the project folder and the audio library, it still gives me the error. Any suggestions?

I am using SFML 2.1

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: The program can't start because OpenAL32.dll is missing from your computer
« Reply #1 on: November 17, 2014, 12:54:55 am »
Quote
If you are using the sfml-audio module (either statically or dynamically), you must also copy the DLLs of the external libraries needed by it, which are libsndfile-1.dll and OpenAL32.dll.
These files can be found in <sfml-install-path/bin> too.

Official VS tutorial or Official C::B/MinGW tutorial
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

DarthBuzzKill

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: The program can't start because OpenAL32.dll is missing from your computer
« Reply #2 on: November 17, 2014, 01:13:41 am »
Thanks for the link. I actually fixed it anyway since I added to OpenAL32.dll file to the same folder as the .exe.

 

anything