<div dir="ltr">Hello,<div><br></div><div>I just installed TeX Live 2016 pretest and everything seems to be working fine. However, I have a problem with using microtype and a pre-built format. Below I have a minimal test case. Everything works fine if I don't use microtype. LuaLaTeX will give the following error when I uncomment the commented line and try to use microtype:</div><div><br></div><div><div>(/texlive/2016/texmf-dist/tex/latex/microtype/mt-LatinMode</div><div>rnRoman.cfg[\directlua]:1: attempt to index global 'microtype' (a nil value)</div><div>stack traceback:</div><div>        [\directlua]:1: in main chunk.</div><div>MT@ifstreq ...{microtype.if_str_eq([[#1]],[[#2]])}</div><div>                                                  endcsname </div><div>l.105    }</div></div><div><br></div><div><br></div><div>Best regards,</div><div>Henrik Mannerström</div><div><br></div><div><br></div><div>Command line used to create the format:</div><div><div>lualatex -ini "&lualatex format\dump"</div></div><div><br></div><div>Command line used to (try to) compile document:</div><div>lualatex -fmt=format test.tex<br></div><div><br></div><div><br></div><div>Format file 'format.tex':</div><div><div>\documentclass[a4paper]{article}<br></div><div><br></div><div>\usepackage{fontspec}</div><div>\setmainfont{Latin Modern Roman}</div><div><br></div><div>%\usepackage{microtype}</div></div><div><br></div><div><br></div><div>Document file 'test.tex':</div><div><div>\begin{document}</div><div>Hello world!</div><div>\end{document}</div></div><div><br></div><div><br></div><div><br></div></div>