%20no%20par%C3%A1grafo%20da%20legenda%20da%20figura.png)
Acho que a origem do erro `Hbox insuficiente (maldade 10000) no parágrafo' no MWE é a insuficiência de texto.
\documentclass{llncs}
\usepackage{graphicx}
\begin{document}
\begin{figure}[t]
\begin{minipage}[b]{0.25\textwidth}
\centering
\caption{Interface among Processor, RAM and TPM in a Hybrid System}
\end{minipage}
\end{figure}
\end{document}
Responder1
Definir palavras longas em uma coluna estreita pode ser complicado, você pode ajudar um pouco no texto:
\documentclass{llncs}
\usepackage{graphicx}
\begin{document}
\begin{figure}[t]
\begin{minipage}[b]{0.25\textwidth}
\centering
\caption
[Interface among Processor, RAM and TPM in a Hybrid System]
{\protect\raggedright Interface among Processor, RAM and TPM in a Hybrid System}
\end{minipage}
\end{figure}
\end{document}