that error helps
the image needs to be unselected, if you have that dotted line around part of something that is a second layer size, try clicking off on an empty space b4 saving. Or you changed the image size. DDS files can only be 256x256 or 256x512, 512x512, 512x1024 etc. It will not save to dds if it is lets say 500x200. That will need to be a .tga
That sound is your player ui. Open the PlayerRace.entity and scroll down to gameEventData . This is most of the sounds used by that race
in that mass of GameEventSounds you will find
GameEventSound:PlayerUnitUnderAttack "EVENTTECH_PLAYERUNITUNDERATTACK"
EVENTTECH_PLAYERUNITUNDERATTACK is a link to the GameInfo\SoundDialogue.sounddata which will hold the line for EVENTTECH_PLAYERUNITUNDERATTACK
effect
name "EVENTTECH_PLAYERUNITUNDERATTACK"
fileName "EventTech_PlayerUnitUnderAttack.ogg"
change it to something like
effect
name "EVENTTECH_PLAYERUNITUNDERATTACK"
fileName "HomerSimpsonDOOHHH.mp3"
Place HomerSimpsonDOOHHH.mp3 in your mods sound folder 