Skip to content

biber (2.20) and biblatex (3.17) versions are incompatible #1267

@leanhdung1994

Description

@leanhdung1994

I have a simple tex file

\documentclass{article}
\usepackage{hyperref,biblatex}

\begin{document}

We have something.

\end{document} 

I try to compile this file with Tectonic on Windows 11 and get a compatibility error. Below is the output from cmd. Could you have a check on this issue?

Microsoft Windows [Version 10.0.26100.3476]
(c) Microsoft Corporation. All rights reserved.

C:\Users\Akira>dir /s /b /o:gn C:\Tectonic
C:\Tectonic\tectonic.exe
C:\Tectonic\test.tex

C:\Users\Akira>C:\Tectonic\tectonic -X compile --keep-intermediates "C:\Tectonic\test.tex"
note: "version 2" Tectonic command-line interface activated
Running TeX ...
Fontconfig error: Cannot load default config file: No such file: (null)
Running external tool biber ...
error: the external tool exited with an error code; its stdout was:

===============================================================================
INFO - This is Biber 2.20
INFO - Logfile is 'test.blg'
INFO - Reading 'test.bcf'
ERROR - Error: Found biblatex control file version 3.8, expected version 3.11.
This means that your biber (2.20) and biblatex (3.17) versions are incompatible.
See compat matrix in biblatex or biber PDF documentation.
INFO - ERRORS: 1
===============================================================================
error: its stderr was:

===============================================================================
===============================================================================
error: the external tool exited with error code 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions