I know that this is not a specific LaTeX question but a biblatex/Biber one, but I don't know where to ask else.
I changed my operating system from Win 7 (my Laptop) to my PC (Win 10). On my Laptop everything was fine. Biber compiled everything smooth no problems. But now I get the following error while compiling:
ERROR - BibTeX subsystem: C:\Users\SomeUser\AppData\Local\Temp\B8fkc98Xa4\HumanCapitalIndustrialRevolution.bib_10848.utf8,
line 383,
syntax error: found ",",
expected one of: number, name (entry type, key, field, or macro name),
end of entry ("}" or ")") or quoted string ({...} or "...")
I searched for a long timn through several posts and questions. The only similar thing I found was this question : biber generate empty bbl file
I think the problem could be solved by doing the same (a change of the user environment variables/ TeXStudio biber path) but I don't know how to do that. Couldn't find anything similiar in TeXStudio even in the advanced settings.
Hope anyone can help me. The file is compiled with TeXStudio on Win 10. I know adding a MWE is an unwritten must do in this forum but I couldn't see how this would help the answear beacause the pdf is created without problem TeXStudio just can't compile the bibliography and thereby the references.
EDIT 1 More Infos + .bgl file
Might be useful to mention, that Biber produces an empty bbl file.
The .bgl file contains this:
[0] Config.pm:304> INFO - This is Biber 2.12
[0] Config.pm:307> INFO - Logfile is 'Bachelorarbeit_Human_Capital_in_the_Ind_Revolution_rework_2.blg'
[28] biber-MSWIN64:315> INFO - ===
[60] Biber.pm:371> INFO - Reading 'Bachelorarbeit_Human_Capital_in_the_Ind_Revolution_rework_2.bcf'
[156] Biber.pm:889> INFO - Found 22 citekeys in bib section 0
[170] Biber.pm:4093> INFO - Processing section 0
[184] Biber.pm:4254> INFO - Looking for bibtex format file 'HumanCapitalIndustrialRevolution.bib' for section 0
[193] bibtex.pm:1523> INFO - LaTeX decoding ...
[254] bibtex.pm:1340> INFO - Found BibTeX data source 'HumanCapitalIndustrialRevolution.bib'
[257] Utils.pm:193> WARN - Invalid or undefined BibTeX entry key in file 'C:\Users\SomeUser\AppData\Local\Temp\B8fkc98Xa4\HumanCapitalIndustrialRevolution.bib_10848.utf8', skipping ...
[329] Utils.pm:193> WARN - year field '2009b' in entry 'Allen2009' is not an integer - this will probably not sort properly.
[351] Utils.pm:209> ERROR - BibTeX subsystem: C:\Users\SomeUser\AppData\Local\Temp\B8fkc98Xa4\HumanCapitalIndustrialRevolution.bib_10848.utf8, line 383, syntax error: found ",", expected one of: number, name (entry type, key, field, or macro name), end of entry ("}" or ")") or quoted string ({...} or "...")
[351] Biber.pm:110> INFO - WARNINGS: 2
[351] Biber.pm:114> INFO - ERRORS: 1
biblatex/Biber questions are perfectly on-topic here. The error is unfortunately as clear as it gets. In or around line383of your.bibfile something is wrong. Quite probably you have an entry without entry key, e.g.@article{,instead of@article{sigfridsson,. Can you show us the entries from around line 383 in your.bibfile.? – moewe Jan 02 '19 at 11:25.blgfile (note that on Windows.blgfiles may be classified as 'performance monitor' files, but they are still plain text files you can open and view with your favourite text editor; you may have to unhide file extensions to find the file) and post it in full here. For the empty key issue see https://tex.stackexchange.com/q/461802/35864. – moewe Jan 02 '19 at 11:30WARN - Invalid or undefined BibTeX entry keyI'm quite confident that you have an entry with missing/empty entry key (see https://tex.stackexchange.com/q/461802/35864). You just have to find it. You may be able to locate the problematic entry by searching for{,in your.bibfile. – moewe Jan 02 '19 at 11:41WARN - year field '2009b' in entry 'Allen2009' is not an integeris also something you should take at look at: You should never have to manually give the disambiguation letters for a year.biblatexadds them automatically if required. – moewe Jan 02 '19 at 11:43.bibnot.bbi(fixed in the comment). – moewe Jan 02 '19 at 11:43