Pablo Rodriguez
15. März 2017 um 19:10 via Postbox

How about removing the directory tex/texmf-cache/luatex-cache/?

I had some problems with fonts and removing it was the way of solving them.
You can remove the font cache with

    mtxrun --script cache --fonts --erase

and the complete cache with

    mtxrun --script cache --erase


The font cache is regenerated with

    mtxrun --script fonts --reload

and the normal cache (which is needed to use context, fonts etc. scripts) with

    mtxrun --generate


Wolfgang