I am writing my master thesis using Texmaker and literally out of the blue, after like 1000 compilations where everything worked, this error appears. Does anyone know what this means and how to fix it?
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)
I am using biblatex and this is my related code.
...
\usepackage[firstinits=true]{biblatex}
\addbibresource{thesisreferences.bib}
\begin{document}
...
\nocite{*}
\printbibliography[heading=bibintoc]
\end{document}