<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    I didn't get any response from my first mail about TL2018
    dvilualatex checksum warnings so <br>
    I'm writing again. I get a lot of warnings about "checksum mismatch
    in font .... ignored" with dvilualatex on <br>
    Windows platform. But dviluatex says nothing about it. With TL2016
    there wasn't that problem.<br>
    <br>
    Examples:<br>
    <br>
    1) with dvilualatex "checksum mismatch in font pcrr8t.vf ignored":<br>
    \documentclass{article}<br>
    \font\myfont=pcrr8t at 8pt<br>
    \begin{document}<br>
    \myfont abc<br>
    \end{document}<br>
    <br>
    OUTPUT:<br>
    This is LuaTeX, Version 1.07.0 (TeX Live 2018/W32TeX) 
    (format=dvilualatex 2018.6.5)  29 JUN 2018 09:08<br>
     restricted system commands enabled.<br>
    **sample2.tex<br>
    (./sample2.tex<br>
    .....<br>
    <b>checksum mismatch in font pcrr8t.vf ignored </b><br>
    No file sample2.aux.<br>
    ....<br>
    <br>
    1) with dviluatex everything is fine:<br>
    \font\myfont=pcrr8t at 8pt<br>
    \myfont abc<br>
    \bye<br>
    <br>
    OUTPUT:<br>
    This is LuaTeX, Version 1.07.0 (TeX Live 2018/W32TeX) 
    (format=dviluatex 2018.6.5)  29 JUN 2018 09:08<br>
     restricted system commands enabled.<br>
    **sample.tex<br>
    (./sample.tex [1])<br>
    Output written on sample.dvi (1 page, 248 bytes).<br>
    <br>
    I've attached example files with fonts.<br>
    Can someone fix it?<br>
    <br>
    Thanks,<br>
    Linas<br>
    <br>
    <br>
  </body>
</html>