ZDoom / gzdoom

GZDoom is a feature centric port for all Doom engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities
http://zdoom.org
GNU General Public License v3.0
2.43k stars 534 forks source link

[BUG] Can't playing any sound files #2687

Closed wqerqwrwqerqwe closed 2 weeks ago

wqerqwrwqerqwe commented 2 weeks ago

GZDoom version

g4.12.2

Which game are you running with GZDoom?

Doom

What Operating System are you using?

Windows 10

Please describe your specific OS version

Windows 10 Pro 22H2

Relevant hardware info

13900K, RTX3080 12Gb

Have you checked that no other similar issue already exists?

A clear and concise description of what the bug is.

There is no playing any music or weapons sounds that I use in my .pk3 files. In version 4.11.3 all works fine.

Steps to reproduce the behaviour.

Explain how to reproduce

  1. Create any .pk3 or .wad file with any sound in any format (.mp3, .wav etc.)
  2. Also place in the .pk3 the mapinfo.txt file with the following contents
  3. Gameinfo { titlemusic = "BGM_02.WAV" }
  4. Run the game with the .pk3 in cmd params
  5. Hear no any music

Your configuration

No response

Provide a Log

1 2

wqerqwrwqerqwe commented 2 weeks ago

ZMusic_GetLastError = Unable to identify as music

wqerqwrwqerqwe commented 2 weeks ago

I found a problem - there is a libsndfile-1.dll file was missing in same folder with zmusic.dll.