Biber 不再编译 - 没有明显的错误消息

Biber 不再编译 - 没有明显的错误消息

我正在使用 Texmaker 撰写我的硕士论文,在进行了大约 1000 次编译后,一切都正常,突然出现了这个错误。有人知道这是什么意思以及如何修复它吗?

Process started

INFO - This is Biber 2.16
INFO - Logfile is 'thesis.blg'
INFO - Reading 'thesis.bcf'
INFO - Using all citekeys in bib section 0
INFO - Processing section 0
INFO - Looking for bibtex format file 'thesisreferences.bib' for section 0
INFO - LaTeX decoding ...
INFO - Found BibTeX data source 'thesisreferences.bib'

Process exited with error(s)

我正在使用biblatex,这是我的相关代码。

...
\usepackage[firstinits=true]{biblatex}

\addbibresource{thesisreferences.bib}

\begin{document}

...


\nocite{*}

\printbibliography[heading=bibintoc]

\end{document}

相关内容