<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Source Sans Pro">So, for the past few days, I've been
      working out the various steps needed to get the latest MikTeX 2.9
      updates working. In the process, I usually did a full re-install
      of MikTeX, and then updated from there. Finlly got things working.<br>
      <br>
      However, on one of my machines, I deciided to try an in place
      update -- not re-installing from scratch. Went through all the
      same steps. While standard laTeX docuemnts compile perfectly, I've
      had some problems with some of my lua* compile attempts, involving
      an error message I've not seen before, but which I think is due to
      some 'font weirdness' -- I've copied the relevant parts of the log
      below. Can anyone help me decipher what the error is, and what I
      need to do to resolve it.  If it helps, I've also put the call to
      fontspec and related things at the bottom (note: this compiled
      perfectly before the upgrade...and yes, I've updated
      lualatexiniconfig.tex to handle unicode-math. Thats not the
      problem.)<br>
      <br>
      Command Line:   lualatex.exe --shell-escape --enable-write18
      "lecture_notes.tex"<br>
      Startup Folder: C:\Users\egc\Desktop\notes<br>
      <br>
      This is LuaTeX, Version beta-0.76.0-2013062419 (rev 4627) <br>
       \write18 enabled.<br>
      <br>
      <snip><br>
      <br>
      <br>
      ("C:/Program Files (x86)/MiKTeX
      2.9/tex/generic/oberdiek/gettitlestring.sty"))(l<br>
      oad luc:
      $TEXMFCACHE/luatex-cache/generic/fonts/otf/lmsans17-regular.luc)(load
      l<br>
      uc:
      $TEXMFCACHE/luatex-cache/generic/fonts/otf/lmsans10-bold.luc)(load
      luc: $TEX<br>
      MFCACHE/luatex-cache/generic/fonts/otf/lmsans17-oblique.luc)<br>
      luaotfload | db: reload initiated; reason: â€œunresolved font
      name: â€˜c’”<br>
      luaotfload | db: Font names database saved<br>
      ! Font \EU2/lmss/m/sl/17.28=c:/program not loadable: metric data
      not found or ba<br>
      d.<br>
      <to be read again> <br>
      f<br>
      l.64 <br>
         <br>
      ? <br>
      <br>
      <br>
      \usepackage{fontspec}<br>
      \setmainfont{Minion Pro}<br>
      \usepackage[partial=literal]{unicode-math}<br>
      \setmathfont{Asana Math}<br>
      \setmathfont[range=\mathup]  {Minion Pro}<br>
      \setmathfont[range=\mathbfup]{Minion Pro Bold}<br>
      \setmathfont[range=\mathbfit]{Minion Pro Bold Italic}<br>
      \setmathfont[range=\mathit]  {Minion Pro Italic}<br>
      %%% re-load main math font to ensure correct MATH table values are
      used:<br>
      \setmathfont[range={\mathtt->\mathtt}]{Asana Math}<br>
    </font>
  </body>
</html>