Hi all, I found a work around here with a patch:
http://www.mail-archive.com/[email protected]/msg01796.html --- libunshield.c.orig 2010-09-14 12:40:15.000000000 -0400 +++ libunshield.c 2010-09-14 12:40:45.000000000 -0400 @@ -271,6 +271,9 @@ header->major_version = (header->common.version >> 12) & 0xf; + if (header->common.version == 0x020004b0) + header->major_version = 9; + #if 0 if (header->major_version < 5) header->major_version = 5; Hope this helps someone else! Tony -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

