Howdy Corona Gurus,
I seem to have a strange problem I’ve spent about three hours trying to troubleshoot now and just can’t seem to make any head way. I have a game in the market that has been running okay on the last public release. But I needed to add support for iOS 7. So I’ve tried a number of builds between the stable and that which introduced iOS 7 but keep getting this issue when I transition screens. It seems to occur from my game screen to any other. But I’m not getting enough info from the emulator to really know where to look. The error message looks exactly like this in the console:
Runtime error
?:0: attempt to call field ‘?’ (a table value)
stack traceback:
[C]: in function ‘?’
?: in function ‘?’
?: in function <?:516>
?: in function <?:218>
From my own debugging, it looks like the game scene itself runs thru both exitScene and didExitScene. Whatever the next scene is seems to get thru create and willEnter, but never enter. As I said you can go from several different screens in my app from the main game screen and the behavior seems to be the same no matter what scene I try to load next. And I verified that going back to the last public build makes the issue go away.
Can anybody give me some tips? The traceback has a couple line numbers but no functions or file name.