SDL Digest, Vol 26, Issue 4

Hi,

I am able to reproduce the bug as well. I use WinXP and the latest of all
the SDL libs. mp3 and wav files work fine but ogg files do not (they used
to under 1.2.9 for my code).

Thanks
Dave> Message: 3

Date: Sat, 3 Jun 2006 22:47:31 +0100
From: <sebastian.beschke at student.uni-tuebingen.de>
Subject: Re: [SDL] BUG: SDL_mixer 1.2.5 unable to load .ogg as music?
To: “Peter Mulholland” , “A list for developers
using the SDL library. (includes SDL-announce)”
Message-ID: <twig.1149367651.78016 at mail.uni-tuebingen.de>

Peter Mulholland schrieb:

It’s just a wild guess but this could be related to the dynamic DLL
loading feature added to 1.2.7 which means that it will try and load
ogg.dll, vorbis.dll and vorbisfile.dll on first use. I would build
your own version, with debug symbols, and see exactly where it
crashes.

I’ll do that as soon as I’m back home on my own computer (in about a
week’s
time). In the meantime, I’d be interested if anyone else has the same
problems
loading OGG files using the prebuilt DLLs. On the derelict forums,
several
people were able to reproduce the bug, so if the prebuilt libraries are
broken, I think this qualifies as an SDL bug.

Thanks for your help!

Sebastian