SDL2: particular OGG clip does not play #1275
Labels
ags3
related to ags3 (version with full backward compatibility)
backend: sdl2
related to sdl2 library
type: bug
unexpected/erroneous behavior in the existing functionality
Milestone
Following short OGG clip plays fine in AGS 3.5.1 but does not play in AGS 3.6.0: dial1.zip
I did only brief debugging so far, and this leads down to the SDL_sound library's
Sound_Decode
, and then toVORBIS_read
, which fails at some point.This was tested with the AGS 3.6.0.3 built with our CI, so SDL_sound revision is fetched according to the CMake script.
Firstly may be worth trying this with the latest library revision, and if it's still not working then report to the library developers.
The text was updated successfully, but these errors were encountered: