Stay ahead of learning milestones! Enroll in a class over the summer!

G
Topic
First Poster
Last Poster
k [Resolved] Asymptote Rendering Error
zhenghua   1
N Jun 6, 2024 by Demetri
Is this a bug:
This code is supposed to produce 2 plain circles:
[code]
IMAGE
[/code]

Instead, it produces this:
hover for tip

(Hiding because contains solution)
What is going on?
Mods need to fix this in case someone sees the solution.
EDIT: It displays something different now. WHAT?
1 reply
zhenghua
Jun 6, 2024
Demetri
Jun 6, 2024
Asymptote times out
youthdoo   4
N May 29, 2024 by alesan
Summary of the problem: Asymptote fails to render due to timing out
Page URL: any
Steps to reproduce:
1. Input the code
[code]
IMAGE
[/code]
2. Click the "preview" button.
Expected behavior: it renders successfully
Frequency: 100% today
Operating system(s): iOS 17.2
Browser(s), including version: Safari
Additional information: It did render successfully a few days ago.
4 replies
youthdoo
May 26, 2024
alesan
May 29, 2024
k Asymptote error [RESOLVED]
WoodBurnerB   17
N May 6, 2024 by WoodBurnerB
IMAGE
[code]IMAGE[/code]

Shows two dice instead of a line?
17 replies
WoodBurnerB
May 6, 2024
WoodBurnerB
May 6, 2024
k Asymptote Glitch
prcmishra   2
N Jan 17, 2024 by prcmishra
I was completing my writing problem, when this glitch happened. The thing that you see in the image does not match what I have written. I had written the above thing in the Latex Texer. Please help. I have written the code below and please check the attachment.

IMAGE

EDIT : The code written here also shows the same thing!
2 replies
prcmishra
Jan 17, 2024
prcmishra
Jan 17, 2024
k Asymptote with LaTeX (diagram)
andrejpcuser07   2
N Dec 30, 2023 by bpan2021
How can I write this in asymptote code? I need to include this in my LaTeX document, though I don't know how to convert it to LaTeX code.
Here is the problem:
Given is a parallelogram ABCD with diagonal intersection M such that the circumcircle of the triangle ABM intersects the segment AD at a point E which is different from A and the circumcircle of the triangle EMD intersects the segment BE at a point F different from E.
2 replies
andrejpcuser07
Dec 29, 2023
bpan2021
Dec 30, 2023
k Asymptote Diagrams
Riptide1901   12
N Sep 30, 2023 by LauraZed
For some reason when I use asymptote to make a diagram (specifically in message threads), it instead renders something completely different then what its supposed to be (and I didn't write it wrong because I checked it on TeXeR). For example I tried making the diagram,
IMAGE
[code]import three;

draw(unitcone,palegrey);

draw(circle((0,0,.3),.7));
draw((.7,0,.3)--(1,0,0));[/code]
This is supposed to be a cone and a lasso but instead it renders a strait line and a curvy line which is something I made a while ago (and actually it renders that same image for every diagram I tried to make). You can verify that on TeXeR.

Also for some reason when I take out the "import" package it fixes things but I can't do it in this case without it messing up the code.

I also don't know if it's only messed up on my end, or its messed up on other people's ends also. Either way its a big inconvenience.

So Is there a reason for this? Is this a glitch or a bug or am I just doing something wrong?
12 replies
Riptide1901
Sep 2, 2023
LauraZed
Sep 30, 2023
k Asymptote rendering weirdly...
Acorndoorbell   7
N Sep 22, 2023 by Holdens
When I do the asymptote code for [code]draw((0,0)--(1,1));[/code], it gives this really weird thing:

IMAGE

does anyone else have this issue?
7 replies
Acorndoorbell
Sep 20, 2023
Holdens
Sep 22, 2023
k Help asy not working[resolved]
Demetri   2
N Sep 8, 2023 by Demetri
For some reason when i use this asy code it won't let me shade the boxes any shade of yelow. It just says it has a error. Every other color works(i think). I'm new to asy so it might just be me being dumb but help please.
2 replies
Demetri
Sep 8, 2023
Demetri
Sep 8, 2023
k Asymptote not working again
club52   23
N Aug 3, 2023 by jlacosta
Summary of the problem: Trying dot((0,0)) on asymptote breaks it
Page URL: Any old AoPS page
Steps to reproduce:
1. Open up an asymptote window on AoPS
2. Type dot((0,0));
Expected behavior: It should show you a dot centered at the origin, instead it shows you a blue speck.
Frequency: I just noticed it today.
Operating system: Windows 11
Browser: Latest version of google chrome
Additional information: This is not the first time that Asymptote breaks on AoPS... Additionally, in last nights math jam, tame the groofle, the asymptote was having trouble rendering, although I'm not sure if this is related.
IMAGE
23 replies
club52
Jul 19, 2023
jlacosta
Aug 3, 2023
k Asymptote code not rendering even after waiting
squareroot12621   3
N Jul 7, 2023 by LoreleiA
Summary of the problem: The Asymptote code at https://artofproblemsolving.com/texer/igdncqbp does not load and instead shows the following error message: "Error making remote request. Timeout error. Sorry, rendering operation timed out. Please try again in a few minutes."
Page URL: https://artofproblemsolving.com/texer/igdncqbp
Steps to reproduce:
$\quad$1. Click the link above.
$\quad$2. Click "Render as Image". Clicking "Render with bbCode" will show "Unrecognized services response." after $30$ seconds instead.
$\quad$3. Wait for $30$ seconds.
$\quad$4. Observe that the aforementioned error message appears.
Expected behavior: The Asymptote code renders correctly.
Frequency: $100\%,$ throughout two days.
Operating system(s): Windows 11, version 22H2, build 22621.1848.
Browser(s), including version: Microsoft Edge, 114.0.1823.67, 64-bit.
Additional information: Even though the end of the error message seems to suggest that waiting for a few minutes and then rendering will work, this has not worked on multiple occasions.
3 replies
squareroot12621
Jul 3, 2023
LoreleiA
Jul 7, 2023
a