Unable to Run Main Project or Debug Main Project

Hi Glider,

As of today I get an error when trying to run or debug main project. Build Main Project (aka Hammer icon) works fine.

The error I get is…

CiderDebugger.lua:631: Calling ‘send’ on bad self (udp{connected} expected, got userdata)

I’ve got the latest version. But it’s been a while since I updated (unless Glider auto updates) so I’m not sure what changed to introduce this problem. I have latest public build of Corona. But I updated that a few days ago and am positive I was able to both run and debug main project since then.

It’s not holding me up terribly since I can still build (or run directly in simulator) but it is weird. And I would like to be able to run debugger once in a while :wink:

Thanks for your help,

JB

Hello JB,

 I have latest public build of Corona. But I updated that a few days ago and am positive I was able to both run and debug main project since then.

Thank you for the feedback. Can you please clarify that the debugger was working properly before the latest public Corona release and that now debugging is not working properly after the update to the August 28th build of Corona?

CiderDebugger.lua:631: Calling ‘send’ on bad self (udp{connected} expected, got userdata)

This seems like a lua socket error. For some reason the simulator cannot bind to a TCP address on the local host. Do you by any chance have any virtual network adapters like VM ware or virtualbox? We have had interference from these networking interfaces in the past.

Regards,

M.Y. Developers

Hello JB,

 I have latest public build of Corona. But I updated that a few days ago and am positive I was able to both run and debug main project since then.

Thank you for the feedback. Can you please clarify that the debugger was working properly before the latest public Corona release and that now debugging is not working properly after the update to the August 28th build of Corona?

CiderDebugger.lua:631: Calling ‘send’ on bad self (udp{connected} expected, got userdata)

This seems like a lua socket error. For some reason the simulator cannot bind to a TCP address on the local host. Do you by any chance have any virtual network adapters like VM ware or virtualbox? We have had interference from these networking interfaces in the past.

Regards,

M.Y. Developers