Log In  

Man I'm tired. Aren't you tired ? Good day of coding indeed. Even busier day tomorrow - but no time for coding then.

And then this evening I started messing with the RUN command, thinking I could clear all variables but start running code at a different location and got this:

::here::
print"*"
flip()
run(here)

Got it all typed in ? Good cause soon as you run it WHAMMO, not only does it crash it exits the whole blooming PICO-8 system like you pressed ALT-F4 ! Wow.

Any ideas what's going on here ?

P#68669 2019-10-09 04:37 ( Edited 2019-10-09 15:18)

that's not how run() works.

the actual issue is that it's supposed to ignore its parameters but will crash if the first one is nil.

I think your titles should be more to the point when posting in support/bugs if you want them to get noticed.

P#68678 2019-10-09 10:40 ( Edited 2019-10-09 10:41)

Oh, well ... anything that crashes the system I usually think is a problem. Alright, will mark this solved.

Thanks.

P#68680 2019-10-09 15:17
1

no, there's really a problem, run(nil) shouldn't crash, even though you're not supposed to use it with parameters.

P#68686 2019-10-09 19:54

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-29 04:19:26 | 0.006s | Q:13