Asymptote 2.81 安装不起作用

Asymptote 2.81 安装不起作用

我有 Asymptote 2.79 版本,它与 LAteX 配合得很好。太棒了。但现在,随着 2.81 版本的更新,asymptote 不再工作了。我发现没有办法解决这个问题(无论是使用 cygwin1.dll 还是其他方法)。谁能帮我正确安装 Asymptote 来处理我的 latex 文件?谢谢。

这里有一些结果:

    1 [main] asy (5732) C:\texlive\2022\bin\win32\asy.exe: *** fatal error - cygheap base mismatch detected - 0x19D6408/0x19E6408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
      0 [asy] asy 905 dofork: child -1 - forked process 5732 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
    pic.addBox(position,position,min(f),max(f));
              ^
C:\Program Files\Asymptote/plain_Label.asy: 321.15: runtime: fork failed: C:\texlive\2020\bin\win32/latex\scrollmode

其他:

C:\Users\domin>asy
Welcome to Asymptote version 2.81 (to view the manual, type help)
> help
      0 [main] asy (3204) C:\Program Files (x86)\Asymptote\asy.exe: *** fatal error - cygheap base mismatch detected - 0x1946408/0x18F6408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
      0 [asy] asy 197 dofork: child -1 - forked process 3204 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
runtime: Cannot fork process
    C:\Users\domin\Downloads\examples>

相关内容