Hi guys. I think I need to know a lot more about the terminal. to be able to find where the error is made
and to be able to understand the terminal better to fix the errors.
I have this in the terminal
stack traceback:
[C]: ?
[C]: in function ‘insert’
?: in function ‘insert’
…ctormbarba/Desktop/Donde Esta El Gato 2/recamara.lua:763: in function <…ctormbarba/Desktop/Donde Esta El Gato 2/recamara.lua:224>
?: in function ‘dispatchEvent’
?: in function ‘gotoScene’
…/victormbarba/Desktop/Donde Esta El Gato 2/page4.lua:354: in function <…/victormbarba/Desktop/Donde Esta El Gato 2/page4.lua:352>
?: in function <?:218>
2013-10-03 12:58:12.183 Corona Simulator[2897:f03] RuntimeErrorNotification: Failed to parse error message: ERROR: table expected. If this is a function call, you might have used ‘.’ instead of ‘:’
What is – stack traceback?
then I see [C]: ? – why is that, why the C inside these [] , and what is the question mark – ?
The I see another [C]: – in function ‘insert’ – I don’t think I have any function named ‘insert’
as you can see there are many things there.
I do need help to find where is the error, so I can fix it
any help I would really appreciate it.
