INTERACT FORUM

More => Old Versions => Media Center 14 (Development Ended) => Topic started by: Matt on December 01, 2009, 10:20:31 am

Title: Fix for iPod parsing problem in build 106
Post by: Matt on December 01, 2009, 10:20:31 am
If you're seeing a crash during iPod detection, copy this file to [Media Center Install Path]\Plugins (requires build 106):
http://files.jriver.com/temp/hh_portable.dll

The cause of the problem was was sort of interesting.  Searching a buffer starting at a negative index used to search the whole buffer.  Recently added error checking instead returned an error.  The iPod code depended on the previous behavior.

The fix will be included in build 107 and later, so this patch is only needed for build 106.