<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <blockquote cite="mid:16roliva0u40k$.dlg@nililand.de" type="cite">
      <blockquote type="cite">
        <pre wrap="">The termination always occurs after it has started scanning my
working directory (which happens to be the Desktop for my
account, which again is an admin account).
</pre>
      </blockquote>
      <pre wrap="">
Then I would suggest to test if it works if you change the working
directory to a folder with a simple name - the desktop can contain
problematic chars. 


</pre>
    </blockquote>
    <br>
    <br>
    This suggestion definitely helped. Now, luaootfload-tool
    successfully rebuilds the FNDB.  So, definitely a step in the right
    direction. My MWE (below) compiles, more or less. Turns out
    something is balking on unicode-math.  If I try to compile the MWE
    as is, I get the following error:<br>
    <br>
    <font face="Calibri">))(load luc:
      $TEXMFCACHE/luatex-cache/generic/fonts/otf/xits-math.luc)(load
      luc:<br>
       $TEXMFCACHE/luatex-cache/generic/fonts/otf/xits-mathbold.luc)<br>
      ! Undefined control sequence.<br>
      \um_set_mathcode:nnn #1#2#3^^@-\Umathcode <br>
                                              \int_eval:n
      {#1}=\mathchar@type #2\c...<br>
      l.6 \setmathfont{XITS Math}<br>
                               <br>
      ? <br>
      <br>
      Basically, it chokes on unicode-math. <br>
    </font><br>
    <br>
    <br>
    <br>
    documentclass[11pt,letterpaper]{article}<br>
    <br>
    \usepackage{fontspec}<br>
    \setmainfont{XITS}<br>
    \usepackage{unicode-math}<br>
    \setmathfont{XITS Math}<br>
    <br>
    \begin{document}<br>
    <br>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent in
    tincidunt nulla. Donec quis laoreet est. Aenean vitae est felis, a
    venenatis magna. Mauris semper bibendum vulputate. Etiam bibendum
    quam ut erat rutrum consequat.<br>
    <br>
    \begin{equation}<br>
    \frac{dN}{dt}=rN\left(1-\frac{N}{K}\right)<br>
    \end{equation}<br>
    <br>
    <br>
    <br>
    \end{document} <br>
  </body>
</html>