luaotfload: 最新バージョン (2020 年 4 月 26 日) にバグがありますか?

luaotfload: 最新バージョン (2020 年 4 月 26 日) にバグがありますか?

私は MikTeX バージョン 2.9.7400 を実行している 2 台の異なる PC でこの MWE をコンパイルしました。

\documentclass{scrreprt}

\usepackage{fontspec}
\setmainfont{Times New Roman}

\begin{document}

Some text.

\end{document}

MikTeXが数日間更新されていないPCでは問題なくコンパイルされます。最新のMikTeXを搭載したPCでは、エラーが発生します。Font \TU/lmr/m/n/10.95=[lmroman10-regular]:+tlig; at 10.95pt not loadable: metric data not found or bad. \normalsize

2 つのログ ファイルを比較しました。以下はバグのあるログの最初の行です。

This is LuaHBTeX, Version 1.12.0 (MiKTeX 2.9.7400 64-bit)  (format=lualatex 2020.4.26)  26 APR 2020 07:44

以下はバグのないログの最初の行です。

This is LuaHBTeX, Version 1.12.0 (MiKTeX 2.9.7400 64-bit)  (format=lualatex 2020.4.25)  26 APR 2020 07:49

エラーが発生したときにのみ表示されるログ ファイルの部分は次のとおりです。

File: scrsize11pt.clo 2020/04/19 v3.30 KOMA-Script font size class option (11pt)

luaotfload | db : Font names database loaded from C:/Users/Anne/AppData/Local/Mi
KTeX/2.9/luatex-cache/generic-dev/names/luaotfload-names.luc
! Font \TU/lmr/m/n/10.95=[lmroman10-regular]:+tlig; at 10.95pt not loadable: met
ric data not found or bad.
<to be read again> 
relax 
l.112 \normalsize

I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.

) (C:/Users/Anne/AppData/Roaming/MiKTeX/2.9/tex/latex/koma-script/typearea.sty

そして

! Arithmetic overflow.
\\typearea ...by100 \divide \ta@temp by\@tempdima 
                                                  \@tempcnta =\ta@temp \ifnu...
l.1738 \typearea[current]{current}

I can't carry out that multiplication or division,
since the result is out of range.


Package typearea Warning: Bad type area settings!
(typearea)                The detected line width is about 27410792%
(typearea)                larger than the heuristically estimated maximum
(typearea)                limit of typographical good line width.
(typearea)                You should e.g. decrease DIV, increase fontsize
(typearea)                or change papersize.

Package: fontenc 2020/02/11 v2.0o Standard LaTeX package

そして

("C:/MiKTeX 2.9/tex/latex/fontspec/fontspec.cfg")
! Font \TU/lmr/bx/n/10.95=[lmroman10-bold]:+tlig; at 10.95pt not loadable: metri
c data not found or bad.
<to be read again> 
relax 
l.3955 \strongfontdeclare{ \bfseries }

I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.

))

そして

No file 20200426_luaotfload_bug.aux.

バグレポートを提出したいのですが、どこにどのように提出すればよいかわかりません。その間、 の以前のバージョンをインストールする方法はありますかluaotfload?

関連情報