Old 26th December 2006, 20:46   #1
Canis
Junior Member
 
Canis's Avatar
 
Join Date: Jul 2003
Location: Burbank, CA
Posts: 15
m4a files keep degrading

I have a bunch of m4a files on my PC. In retrospect I should have ripped them as mp3s but that's beside the point.

Anyway, after playing perfectly for over a month, the files have started degrading. One song plays fine for the first twenty seconds, then suddenly skips ahead to the second verse and carries on like nothing happened. Several days later, two more songs developed blank spaces in the middle lasting up to around one minute.

I'm running Winamp 5.32 which I believe is the latest version. The music files in question will play in WMP up to the point of error, and then will stop.

What could cause m4a files to lose quality?
Canis is offline   Reply With Quote
Old 26th December 2006, 21:45   #2
DJ Egg
Techorator
Winamp & Shoutcast Team
 
Join Date: Jun 2000
Posts: 35,894
An m4a-eating virus? Hard drive corruption/failure?

http://forums.winamp.com/showthread....d=161361#specs
DJ Egg is offline   Reply With Quote
Old 27th December 2006, 05:35   #3
Canis
Junior Member
 
Canis's Avatar
 
Join Date: Jul 2003
Location: Burbank, CA
Posts: 15
I ran AVG, Adaware, and Spybot, and didn't find any virus or other harmful whatever. I'm not sure how to check for hard drive failure, but I haven't had any other problem.

I've included a Hijackthis log, and here's a link to a zipped file containing one of the damaged m4a files. http://www.sendspace.com/file/st3b98 The skip is at second 17.
Attached Files
File Type: txt hijackthis.txt (5.2 KB, 114 views)
Canis is offline   Reply With Quote
Old 27th December 2006, 06:31   #4
DJ Egg
Techorator
Winamp & Shoutcast Team
 
Join Date: Jun 2000
Posts: 35,894
O4 - HKLM\..\Run: [winupdates] C:\Program Files\winupdates\winupdates.exe /auto

WORM_VB.AS / Alcra-B worm (Rbot worm variant)

http://www.liutilities.com/products/...ry/winupdates/
http://www.sophos.com/virusinfo/analyses/w32alcrab.html
http://www.trendmicro.com/vinfo/viru..._VB.AS&VSect=T
http://www.castlecops.com/s5642-Winupdates_exe.html
etc etc etc

Fix that startup entry, reboot, and delete the "C:\Program Files\winupdates" folder.
DJ Egg is offline   Reply With Quote
Old 27th December 2006, 07:12   #5
Canis
Junior Member
 
Canis's Avatar
 
Join Date: Jul 2003
Location: Burbank, CA
Posts: 15
Done and done. I'm rather disappointed that AVG didn't find that, so thank you.

So you think that was the problem with the m4a files?
Canis is offline   Reply With Quote
Old 27th December 2006, 13:14   #6
DJ Egg
Techorator
Winamp & Shoutcast Team
 
Join Date: Jun 2000
Posts: 35,894
Yes, because this virus (worm & trojan combined) disables security software and allows a remote attacker undetected access to your computer. Therefore anything's possible, including the ability to modify files.

Also look for these files in your C:\Windows\system32 dir:
cmd.com
netstat.com
ping.com
regedit.com
taskkill.com
tasklist.com
tracert.com

and a "C:\Windows\system32\Complete" folder.

Delete them if found.

(make sure you can view hidden & system files first, via: folder options > view)

Disable then re-enable System Restore, so all hidden backup copies of the worm are also deleted.
DJ Egg is offline   Reply With Quote
Old 27th December 2006, 18:06   #7
Canis
Junior Member
 
Canis's Avatar
 
Join Date: Jul 2003
Location: Burbank, CA
Posts: 15
I seem to be in a pickle. System32 is hidden despite the fact that I have the appropriate boxes checked or unchecked as the case might be in Folder Options. I tried resetting it with the command prompt (attrib -h -s -r c:\windows\system32) with no change.

Is there another way around this without reinstalling Windows? (Which I might do anyway.)
Canis is offline   Reply With Quote
Old 27th December 2006, 19:41   #8
DJ Egg
Techorator
Winamp & Shoutcast Team
 
Join Date: Jun 2000
Posts: 35,894
Don't try to change anything with the actual system32 folder itself, just delete those files and that one subfolder I referenced, if they exist.

Control Panel > Folder Options > View tab

checkmark: show hidden files and folders
uncheck: hide protected operating system files
uncheck: hide extensions for known file types

You can use those command prompt options for the files and folder which need deleting. Save the following text to notepad and save as eg. cleanup.bat

atrrib -h -s -r /S "C:\Program Files\winupdates\*.*"
del /Q /S "C:\Program Files\winupdates\*.*"
atrrib -h -s -r C:\Windows\system32\cmd.com
del /Q C:\Windows\system32\cmd.com
atrrib -h -s -r C:\Windows\system32\netstat.com
del /Q C:\Windows\system32\netstat.com
atrrib -h -s -r C:\Windows\system32\ping.com
del /Q C:\Windows\system32\ping.com
atrrib -h -s -r C:\Windows\system32\regedit.com
del /Q C:\Windows\system32\regedit.com
atrrib -h -s -r C:\Windows\system32\taskkill.com
del /Q C:\Windows\system32\taskkill.com
atrrib -h -s -r C:\Windows\system32\tasklist.com
del /Q C:\Windows\system32\tasklist.com
atrrib -h -s -r C:\Windows\system32\tracert.com
del /Q C:\Windows\system32\tracert.com
atrrib -h -s -r /S "C:\Windows\system32\Complete\*.*"
del /Q /S "C:\Windows\system32\Complete\*.*"
deltree /Y "C:\Windows\system32\Complete"
deltree /Y "C:\Program Files\winupdates"
DJ Egg is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Winamp > Winamp Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump