2013.1260 - runtime error in _manageRowLifeCycle

I’ve come across an error with 2013.1260 and had to roll back to 2013.1251 to avoid it.  I am in a scene with a tableView, go to an overlay to over an IAP, and when coming back from the overlay to the tableView (but before the TableView enterScene is touched) I’m getting:

Nov 16 10:18:44 My-iPhone Parachutist[2106] \<Warning\>: Runtime error &nbsp;&nbsp;&nbsp;&nbsp;?:0: attempt to perform arithmetic on field 'contentHeight' (a nil value) &nbsp;&nbsp;&nbsp;&nbsp;stack traceback: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[C]: ? &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;?: in function '\_manageRowLifeCycle' &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;?: in function \<?:469\> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;?: in function \<?:218\>&nbsp;

The error keeps repeating and repeating continuously (looking in the Console on Xcode), and the tableView becomes unresponsive.   Note that in the main scene I do have:

* Storyboard.purgeScene in the “exitScene” and

* In scene:overlayEnded I do have a Storyboard.reloadScene

Having really got time right now to spend more hours, but perhaps someone else might see something similar?

I’ve had this happen to me too.  Rolled back to 1259.

Would it be possible for  you to create a small sample that demos this problem and file a bug report on it?

Thanks

Rob

I’m not getting time at the moment myself…next time I get a chance to go to the latest version I’ll see how I go…

This happen to me too

@fernandomgf, what version of Corona SDK are you running?  What operating system are you on? 

Corona version:  2013.1260

OSX Version: 10.9

Does this happen with the ListView sample apps (Listview1, 2, etc.) or the WidgetDemo sample app?

Thanks

Rob

I didn’t try it with demo samples, just with my project, that does’t use any ListView, only scrollView.

Hi @fernadnoomgf, the function manageRowLifeCycle only exists in tableView code, not scrollView so I’m a bit confused about how you can be getting this messages if you’re only using a scrollView.  Or are you getting a different error that related to contentHeight?  If so can you post the whole stack trace for that?

Thanks

Rob

Same error same daily build ios7.  I am not using Storyboard or scroll table views and where the crash happens there are no widgets anyway (both in the entering and leaving scene).  Error started when using Chartboost and Vungle.  I suspect Chartboost.  You need to fix this.  I cannot provide code, the error is erratic and is not happening on my code (which is why I suspect the ads SDKs).  Using iOS7 workaround for landscape app.  Seriously,  fix this, if I take off chartboost, vungle crashes on landscape apps and sponsor pay does not bother activating my account, then I might as well do something else with my time.

If you feel these are errors, with a particular plugin, you need to post a message in the appropriate forum as the vendors handle support of their individual plugins.  They build, maintain, and support their own.

The error in the OP is clearly coming from our tableView widget.  Now I don’t know if the vendors are using our tableView’s or not.  As far as Vungle goes, I just submitted an app of mine using Vungle that is landscape and I wasn’t having issues.

Thanks

Rob

I’ve had this happen to me too.  Rolled back to 1259.

Would it be possible for  you to create a small sample that demos this problem and file a bug report on it?

Thanks

Rob

I’m not getting time at the moment myself…next time I get a chance to go to the latest version I’ll see how I go…

This happen to me too

@fernandomgf, what version of Corona SDK are you running?  What operating system are you on? 

Corona version:  2013.1260

OSX Version: 10.9

Does this happen with the ListView sample apps (Listview1, 2, etc.) or the WidgetDemo sample app?

Thanks

Rob

I didn’t try it with demo samples, just with my project, that does’t use any ListView, only scrollView.