Why is Biblatex not working? I know it did, when I used it on my old system. As you see in the screenshot it seems to recognize my bib-file, but fails at interpreting its own bbl file. I don't have a clue what's going on here.
The blg file contains some error messages.
[0] Config.pm:327> INFO - This is Biber 2.3
[0] Config.pm:330> INFO - Logfile is 'protokoll.blg'
[30] biber-MSWIN:284> INFO - ===
[52] Biber.pm:346> INFO - Reading 'protokoll.bcf'
[125] Utils.pm:147> WARN - Warning: Found biblatex control file version 3.0, expected version 2.9
[126] Biber.pm:689> INFO - Found 1 citekeys in bib section 0
[130] Biber.pm:3066> INFO - Processing section 0
[155] Biber.pm:3206> INFO - Looking for bibtex format file 'literatur.bib' for section 0
[194] bibtex.pm:1062> INFO - Decoding LaTeX character macros into UTF-8
[196] bibtex.pm:923> INFO - Found BibTeX data source 'literatur.bib'
[226] UCollate.pm:66> INFO - Overriding locale 'de_DE' defaults 'normalization = NFD' with 'normalization = prenormalized'
[227] UCollate.pm:66> INFO - Overriding locale 'de_DE' defaults 'variable = shifted' with 'variable = non-ignorable'
[228] Biber.pm:2943> INFO - Sorting list 'nty/global' of type 'entry' with scheme 'nty' and locale 'de_DE'
[228] Biber.pm:2947> INFO - No sort tailoring available for locale 'de_DE'
[241] UCollate.pm:66> INFO - Overriding locale 'de_DE' defaults 'normalization = NFD' with 'normalization = prenormalized'
[242] UCollate.pm:66> INFO - Overriding locale 'de_DE' defaults 'variable = shifted' with 'variable = non-ignorable'
[242] Biber.pm:2943> INFO - Sorting list 'nty' of type 'entry' with scheme 'nty' and locale 'de_DE'
[242] Biber.pm:2947> INFO - No sort tailoring available for locale 'de_DE'
[244] bbl.pm:505> INFO - Writing 'protokoll.bbl' with encoding 'UTF-8'
[245] bbl.pm:596> INFO - Output to protokoll.bbl
[245] Biber.pm:107> INFO - WARNINGS: 1
I will ad a minimal example if necessary, although I think the TeX file is not the problem here.
Miktex 2.9, TexStudio (pdfLatex, Biber)
My complete log in TexStudio: (What does the last entry mean? I tried pressing F8 (Bibliographie) before F5. It didn't work.)
Use of \sortlist doesn't match its definition. \sortlist{
Extra }, or forgotten \endgroup. \sortlist{nty}
Undefined control sequence. \entry{demtr1}{book}{}
Undefined control sequence. \endentry
Undefined control sequence. \endentry
Undefined control sequence. \endentry
Undefined control sequence. \endentry
Undefined control sequence. \endentry
Undefined control sequence. \endentry
Undefined control sequence. \endentry
Undefined control sequence. \entry{kuchling}{book}{}
Undefined control sequence. \endentry
Undefined control sequence. \endentry
Undefined control sequence. \endentry
Undefined control sequence. \endentry
Undefined control sequence. \endentry
Undefined control sequence. \endentry
Undefined control sequence. \endentry
Undefined control sequence. \endsortlist
Extra \endgroup. \begin{document}
Citation 'demtr1' on page 3 undefined
Underfull \hbox (badness 10000) in paragraph
Overfull \hbox (61.5431pt too wide) in paragraph
Float too large for page by 18.04808pt
Citation 'kuchling' on page 11 undefined
Empty bibliography
There were undefined references.
Please (re)run Biber on the file:(biblatex) protokoll(biblatex) and rerun LaTeX afterwards.

biblatex control file versiondoes not coincide with thebiblatexversion. So downgrading tobiblatex2.9 won't help you here, the correct match would bebiblatex3.2 with Biber 2.3. But an update should help, if you are using MikTeX make sure to do the update in both Admin and User mode (see here). (Make sure you didn't install Biber manually.) After the update you should have Biber 2.4 andbiblatex3.3. Then clean the auxiliary files (.bbl,.aux,.bcf) and compile from a clean directory. Things should work. – moewe Apr 07 '16 at 05:51biblatexdidn't match. See comments above. – moewe Apr 07 '16 at 07:03