d13slideshow.php calls the scriptaculous effects through:
wp-includes/js/scriptaculous/scriptaculous.js
This causes 404 errors because, somehow, the effects are all loaded with an incorrect prefix (wp-builder.js instead of builder.js, etc).
By changing:
(line 606) ...wp-includes/js/scriptaculous/scriptaculous.js
to
(line 606) ...wp-includes/js/scriptaculous/wp-scriptaculous.js
the error is resolved.
I recommend making this a change in a release soon, as it was generating literally thousands of 404 errors on my site.