Crash when reading past the end of the persistant save file
-
Create a new project (with no preexisting save file) and the following code will crash Fuze.
var h = open() seek(h, 1) str s = read(h, 1) close(h)
This seems to happen whenever you seek to a position past the end of the file and try to read from there.
-
Thanks for the report and sample code! We'll definitely look into this one for the next patch.