Bug while #978
Answered
by
CST1229
Eaielectronic
asked this question in
Q&A
Bug while
#978
-
Hello, I have a problem, it seems that TurboWarp cuts the execution of a loop without warning. On this project https://turbowarp.org/1116933450/editor?hqpen&offscreen&turbo, when you set sixteen to 5, the maze doesn't generate completely, but the program seems to get stuck executing a loop after a while. What can I do? I've deleted the various limits but it doesn't do anything... |
Beta Was this translation helpful? Give feedback.
Answered by
CST1229
Jan 6, 2025
Replies: 2 comments
-
And I've removed the infinite loop checker |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GarboMuffin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is probably just because of javascript's recursion limits. this can only be fixed by changing the project to not have custom blocks executing themselves, or by disabling the compiler, or by completely reworking how the compiler works