While I get no errors running the game directly from an actual corona build on my Mac, when I run the game that has been uploaded to Steam (either in the Steam console or running the steam game directly without Steam console), I get a weird “attempt to index field ‘topFrame’ (a nil value)” error, in a function createSc which does not even exist in my game.
I also tested by adding the actual corona build on my Mac (not the one built using steampipe) to the Steam console as a non-steam game, and that game does not have the error. So basically, only the Steam uploaded version of the game has this issue.
Note: I do not use or have not enabled Steam overlays anywhere in my game. Steam overlays is also switched off in my steam setting for the game.
The Windows version of the Steam game does not have this error when running it.
Has anyone come across this issue before? Does Steam add something to the game when building through steampipe that might be incompatible with corona on Macs?
Any help is much appreciated.