vectorgraphics / asymptote

2D & 3D TeX-Aware Vector Graphics Language
https://asymptote.sourceforge.io/
GNU General Public License v3.0
547 stars 90 forks source link

Error with xorg-x11-server-Xvfb #314

Closed rafelamer closed 2 years ago

rafelamer commented 2 years ago

Hi, I have installed asymptote version 2.75 as a Fedora 36 rpm package. When I try to generate a PDF file from the script

settings.render = 10; settings.prc = false;

import graph3; size(8cm,0);

currentprojection=perspective(5,5,3.5); currentlight=light(white,(2,2,2),(2,-2,-2));

path3 p=(-1,-1,0)--(1,-1,0)--(1,1,0)--(-1,1,0)--cycle; draw(p,paleblue);

path3 g=(1,0,0)..(0,1,1)..(-1,0,0)..(0,-1,1)..cycle; draw(g,2bp+.8red); draw(surface(g),opacity(0.8)+paleblue); dot(g,5bp+.8green);

limits((-1.5,-1.5,0),(1.4,1.4,1.5)); xaxis3("$x$",Arrow3); yaxis3("$y$",Arrow3); zaxis3("$z$",Arrow3);

with the xorg-x11-server-Xvfb (A X Windows System virtual framebuffer X server), I get the error

LLVM ERROR: Cannot select: intrinsic %llvm.coro.size

Does anybody how can I solve this problem?

Thanks!

Rafel Amer

rafelamer commented 2 years ago

Now, I have installed the 2.80 version from [https://sourceforge.net/projects/asymptote/files/2.80/asymptote-2.80.x86_64.tgz/download], and I get the following error

shipout3(prefix,f,preview ? nativeformat() : format,

/usr/local/share/asymptote/three.asy: 2896.13: runtime:

`~]$ asy --version Asymptote version 2.80 [(C) 2004 Andy Hammerlindl, John C. Bowman, Tom Prince]

ENABLED OPTIONS: V3D 3D vector graphics output WebGL 3D HTML rendering OpenGL 3D OpenGL rendering SSBO GLSL shader storage buffer objects GSL GNU Scientific Library (special functions) FFTW3 Fast Fourier transforms XDR External Data Representation (portable binary file format for V3D) CURL URL support LSP Language Server Protocol Readline Interactive history and editing Sigsegv Distinguish stack overflows from segmentation faults GC Boehm garbage collector threads Render OpenGL in separate thread

DISABLED OPTIONS: `

`~]$ export DISPLAY=:42 [algebra@fedora ~]$ asy -vvv -f pdf test.asy Using configuration directory /home/algebra/.asy Using history /home/algebra/.asy/history Welcome to Asymptote version 2.80 cd /home/algebra Processing test Loading plain from /usr/local/share/asymptote/plain.asy Including plain_constants from /usr/local/share/asymptote/plain_constants.asy Loading version from /usr/local/share/asymptote/version.asy Including plain_strings from /usr/local/share/asymptote/plain_strings.asy Including plain_pens from /usr/local/share/asymptote/plain_pens.asy Including plain_paths from /usr/local/share/asymptote/plain_paths.asy Including plain_filldraw from /usr/local/share/asymptote/plain_filldraw.asy Including plain_margins from /usr/local/share/asymptote/plain_margins.asy Including plain_picture from /usr/local/share/asymptote/plain_picture.asy Loading plain_scaling from /usr/local/share/asymptote/plain_scaling.asy Loading simplex from /usr/local/share/asymptote/simplex.asy Loading plain_bounds from /usr/local/share/asymptote/plain_bounds.asy Including plain_scaling from /usr/local/share/asymptote/plain_scaling.asy Including plain_prethree from /usr/local/share/asymptote/plain_prethree.asy Including plain_Label from /usr/local/share/asymptote/plain_Label.asy Including plain_arcs from /usr/local/share/asymptote/plain_arcs.asy Including plain_boxes from /usr/local/share/asymptote/plain_boxes.asy Including plain_shipout from /usr/local/share/asymptote/plain_shipout.asy Including plain_markers from /usr/local/share/asymptote/plain_markers.asy Including plain_arrows from /usr/local/share/asymptote/plain_arrows.asy Including plain_debugger from /usr/local/share/asymptote/plain_debugger.asy Loading test.asy from test.asy Loading graph3 from /usr/local/share/asymptote/graph3.asy Loading math from /usr/local/share/asymptote/math.asy Loading graph from /usr/local/share/asymptote/graph.asy Loading graph_splinetype from /usr/local/share/asymptote/graph_splinetype.asy Loading graph_settings from /usr/local/share/asymptote/graph_settings.asy Loading three from /usr/local/share/asymptote/three.asy Loading embed from /usr/local/share/asymptote/embed.asy Including three_light from /usr/local/share/asymptote/three_light.asy Including three_surface from /usr/local/share/asymptote/three_surface.asy Loading bezulate from /usr/local/share/asymptote/bezulate.asy Loading interpolate from /usr/local/share/asymptote/interpolate.asy Including three_margins from /usr/local/share/asymptote/three_margins.asy Including three_tube from /usr/local/share/asymptote/three_tube.asy Including three_arrows from /usr/local/share/asymptote/three_arrows.asy latex \scrollmode This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=latex) restricted \write18 enabled. entering extended mode LaTeX2e <2020-10-01> patch level 4 L3 programming layer <2021-05-07>

* \documentclass[12pt]{article} \let\paperwidthsave\paperwidth\let\paperwidth\undefined \usepackage{graphicx} \let\paperwidth\paperwidthsave \newbox\ASYbox \newdimen\ASYdimen \def\ASYprefix{} \long\def\ASYbase#1#2{\leavevmode\setbox\ASYbox=\hbox{#1}%\ASYdimen=\ht\ASYbox% \setbox\ASYbox=\hbox{#2}\lower\ASYdimen\box\ASYbox} \makeatletter \def\Ginclude@eps#1{% \message{<#1>}% \bgroup \def\@tempa{!}% \dimen@\Gin@req@width \dimen@ii.1bp% \divide\dimen@\dimen@ii \@tempdima\Gin@req@height \divide\@tempdima\dimen@ii \special{PSfile=#1\space llx=\Gin@llx\space lly=\Gin@lly\space urx=\Gin@urx\space ury=\Gin@ury\space \ifx\Gin@scalex\@tempa\else rwi=\number\dimen@\space\fi \ifx\Gin@scaley\@tempa\else rhi=\number\@tempdima\space\fi \ifGin@clip clip\fi}% \egroup} \makeatother \begin{document} \makeatletter% \let\ASYencoding\f@encoding% \let\ASYfamily\f@family% \let\ASYseries\f@series% \let\ASYshape\f@shape% \makeatother% \fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2020/04/10 v1.4m Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def))) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-dvips.def) No file texput.aux.

(Please type a command or say `\end') *\usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$z$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(5.993pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$z$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(5.993pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$z$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(5.993pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$z$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(5.993pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$z$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(5.993pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$z$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(5.993pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$z$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(5.993pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$z$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(5.993pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$z$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(5.993pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$z$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(5.993pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$z$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(5.993pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*latex -output-format=dvi \nonstopmode\input test.tex This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=latex) restricted \write18 enabled. entering extended mode LaTeX2e <2020-10-01> patch level 4 L3 programming layer <2021-05-07> (./test.tex (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2020/04/10 v1.4m Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-dvips.def) No file test.aux. [1] [2] [3] (./test.aux) ) Output written on test.dvi (3 pages, 2344 bytes). Transcript written on test.log. dvips -R -Pdownload35 -D600 -otest.ps test.dvi This is dvips(k) 2021.1 Copyright 2021 Radical Eye Software (www.radicaleye.com) ' TeX output 2022.05.14:1515' -> test.ps </usr/share/texlive/texmf-dist/dvips/base/tex.pro> </usr/share/texlive/texmf-dist/dvips/l3backend/l3backend-dvips.pro> </usr/share/texlive/texmf-dist/dvips/base/texps.pro> </usr/share/texlive/texmf-dist/dvips/base/special.pro>. </usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb>[1] [2] [3] gs -q -dBATCH -P -dSAFER -sDEVICE=ps2write -sOutputFile=/dev/null test.ps M -40.5327 47.0833C -35.6628 42.7213 -37.5509 42.7213 -39.9337 43.9063C -32.4858 45.9896 -32.4858 44.5963 -33.28 42.7213C -37.7462 51.0547 -35.0639 51.0547 -32.4858 48.9713C -43.8009 42.1224 -43.8009 46.2891 -41.9128 51.0547C -35.9623 31.7838 -37.8503 32.6823 -43.8009 36.0547C -43.8009 21.5625 -43.8009 23.3463 -43.4102 29.5052C -28.6055 6.05469 -30.793 6.05469 -43.8009 11.4193C -27.7202 7.14844 -27.7202 6.45834 -28.2149 6.05469C -28.7097 8.34634 -28.3061 8.15103 -27.7202 7.94272C -41.8217 21.263 -41.8217 18.3724 -39.7384 11.7188C -35.2592 26.6276 -37.642 26.6276 -41.8217 25.7292C -26.0274 24.8307 -30.793 26.0287 -33.0717 26.6276L -12.4207 21.4583C -0.988342 11.8229 -0.988342 17.0833 -6.45709 19.9609C -2.2774 6.75781 -0.988342 8.84116 -0.988342 11.3281C -7.14722 11.1198 -5.96234 11.1198 -2.98053 10.3255C -10.3243 7.74741 -10.3243 9.63541 -9.1394 11.1198C -5.0639 2.78647 -8.24097 2.78647 -10.3243 5.36459C 0.990784 11.7188 0.990784 7.44791 -0.897217 2.78647C -6.84772 21.9531 -2.78522 19.8698 0.990784 16.4844C 0.990784 32.1875 0.990784 28.5156 -0.988342 23.5417C -14.2045 47.6823 -12.017 47.6823 0.990784 42.3177C -15.103 46.6927 -15.103 47.2787 -14.6993 47.6823C -13.8008 45.3907 -14.5952 45.6901 -15.103 45.7943C -0.988342 32.487 -0.988342 36.9531 -5.0639 42.7213C -7.64203 27.1224 -3.57953 27.1224 -0.988342 29.0104C -17.9805 29.1016 -11.418 27.513 -9.82953 27.1224L -31.4832 32.5781C -41.8217 42.0182 -41.8217 37.4479 -37.4467 34.0755C -40.5327 47.0833 -41.8217 45.0 -41.8217 42.2135cM 0.0012207 54.9967>>showpage, press to continue<<

M 11.121 26.1198C 18.2825 14.7005 18.2825 19.5703 14.897 23.4375C 13.5168 7.25259 18.0742 8.73697 18.2825 13.5156C 13.608 8.24219 13.608 8.04688 13.608 7.55209C 8.73822 13.2162 11.0298 13.2162 13.608 11.224C 5.66528 9.83072 5.66528 11.3281 6.45953 13.2162C 11.72 4.76563 6.85016 4.76563 5.66528 8.24219C 20.2617 14.7005 20.2617 9.03647 16.7851 4.76563C 0.105408 37.4479 11.121 34.6745 20.2617 24.6354L -38.6446 47.1875C -40.3243 47.487 -39.7384 47.487 -39.1394 47.2787C -42.8113 44.8047 -42.8113 46.2891 -41.8217 47.487C -39.4389 41.0287 -42.4207 41.8229 -42.8113 43.9063L -10.2332 33.6719C -7.14722 32.3828 -8.24097 33.1771 -8.43628 33.1771C -0.988342 22.3568 -0.988342 27.1224 -4.37378 30.4037C -9.1394 16.2891 -6.45709 16.2891 -0.988342 16.7838C -29.5952 21.6537 -22.4467 18.9713 -14.8035 16.2891C -35.8582 23.3463 -33.879 23.3463 -32.4858 22.7474C -43.8009 15.4948 -43.8009 20.3646 -40.0378 23.3463C -28.6055 2.68228 -29.3998 2.68228 -43.8009 6.35416C -27.7202 3.77603 -27.7202 3.08594 -28.2149 2.68228C -29.504 5.16928 -28.1108 4.76563 -27.7202 4.67447C -41.8217 15.1953 -41.8217 11.3281 -37.8503 7.55209C -38.5405 17.7865 -41.8217 17.7865 -41.8217 16.0938C -29.3087 15.1953 -33.0717 16.6927 -35.9623 17.7865C -10.6238 10.3255 -13.0066 10.3255 -16.2878 10.3255C 0.990784 22.0573 0.990784 17.0833 -1.19672 10.3255C -3.57953 31.9922 0.105408 28.5156 0.990784 24.9349L -3.47534 32.0833C 11.121 26.1198 6.26422 29.5963 2.38403 30.599cM 0.0012207 47.9981>>showpage, press to continue<<

M -8.04565 12.6172C -20.4675 25.3255 -15.9883 20.3646 -12.9155 16.888C -29.5952 35.2604 -28.1108 33.8802 -25.6238 31.2891C -43.0066 45.6901 -42.2123 45.6901 -36.4571 42.2135C -43.8009 44.7005 -43.8009 44.8958 -43.8009 45.6901C -42.7202 43.3073 -43.4102 43.8021 -43.8009 44.0104C -36.353 35.8594 -36.353 38.4375 -38.4363 40.8333C -39.6342 30.7943 -37.2514 32.6823 -36.353 33.776C -43.8009 24.1406 -43.8009 27.0182 -42.1212 28.7109C -32.6811 12.513 -34.7644 12.513 -43.8009 16.888C -31.7827 13.5156 -31.7827 12.6172 -32.3816 12.513C -32.8764 14.7005 -32.1863 14.401 -31.7827 14.3099C -37.5509 23.0469 -37.5509 21.1588 -36.8477 16.3932C -35.9623 29.2057 -36.8477 27.1224 -37.5509 25.1302C -34.3738 35.5599 -34.3738 34.5703 -34.3738 32.9818C -34.4649 37.1484 -34.3738 36.6537 -34.3738 36.263C -21.7566 24.0365 -25.8321 28.5156 -30.5977 33.8802L -12.5118 14.0104C 0.196533 4.27084 -0.493591 4.27084 -6.35297 7.94272C 0.990784 5.36459 0.990784 4.76563 0.795471 4.27084C -0.298279 6.75781 0.899658 6.05469 0.990784 5.96353C -6.45709 15.1953 -6.45709 11.5234 -2.78522 8.34634C -3.28003 20.2604 -5.75397 18.2813 -6.45709 17.2787C 0.990784 27.0182 0.990784 23.8412 -1.09253 22.1484C -13.905 42.3177 -11.6264 42.3177 0.990784 36.7578C -14.8946 41.224 -14.8946 42.2135 -14.3087 42.3177C -13.5144 40.0391 -14.504 40.3255 -14.8946 40.4297C -5.25922 28.112 -5.25922 31.9922 -7.64203 37.8516C -6.84772 21.9531 -5.96234 24.0365 -5.25922 26.0287C -8.43628 15.599 -8.43628 16.888 -8.43628 17.9818C -8.04565 12.6172 -8.43628 13.5156 -8.43628 14.5963cM 0.0012207 44.9967>>showpage, press to continue<<

\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$y$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.15965pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(2.33331pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*\fontsize{12}{14.4}\selectfont%

(Please type a command or say `\end') \usefont{\ASYencoding}{\ASYfamily}{\ASYseries}{\ASYshape}%

(Please type a command or say `\end') \setbox\ASYbox=\hbox{$x$}

(Please type a command or say `\end') \immediate\write16{>dim(\the\wd\ASYbox)dim}

dim(6.67703pt)dim

*\immediate\write16{>dim(\the\ht\ASYbox)dim}

dim(5.16667pt)dim

*\immediate\write16{>dim(\the\dp\ASYbox)dim}

dim(0.0pt)dim

*adjusting camera to (5.07472991299736,5.07463706153808,3.22782409907774) adjusting target to (0.0247299129973534,0.0246370615380805,0.456442728250929) GLSL version 4.50 No fragment shader interlock support Exporting test as 4560x3700 image using tiles of size 912x740 shipout3(prefix,f,preview ? nativeformat() : format, ^ /usr/local/share/asymptote/three.asy: 2896.13: runtime: [algebra@fedora ~]$`

johncbowman commented 2 years ago

Duplicate of https://github.com/vectorgraphics/asymptote/issues/313.

You can work around this with the option -noGPUindexing, or better yet, upgrade to Asymptote 2.81.

johncbowman commented 1 year ago

See https://github.com/vectorgraphics/asymptote/issues/364.