Mrbayes probably gives you a consensus tree with collapsed nodes. The consensus tree with polytomies has no chance of being correct, and you should avoid using it. If it prints the MAP tree, the tree with the highest posterior, you can use that instead. Alternatively you can use an ML program to get the ML tree, but again don't use the bootstrap consensus tree with polytomies,
Or you can open the file baseml.c or codeml.c and increase the value for the variable maxnsons, as explained in my post above.
For mcmctree analysis to estimate divergence times, you have to use a fully resolved tree.
Ziheng