Skip to content

Endless error spam, console corruption, eventual crash if BOOT() and SCN() both contain errors #2817

@weatherman115

Description

@weatherman115

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''

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions