Error upon running

#4
by booshy19 - opened

As soon as the "Edit" button is pressed, the output shows an error, no matter the input values. This even happens when attempting to re-edit the example inputs with their example values.

yes, tried several times - e3rreor and no info

I see this, working on this now

It seems to a problem caused by memory leakage because of State variables not automatically freeing.
The state variables are there just to save time some time in case a user re-edits the same signal, and so if I don't find a neat solution I'll just remove them.
For now, duplicating this to your own space (and restarting the space when needed)/ running the code locally via the project's github still works.

It should work now :)

It worked for a while, I got about 20 generations out of it before the errors started showing up again.

It seems to be an entirely different error this time. Can you try to explain to me how to reproduce the error? Does refreshing the site solves it temporarily?

Sign up or log in to comment