After poking around on the forums some, and reading the same message 3 or 4 times I finally understood the thread to mean "even on non-samsung models, apply this patch".
http://developer.yahoo.net/forum/index.php...ost&p=17610I applied the patch to my app (again, this is just the Yahoo! mediasample app with minimal changes to a few text strings). My app's init.js now reads in part...
CODE
/**
* @author jstone
*/
include("Framework/kontx/1.3/src/all.js");
include("patch-pre_fw1.3.27-mediaplayer.js");
include("Javascript/core/event_handlers.js");
Although the videos and audio continue to play in the simulator, they either generate the same error message I referenced in my original post, or in the case of audio cause the Vizio to freeze / hang. The power button works, all the other buttons seem like no-ops to me.