为什么 Lualatex 在最近更新后崩溃了?

为什么 Lualatex 在最近更新后崩溃了?

更新 MiKTEX 2.9 软件包后lualatex停止工作。

我执行此代码:

\documentclass[12pt]{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\node[] at (0,0) {A};
\end{tikzpicture}
\end{document}

我收到此错误:

"Process started: lualatex.exe -synctex=1 -interaction=nonstopmode "test".tex Error: Command crashed: lualatex.exe -synctex=1
-interaction=nonstopmode "test".tex Process exited with error(s)"

为什么命令崩溃了?我应该怎么做才能继续我的工作?

PDFLatex 和 XeLatex 工作正常,但我需要 lualatex,因为我的论文是用 lualatex 写的。

答案1

根据乌尔丽克·菲舍尔评论(见上文)”打开Miktex settings,转到选项卡Formats,选择lualatex并点击Build“首先在模式下进行admin,然后在user模式下进行。

现在一切正常!

在此处输入图片描述

答案2

在构建格式文件后,以下步骤对我有用,但效果不佳(pdflatex一直抛出错误,未找到转储文件,然后lualatex默默退出):

  1. 卸载 MikTex。
  2. 删除所有用户文件夹下的所有 MikTex 文件夹实例。
  3. 重新安装 MikTex(最新版本)。

lualatex在我的特殊场景中,由于使用模拟从服务帐户下的 ASP.NET 网页运行,因此需要执行一些其他步骤,但前 3 个步骤至少允许普通用户进行编译。

相关内容