msjumbu / ilyrics

Automatically exported from code.google.com/p/ilyrics
0 stars 0 forks source link

Exception when retrieving existing lyrics from some files #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select a set of albums and select automatic update.
2. Some files will repeatedly throw an Exception when ILyrics calls the
Lyrics getter.

System.Runtime.InteropServices.COMException was unhandled
  Message="Catastrophic failure (Exception from HRESULT: 0x8000FFFF
(E_UNEXPECTED))"
  Source="Interop.iTunesLib"
  ErrorCode=-2147418113
  StackTrace:
       at iTunesLib.IITFileOrCDTrack.get_Lyrics()
       at iTuneslyrics.LyricsUpdater.UpdateLyrics() in
D:\niai\SVN\ILyrics\iTuneslyrics\Source\LyricsUpdater.cs:line 39
       at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()
  InnerException: 

What version of the product are you using? On what operating system?

1.1.1.2 Win 7 Beta.

Original issue reported on code.google.com by iba...@gmail.com on 24 Feb 2009 at 7:52