storyboard.lua:1225 attempt to index field 'view' ( a nil value)

Getting the runtime error  storyboard.lua:1225 attempt to index field ‘view’ ( a nil value) in my game. This error is crashing the game and its affecting my launch :frowning: kindly let me know if there is a solution to this.

It does not come in simulator, it comes only on the device. it comes occasionally and we could not recognize any pattern that might cause this.

pls let me know if u need info

You probably have some other error in the scene you are trying to go to. There is likely more to the error in the console window. Please look there for a longer, more detailed error message.

Rob

Thanks for your suggestion i was able to resolve

storyboard.hideOverlay(“fadeout”, 600) was the problem. changed it to storyboard.hideOverlay() and it worked

You probably have some other error in the scene you are trying to go to. There is likely more to the error in the console window. Please look there for a longer, more detailed error message.

Rob

Thanks for your suggestion i was able to resolve

storyboard.hideOverlay(“fadeout”, 600) was the problem. changed it to storyboard.hideOverlay() and it worked