I get a strange error on opening any app from the ‘Recent Projects’ panel. The error is always the same and it doesn’t matter which app it is. There is no error when dropping the main.lua file onto the executable or indeed when the app hot reloads. This is the Mac version with build Corona 2018.3210. The error is:
ERROR: Runtime error
?:0: attempt to call method ‘setFillColor’ (a nil value)
stack traceback:
?: in function ‘?’
?: in function ‘?’
?: in function <?:190>
The error appears a moment after the app finishes loading and if I then reload the app the error will not repeat. it doesn’t really affect anything at all but is strange nonetheless and thought it was worth noting.