[eluser]wiredesignz[/eluser]
Not a bug at all.
Using CI's _output() method is not possible when using HMVC because you do not know which controller might hold the method.
The functionality of CI's _output() method can be simulated in other ways quite easily.
There are also other logical changes you must accept when using HMVC. You need to think through your application design properly.