> MF > 22. Juni 2018 um 16:36 > Tested with my setup, which -- you know -- is quite complex. > This is the only error: > > lua error > lua error on line 6 in file > /home/massi/context/latest/tex/texmf- > context/tex/context/base/mkiv/cont-yes.mkiv: > > ...est/tex/texmf-context/tex/context/base/mkiv/grph-inc.lua:1398: > image.ownerpassword can not be set > stack traceback: > [C]: in function 'img.new' > ...est/tex/texmf-context/tex/context/base/mkiv/grph- > inc.lua:1398: in function <...est/tex/texmf- > context/tex/context/base/mkiv/grph-inc.lua:1364> > (...tail calls...) > > > The error is triggered by this line: > > context( > "\\setlayer[layername]{\\externalfigure[figure.pdf][scale=900]}" ) > > Since it's a pdf figure, it should be linked to the new pdf library. Do you get the same error message with the following minimal example: \starttext \externalfigure[figure] \stoptext Wolfgang