I have been looking at the following TeX StackExchange questions:
- Biblatex/biber fails with a strange error about missing recode_data.xml file
- Troubleshooting for biber
Alas, even after deleting the cache AND checking that my biber --version is 2.13 (so, greather than 2.2), I keep getting the infamous:
ERROR - Error loading data source package 'Biber::Input::file::biblatex': Can't locate Biber/Input/file/biblatex.pm in @INC (you may need to install the Biber::Input::file::biblatex module) (@INC contains: C:\Users\<username>\AppData\Local\Temp\par-696e6e6f766163696f6e\cache-04a19264eaffcea447b2351b2a1f132a70bdc8b1\inc\lib C:\Users\<username>\AppData\Local\Temp\par-696e6e6f766163696f6e\cache-04a19264eaffcea447b2351b2a1f132a70bdc8b1\inc CODE(0x3711510) CODE(0x3711708)) at (eval 366) line 1.
Biber/Input/file/biblatex.pmat all. There is onlybibtex.pmandbiblatexml.pm. So Biber shouldn't be trying to look for that file at all. Can you runbiber --versionwithout error? Can you run a very simple MWE like https://gist.github.com/moewew/6e738db2c03f1e1a2653e33d3101b524 without error? If those run without error, can you please show us a complete.texdocument that reproduces the issue? – moewe Sep 28 '19 at 12:41biber --versiongives 2.13 without error; 2. The MWE works, alright. 3. I will work on providing a minimal "breaking" example.[datatype=biblatex]foraddbibresourcewas at fault (I don't really know where I copied that from). Now the problem is that because I set the output folder as./pdf/, xelatex is unable to find the bbl file and thus I still have undefined references. – Adrian Sep 30 '19 at 10:54./pdf/folder, so I suggest you ask a new question about that. I should mention that output/build folders like./pdf/usually cause much more trouble than they are worth, so you may want to consider just dropping it. – moewe Oct 03 '19 at 06:39