I think I fixed it.
Somewhere along the line a faulty Bridge Fix (old thing, included in all but the oldest bridges) was introduced.
And you guys simply had the bad luck of recieving it.
I think Mark will put out a new package with it fixed soon, but before that, here's the fix for the faulty file.
Yeah, don't worry if it appears to be exactly the same as the old one, since there is only 1 character wrong.
It goes to scripts/Custom/Autoload, see if that works.
Or atleast, I would, but as you have read (you have, haven't you?) in the announcement, attachments don't work yet.
So here is how to fix it.
First, back up the following file (just a copy and change the extension to something like bck or org, or you could copy it to somewhere other than Autoload or Custom): scripts/Custom/Autoload/000-Fixes20030221.py
Now, open up the file (not the backup), I suppose Notepad will, do but remember to change the file type to All Types, and make sure the extension of the file is py). And scroll to the bottom of it.
You will see this line:
if int(Foundation.version[0:8]) > 20030221:Change the greater than sign into a lesser than sign (change the > to a <).
That's it.
Btw, the result is:
if int(Foundation.version[0:8]) < 20030221:
The other issue was with the Intrepid, that the animations didn't work.
Go to data/Animations/ and rename the intrepid directory to bp this is case sensitive.
I'll post this in the Intrepid thread as well.