?:0: Attempt To Call Method 'setfillcolor' (A Nil Value)

I have a problem with my app since time. I’m using in one page a TableView Widget, and sometimes when i touch a row, make crash my app with that error:

I search on google for a reason but seems that this bug was corrected on 2013 but with the last release of corona sdk still occour. I’m using the 2015.2644 build.

Can someone help me?

It looks like you are trying to call setFillColor on an object that doesn’t exist (or the wrong object - ie. that doesn’t have a setFillColor method).

Yes but I never call a method setFillColor on row touching, that’s why is wierd! :confused:

Look in the command window that starts up with Corona SDK and see if there is more to the error.  There should be a full stack trace that gives us more details on what’s going on.  Please copy and paste the log info in.  Screen shots are not that helpful. 

Rob

you wrote setFillcolor with ’ c’, but the truth is ’ C’.

It worked with me.

It looks like you are trying to call setFillColor on an object that doesn’t exist (or the wrong object - ie. that doesn’t have a setFillColor method).

Yes but I never call a method setFillColor on row touching, that’s why is wierd! :confused:

Look in the command window that starts up with Corona SDK and see if there is more to the error.  There should be a full stack trace that gives us more details on what’s going on.  Please copy and paste the log info in.  Screen shots are not that helpful. 

Rob

you wrote setFillcolor with ’ c’, but the truth is ’ C’.

It worked with me.