Hi Not sure where the problem is but using the latest beta (2011.05.14) I get this error: !LuaTeX error (file /usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-bold.otf): Parsing CFF DICT failed. (error=-1) ==> Fatal error occurred, no output PDF file produced! This used to work a couple of days ago ... Log attached. Adam
It seems to be syntex/luatex related. Here's a minimal example using the sample.bib from the wiki (http://wiki.contextgarden.net/sample_bib): %%% \enabledirectives[system.synctex] \setupbibtex[database={sample},sort=author] \starttext \chapter{Bibliography} \completepublications[criterium=text] \stoptext %%% error: !LuaTeX error (file /usr/share/texmf/fonts/opentype/public/lm/lmroman12-regular.otf): Parsing CFF DICT failed. (error=-1) ==> Fatal error occurred, no output PDF file produced! note: * criterium=all works, obviously I have cite's in my document, but that shouldn't matter * commenting out the synctex line also makes it work again * somehow the problem is in combination with a title element (part, chapter, etc.), because without it it works again as well More verbose log attached. Adam
On 05/14/2011 09:38 PM, Reviczky, Adam wrote:
It seems to be syntex/luatex related. Just noticed that there's no luatex banner in the log because of the error, so:
This is LuaTeX, Version beta-0.71.0-2011051313 (rev 4265)
Any chance of a (smallish) test file? Best wishes, Taco
On 05/15/2011 10:16 AM, Reviczky, Adam wrote:
Any chance of a (smallish) test file?
I've attached the test file, log and broken pdf/synctex files.
Do you need anything else?
No, I could reproduce the error just fine. Oddly enough, it seems to be a bug in the getcwd() implementation in glibc, that I have now written a workaround for. Best wishes, Taco
participants (2)
-
Reviczky, Adam
-
Taco Hoekwater