View Issue Details

IDProjectCategoryView StatusLast Update
0003149The Dark ModSoundpublic04.06.2013 19:41
ReporterSpringheel Assigned ToSpringheel  
PrioritynormalSeveritynormalReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionTDM 1.08 
Summary0003149: Missing sound warnings
DescriptionTrack these down and see what is going on:

http://forums.thedarkmod.com/topic/13830-console-errors/page__view__findpost__p__288169
TagsNo tags attached.

Activities

Serpentine

Serpentine

31.05.2012 15:53

updater   ~0004645

Last edited: 31.05.2012 15:53

Hey Spring, had some time this morning. Changes are in the SVN, still a few more that need resolving.

======Unfixed======
WARNING:idSoundCache: sound/voices/commander/tdm_ai_commander_to_searching_saw04.ogg is 48000Hz, expected 11025, 22050 or 44100 Hz. Using default
WARNING:idSoundCache: sound/voices/commander/tdm_ai_commander_alertdown_to_idle_saw02.ogg is 48000Hz, expected 11025, 22050 or 44100 Hz. Using default

This file does not exist - There is no 'generic' notice - item?.
WARNING:Couldn't load sound 'sound/voices/wench/tdm_ai_wench_notice_generic01.ogg' using default

This file does not exist - nor does the /ai_states/ folder.
WARNING:Couldn't load sound 'sound/voices/builders/builder2/ai_states/builder2_relaxed_12.ogg' using default

These files do not exist
WARNING:Couldn't load sound 'tdm_ai_builder2_sleep.wav' using default
WARNING:Couldn't load sound 'sound/voices/wench/go_away.ogg' using default
WARNING:Couldn't load sound 'tdm_ai_wench_find_soft_corpse_female.wav' using default

This error seems to be from an old version, the wav was replaced with ogg - and the wav is not referenced anywhere.
WARNING:Couldn't load sound 'tdm_ai_commander_greet_to_noble_male.wav' using default

=======Fixed=======
I have replaced with : sound/voices/generic/brush01.ogg - I assume that is correct. - I have corrected it in the SVN.
WARNING:Couldn't load sound 'sound/sfx/voices/generic/brush01.ogg' using default

The following had a typo in the name - I have corrected it in the SVN.
WARNING:Couldn't load sound 'sound/voices/commander/tdm_ai_commander_find_something_suspicious01.ogg' using default
WARNING:Couldn't load sound 'sound/voices/commander/tdm_ai_commander_find_something_suspicious02.ogg' using default
WARNING:Couldn't load sound 'sound/voices/commander/tdm_ai_commander_find_something_suspicious03.ogg' using default
WARNING:Couldn't load sound 'sound/voices/commander/tdm_ai_commander_find_something_suspicious04.ogg' using default

Were missing the path in the soundshader - I have corrected it in the SVN.
WARNING:Couldn't load sound 'tdm_ai_commander_alertdown_to_idle_seen_suspicious01.ogg' using default
WARNING:Couldn't load sound 'tdm_ai_commander_alertdown_to_idle_seen_suspicious02.ogg' using default

==Fixed [Unlisted]==
tdm_ai_critic_greet_guard_to_noble_male changed to tdm_ai_critic_greet_to_noble_male As expected by some def

Springheel

Springheel

01.06.2012 01:29

administrator   ~0004646

Last edited: 01.06.2012 20:09

I've fixed these two:
WARNING:idSoundCache: sound/voices/commander/tdm_ai_commander_to_searching_saw04.ogg is 48000Hz, expected 11025, 22050 or 44100 Hz. Using default
WARNING:idSoundCache: sound/voices/commander/tdm_ai_commander_alertdown_to_idle_saw02.ogg is 48000Hz, expected 11025, 22050 or 44100 Hz. Using default

and this:
WARNING:Couldn't load sound 'sound/voices/wench/go_away.ogg' using default

Springheel

Springheel

01.06.2012 21:26

administrator   ~0004648

# greebo: AI Voice Renaming Script (quick and dirty)
# This script renames .wav files in AI sound shaders and generates a new .sndshd file to the console
# Watch out for hardcoded shader prefixes and paths.
Springheel

Springheel

02.06.2012 11:52

administrator   ~0004650

Done enough for 1.08

Issue History

Date Modified Username Field Change
29.05.2012 17:36 Springheel New Issue
29.05.2012 17:36 Springheel Status new => assigned
29.05.2012 17:36 Springheel Assigned To => Springheel
31.05.2012 15:53 Serpentine Note Added: 0004645
31.05.2012 15:53 Serpentine Note Edited: 0004645
01.06.2012 01:29 Springheel Note Added: 0004646
01.06.2012 20:09 Springheel Note Edited: 0004646
01.06.2012 21:26 Springheel Note Added: 0004648
02.06.2012 11:52 Springheel Note Added: 0004650
02.06.2012 11:52 Springheel Status assigned => suspended
14.08.2012 00:54 Springheel Target Version TDM 1.08 =>
04.06.2013 19:41 Springheel Status suspended => closed
04.06.2013 19:41 Springheel Resolution open => fixed