I mean, how could they have INTRODUCED a bug like this? Do they have a saboteur? It seems at least as likely as an 'accident'.
PRGNAME$() running in Smile button causes "Out of memory" error.
Root / SmileBASIC Bug Reports / [.]
SquareFingersCreated:
I mean, how could they have INTRODUCED a bug like this? Do they have a saboteur? It seems at least as likely as an 'accident'.I bet the DHLPTX bugfix caused it.
DHLPTX patch broke a lot of things. I think 12Me21 mentioned FFT being broken. Maybe they were halfway through modifying some related things with them and rushed it out the door because of the exploit.I mean, how could they have INTRODUCED a bug like this? Do they have a saboteur? It seems at least as likely as an 'accident'.I bet the DHLPTX bugfix caused it.
Anyway, this bug probably happens because the tool slot is slot 4, which is not a valid input for PRGNAME$() normally. However, it seems that they didn't check whether the default value was valid, so it somehow triggered the out of memory error, probably by trying to access memory that isn't meant to be accessed.