I received this error msg in the Glider output when I run the program using Glider.
2012-11-30 20:10:26.705 Corona Simulator[762:707] Runtime error
/Users/BP/Documents/GitHub/Candy/CiderDebugger.lua:1139: calling ‘send’ on bad self (udp{connected} expected, got userdata)
stack traceback:
[C]: ?
[C]: in function ‘send’
/Users/BP/Documents/GitHub/Candy/CiderDebugger.lua:1139: in function
[C]: ?
[C]: in function ‘send’
/Users/BP/Documents/GitHub/Candy/CiderDebugger.lua:631: in function ‘sendConsoleMessage’
/Users/BP/Documents/GitHub/Candy/CiderDebugger.lua:639: in function ‘print’
/Users/BP/Documents/GitHub/Candy/main.lua:18: in main chunk
2012-11-30 20:10:26.705 Corona Simulator[762:707] Runtime error:
2012-11-30 20:10:26.706 Corona Simulator[762:707] /Users/BP/Documents/GitHub/Candy/CiderDebugger.lua:1139: calling ‘send’ on bad self (udp{connected} expected, got userdata)
stack traceback:
[C]: ?
[C]: in function ‘send’
/Users/BP/Documents/GitHub/Candy/CiderDebugger.lua:1139: in function
[C]: ?
[C]: in function ‘send’
/Users/BP/Documents/GitHub/Candy/CiderDebugger.lua:631: in function ‘sendConsoleMessage’
/Users/BP/Documents/GitHub/Candy/CiderDebugger.lua:639: in function ‘print’
/Users/BP/Documents/GitHub/Candy/main.lua:18: in main chunk
But if I run the code directly using the Corona Simulator, the program run smoothly without problem. [import]uid: 31508 topic_id: 33491 reply_id: 333491[/import]