[Bug 3777] New: qalcGetString called with incorrect parameters
bugzilla-daemon at icculus.org
bugzilla-daemon at icculus.org
Fri Sep 12 19:57:52 EDT 2008
http://bugzilla.icculus.org/show_bug.cgi?id=3777
Summary: qalcGetString called with incorrect parameters
Product: Quake 3
Version: SVN HEAD
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: Sound
AssignedTo: zakk at icculus.org
ReportedBy: bugzilla at benmachine.co.uk
QAContact: quake3-bugzilla at icculus.org
In S_AL_SoundInfo, the following line appears:
Com_Printf( " ALC Extensions: %s\n", qalcGetString( NULL, ALC_EXTENSIONS ) );
In my copy of the OpenAL Programmer's Guide, no behaviour is specified for
ALC_EXTENSIONS with a NULL device: on ubuntu I get nothing printed, on Mac I
get (null). On the latter it is especially problematic as it triggers an error
which is remembered and then erroneously reported as a failure much later on
the first time a sound is registered (see bug 3776).
I'm not sure what actual value device should have in this case.
--
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the quake3-bugzilla
mailing list