Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Urbanterror with not sound on FreeBSD 12.2 what can be the problem ?. #82

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

gnubsdguy
Copy link

Hi hello, i recently compiled and linked your fork of Urbanterror for FreeBSD successfully but i have just one small problem, sound seems not be working and I don't know what can be the problem. What could be the problem that i don't have the sound working ?, i tried another compiled program (openarena) and it works fine.

lonkamikaze and others added 17 commits December 4, 2016 14:49
Also make USE_SDL obligatory on FreeBSD. Because, who wants to deal
with the pain of a non-SDL build?
This fixes the issues mentioned in CVE-2017-6903 and adds more general
security improvements as well.

- Don't load q3config.cfg or autoexec.cfg from any pk3 file
- Don't load QVMs from untrusted pk3 files in the download directory
  (this was previously detected but not actually blocked)
- Disallow loading of DLL/so/dylib with a .pk3 extension
- Add FS_CheckFilenameIsMutable from ioquake3
- Ensure condump can only write to .txt files
- Ensure writeconfig can only write to .cfg files
- Improve malicious pk3 reporting (and add check for .cfg files as well)

Fixes FrozenSand#71
This fixes -O0/-O1 builds (e.g. for debugging) with clang39 or later
and gcc5 or later.

See http://clang.llvm.org/compatibility.html#inline for an explanation.
Retrieved from [email protected]:mickael9/ioq3-for-UrbanTerror-4.git
@rilysh
Copy link

rilysh commented Mar 28, 2023

If I'm not wrong, you've to either enable SDL_sound or OpenAL as an audio backend in the makefile before compiling it.
There's a variable called USE_SDL_SOUND or USE_OPENAL, change one of its value with 1 (enable)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants