Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

With the latest update, I get the following error when attempting to compile:

Script: gml_builder_error_at at line 5 : unknown function or script trace

I'm using OS X if that helps. Also, I'm new to itch; how did you format the text for code?

So I was told via email that a debugging feature was left behind. A temporary workaround is to create a new script called "trace" and add one line: "var _ = argument[0]"

This should fix it until another update comes out.

I was not using the debugger though.

I uploaded another version now.

Basically, what's happening is that when someone finds a bug that break's GMLive's compiler, or when I'm experimenting with something that involves changing how compilation is handled, I enable a flag that adds that line (showing the script chain that executed before yielding a compilation error) and one other. Then I sometimes forget to disable it before uploading and you get this. I have now stripped it out for good because I think this is the third time this happened.