Opened 12 years ago

Closed 11 years ago

#1715 closed defect (fixed)

OpenAL error displayed when you run the game without sound card

Reported by: Maximiliano Owned by: stwf
Priority: Should Have Milestone: Alpha 14
Component: Core engine Keywords:
Cc: Patch:

Description (last modified by stwf)

the error is displayed when you start the game with no output, in my case the speakers are disconnected and no output sound is connected and the error appear on the editor and on the game itself.

this should be fixed as of r13359

Change History (6)

comment:1 by Maximiliano, 12 years ago

http://subir.inodochile.net/images/1352265587.png Image larger than accepted by this bugtrack.

comment:2 by stwf, 11 years ago

Does this still happen? Can anyone confirm?

comment:3 by historic_bruno, 11 years ago

Yes, if I disable my sound card in device manager, I get errors like this:

ERROR: Sound: AlcInit failed, m_Device=00000000 m_Context=00000000 dev_name=OpenAL Soft err=40964
ERROR: OpenAL error: (null); called from CSoundManagerWorker::Run (line 183)
ERROR: OpenAL error: (null); called from CSoundManager::SetMasterGain (line 446)
ERROR: OpenAL error: (null); called from CSoundManager::LoadItem (line 465)
ERROR: OpenAL error: (null); called from COggData::InitOggFile (line 58)
ERROR: - Error creating initial buffer !!
ERROR: could not initialize ogg data at audio/music/Honor_Bound.ogg
ERROR: OpenAL error: (null); called from CSoundManager::LoadItem (line 469)
ERROR: OpenAL error: (null); called from CSoundManager::IdleTask (line 507)
ERROR: OpenAL error: (null); called from CSoundManager::IdleTask (line 510)
ERROR: OpenAL error: (null); called from CSoundManager::IdleTask (line 513)
ERROR: OpenAL error: (null); called from CSoundManagerWorker::CleanupItems (line 110) 
ERROR: OpenAL error: (null); called from CSoundManager::IdleTask (line 516)
ERROR: OpenAL error: (null); called from CSoundManager::IdleTask (line 507)
ERROR: OpenAL error: (null); called from CSoundManager::IdleTask (line 510)
ERROR: OpenAL error: (null); called from CSoundManager::IdleTask (line 513)
ERROR: OpenAL error: (null); called from CSoundManagerWorker::CleanupItems (line 110) 

The last 5 repeat over and over.

comment:4 by stwf, 11 years ago

Milestone: BacklogAlpha 13
Owner: set to stwf

comment:5 by Kieran P, 11 years ago

Milestone: Alpha 13Alpha 14

comment:6 by stwf, 11 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.