Upgraded to OS X 10.10.2 - now my app crashes at the splash screen

Like the title says, ever since I upgraded to OS X 10.10.2 (from the previous Yosemite version… i think 10.10.1) the Corona Simulator crashes when I start my game  (wheel of death).  It opens the splash screen and then I get the spinning wheel.  Nothing prints to the terminal log before crashing.

Please help

:frowning:

What version of Corona SDK are you running?  I’m on 10.10.2 and don’t have issues.

Rob

I’ve tried several versions:  2015.2561, 2015.2562, 2015.2540, 2014.2511 - all do the same thing.

I can open the Sample Code Apps but even then, nothing prints to the terminal.

UPDATE:  

If I run the Corona Simulator by clicking on the Corona Icon - my app crashes, Sample Code Apps run but no terminal output.

If I run through Sublime Text, by clicking on Corona Editor -> Run Project - my app crashes, Sample Code Apps run correctly with terminal output

If I run through Lua Glider, - my app runs correctly, Sample Apps run correctly.

I don’t want to have to use Lua Glider though, so I could really use a hand here.  Totally lost on what it could be.

Make sure to remove the luaglider file that’s being required at the top of your main.lua.

As far as terminal output goes, some machines’s syslogd has issues.  We added “Corona Terminal” back as a way to launch the terminal and bypass the syslogd issues.

Rob

Thanks, removing CiderDebugger worked.  I don’t know why I was crashing in the first place. I tried using Lua Glider to see if it made a difference.  I must’ve fixed the buggy code while I was going back and forth and didn’t realize that opening my project through Lua Glider added that require statement.

What version of Corona SDK are you running?  I’m on 10.10.2 and don’t have issues.

Rob

I’ve tried several versions:  2015.2561, 2015.2562, 2015.2540, 2014.2511 - all do the same thing.

I can open the Sample Code Apps but even then, nothing prints to the terminal.

UPDATE:  

If I run the Corona Simulator by clicking on the Corona Icon - my app crashes, Sample Code Apps run but no terminal output.

If I run through Sublime Text, by clicking on Corona Editor -> Run Project - my app crashes, Sample Code Apps run correctly with terminal output

If I run through Lua Glider, - my app runs correctly, Sample Apps run correctly.

I don’t want to have to use Lua Glider though, so I could really use a hand here.  Totally lost on what it could be.

Make sure to remove the luaglider file that’s being required at the top of your main.lua.

As far as terminal output goes, some machines’s syslogd has issues.  We added “Corona Terminal” back as a way to launch the terminal and bypass the syslogd issues.

Rob

Thanks, removing CiderDebugger worked.  I don’t know why I was crashing in the first place. I tried using Lua Glider to see if it made a difference.  I must’ve fixed the buggy code while I was going back and forth and didn’t realize that opening my project through Lua Glider added that require statement.