Logged In: NO

this is wrong. this works but lets all views be solo views instead of being rendered to an area.
The solution is to edit line 1032 like this:
$rawElement = $this->_renderElement($instance,$v['id']);// $k);
now renderelelment gets the actual element id instead of the order number of the element on the page.