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

Author Topic: Error saying, "OpenAL32.dll is missing"  (Read 8153 times)

0 Members and 1 Guest are viewing this topic.

linkd_star99

  • Newbie
  • *
  • Posts: 1
    • View Profile
Error saying, "OpenAL32.dll is missing"
« on: November 13, 2020, 10:49:44 am »
The above error occurred when I tried to include the audio library into my program's directory and attempted to play it. I am running it on Windows 8.1. I downloaded the missing DLL from the DLL site like this:https://dlldownloads.com/openal32-dll/. But still, I can't solve the issue. What is this issue all about?
I am using SFML 2.5.1. Thanks in advance.
« Last Edit: November 16, 2020, 06:37:34 am by linkd_star99 »

splavacado100

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: Error saying, "OpenAL32.dll is missing"
« Reply #1 on: December 04, 2020, 06:28:35 pm »
The SFML download should have included the correct dll to use. Even though the names might be the same, it might be a different version than what SFML is expecting. Checked if you missed it in the bin folder. I hope this helps! :D

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Error saying, "OpenAL32.dll is missing"
« Reply #2 on: December 09, 2020, 01:56:28 pm »
You should never download DLLs from random website (unless you like download viruses, trojans, etc) ;)

The OpenAL DLL is included with SFML and needs to be copied next to your executable as mentioned in the tutorials.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/