You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If BOOT() and SCN() both contain errors, an endless spam of error reports will occur in the console until the program is stopped. Usually, a corrupted group of characters will appear under the command line when trying to type in the console. If allowed to run for long enough, the screen will abruptly fill with "error in error handling", followed by TIC-80 crashing.
Minimal reproduction:
function BOOT()
error("bleh")
end
function SCN()
error("blah")
end
TIC=load''