Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#1737 closed defect (fixed)

OpenAL error: Invalid Name

Reported by: Jonathan Waller Owned by: stwf
Priority: Should Have Milestone: Alpha 12
Component: Core engine Keywords: sound
Cc: Patch:

Description

I was using the simulation out of sync test by enabling m_EnableOOSLog and m_EnableSerializationTest in Simulation2.cpp. I was using the combat demo map.

I got the following errors, the messages were shown repeatedly.

ERROR: OpenAL error: Invalid Name; called from HandleFade (line 209)

ERROR: OpenAL error: Invalid Name; called from IdleTask (line 60)

ERROR: OpenAL error: Invalid Name; called from Run (line 176)

Change History (5)

comment:1 by stwf, 11 years ago

Does this happen all the time? If you get it again can you check and see what the first error message said? If its an invalid source name the real problem happened the first time it was read in. Are there any other run time details?

When I run the game under these conditions I usually get a sync error that seems unrelated after a little bit. Is that normal behavior?

in reply to:  1 comment:2 by historic_bruno, 11 years ago

Replying to stwf:

When I run the game under these conditions I usually get a sync error that seems unrelated after a little bit. Is that normal behavior?

Make sure you don't play against an AI, I think they will always cause the serialization test to fail.

comment:3 by Kieran P, 11 years ago

Milestone: BacklogAlpha 13

comment:4 by stwf, 11 years ago

Resolution: fixed
Status: newclosed

THis problem should be fixed, as in only a single error message will be logged in the case of a failed initialization.

comment:5 by Kieran P, 11 years ago

Milestone: Alpha 13Alpha 12
Note: See TracTickets for help on using tickets.