Report Bugs Here

Moderator: Mmiscool

User avatar
By PhilTilson
#59578 I have reviewed the posts on memory errors in a64 and the improvements in a65. I just wanted to point out that I am getting strange errors on saving as well - though mine are not Line 0!

This short program:
Code: Select allprint time()
print version()
print "I am up and running"


results in the following output:
Code: Select allFri Dec 16 13:22:39 2016

ESP Basic 3.0.Alpha 65
I am up and running
Done...
[then I do a Save command]
Done...
Error at line 14:
Error at line 14: Halted
start save
Error at line 14:
Error at line 14: Halted
/default.bas/14
end of save!!
Error at line 14:
Error at line 14: Halted


Everything still seems to work, but it's a bit distracting!

Phil
User avatar
By Edi
#59608 I remember, one day I also saw the "Error in line 14".
But there was no error ...
To make an experiment, I included some additional lines before that ominous line 14.
The result was strange: Somtimes I got the same "Error in Line 14", but sometimes the allegedly error-line was moving.

No idea, what it was, but some tests later, the problem was disappeared ...
Strange!
User avatar
By Mmiscool
#59610 These are not really errors. Yhis os the zave operation halting the currently running orogram prior to writing to it.
User avatar
By PhilTilson
#59693
These are not really errors. Yhis os the zave operation halting the currently running orogram prior to writing to it.


Er - OK... But will this 'non-error' be likely to disappear in a future release? ;)