連投で誠に申し訳有りません.
次をlualatexでコンパイルしました.(Windows7)
-----------------------
\documentclass{ltjsarticle}
\usepackage{luatexja-fontspec}
\setmainjfont{IPAexMincho}
\begin{document}
京の三条の糸屋の娘
\end{document}
-----------------------
次のようなエラーが出ました.(途中部分を抜粋)
=======================
fload/names/otfl-names.lua(load: c:/w32tex/share/ctxdir/luatex-cache/generic/fo
nts/otf/temp-ipaexm.lua)
! LuaTeX error .../share/texmf/tex/luatex/luaotfload/otfl-font-nms.lua:109: att
empt to index field 'names' (a nil value).
<to be read again>
\scan_stop:
l.6 \setmainjfont{IPAexMincho}
? (Enter)を押した
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
!
! The font "IPAexMincho/B/B" cannot be found.
!
! See the fontspec documentation for further information.
!
! For immediate help type H <return>.
!...............................................
=======================
'names'が空っぽのようですが....
otfl-font-nms.luaファイルには IPAexMincho の記述はあります.
余分なことですが,
\setmainjfont[NoEmbet]{IPAexMincho}とすればコンパイルはできます.
^^^^^^^^^
対策方法をご教示頂ければ有り難いです.宜しくお願いします.