I'm kind of new to Nexuiz and so far it seems pretty cool. However I am unable to get sound at any point during the game, this includes game intro screens, menus and in-game play. I've tried checking around but I haven't found anything useful. I'll supply relevant system specs and the terminal output.
Specs:
Open Sound System 4.1
Debian Etch n Half
Terminal Output:
- Code: Select all
couldn't exec data/campaign.cfg
couldn't exec autoexec.cfg
Draw_CachePic: failed to load gfx/complete
Draw_CachePic: failed to load gfx/inter
Draw_CachePic: failed to load gfx/finale
SndSys_Init: using the SDL module
Failed to open the audio device! (No available audio device)
SndSys_Init: using the SDL module
Failed to open the audio device! (No available audio device)
SndSys_Init: using the SDL module
Failed to open the audio device! (No available audio device)
SndSys_Init: using the SDL module
Failed to open the audio device! (No available audio device)
SndSys_Init: using the SDL module
Failed to open the audio device! (No available audio device)
SndSys_Init: using the SDL module
Failed to open the audio device! (No available audio device)
SndSys_Init: using the SDL module
Failed to open the audio device! (No available audio device)
S_Startup: SndSys_Init failed.
Draw_CachePic: failed to load gfx/m_white
g_maplist: Map 'bleach' not found in database - ignored
g_maplist: Map 'dieselpower' not found in database - ignored
g_maplist: Map 'bluesky' not found in database - ignored
g_maplist: Map 'desertfactory' not found in database - ignored
g_maplist: Map 'ruiner' not found in database - ignored
g_maplist: Map 'basement' not found in database - ignored
g_maplist: Map 'basementctf' not found in database - ignored
g_maplist: Map 'evilspace' not found in database - ignored
g_maplist: Map 'aneurysm' not found in database - ignored
g_maplist: Map 'runningman_1on1remix' not found in database - ignored
g_maplist: Map 'aggressor' not found in database - ignored
g_maplist: Map 'farewell' not found in database - ignored
g_maplist: Map 'final_rage' not found in database - ignored
g_maplist: Map 'ons-reborn' not found in database - ignored
g_maplist: Map 'stormkeep' not found in database - ignored
g_maplist: Map 'accident' not found in database - ignored
g_maplist: Map 'racetrack' not found in database - ignored
g_maplist: Map 'runningman' not found in database - ignored
g_maplist: Map 'reslimed' not found in database - ignored
g_maplist: Map 'downer' not found in database - ignored
g_maplist: Map 'slimepit' not found in database - ignored
g_maplist: Map 'silvercity' not found in database - ignored
g_maplist: Map 'eggandbacon' not found in database - ignored
g_maplist: Map 'dismal' not found in database - ignored
g_maplist: Map 'bloodprison' not found in database - ignored
g_maplist: Map 'warfare' not found in database - ignored
g_maplist: Map 'toxic' not found in database - ignored
g_maplist: Map 'runningmanctf' not found in database - ignored
g_maplist: Map 'bloodprisonctf' not found in database - ignored
g_maplist: Map 'strength' not found in database - ignored
g_maplist: Map 'starship' not found in database - ignored
g_maplist: Map 'skyway' not found in database - ignored
g_maplist: Map 'darkzone' not found in database - ignored
g_maplist: Map 'soylent' not found in database - ignored
VM_localsound: Failed to play announcer/male/welcome.ogg for menu !
VM_localsound: Failed to play misc/menu1.wav for menu !
VM_localsound: Failed to play misc/menu1.wav for menu !
VM_localsound: Failed to play misc/menu2.wav for menu !
VM_localsound: Failed to play misc/menu1.wav for menu !
VM_localsound: Failed to play misc/mouseclick.wav for menu !
I left out all the stuff that didn't present an error.
Any help?
Redbaron