CoronaSDK 2013.1202 - Could Not Connect To Server

Hi,

I’m trying to get started with Corona but with little success. I get the error:

“Could Not Connect To Server”

when I hit the login button in the register dialog that appears right after starting the SDK simulator.

I found multiple threads on this issue with no solution to the problem:

http://developer.coronalabs.com/forum/2012/11/17/could-not-connect-server-please-check-your-internet-connection

http://forums.coronalabs.com/topic/33500-could-not-connect-to-server-please-check-your-internet-connection-o-o/

http://developer.coronalabs.com/forum/2012/12/03/not-able-connect-internet

I tried to install other releases but the download page

https://developer.coronalabs.com/downloads/archive

seems to be broken too.

No matter on which link I click on that page (except for the 2013.1202) gives me a page not found error page.

Please help!

OS: Win 7 64bit

Corona release: CoronaSDK 2013.1202

Hi everyone I am having the same problem whenever I try to login using the simulator to my corona a/c its giving me this error can you help me with this problem, I don’t know what the actual problem is as my Internet is working absolutely fine.

I tried to install the older version too but I am still suffering with the same problem.

“could not connect to the server. Please check your Internet connection.”

Thank you 

Ashish Ranjan

The error indicates that your computer cannot connect to Corona Labs servers. Has this worked in the past or is this the first time trying to connect with the Corona Simulator?

If this is the first time, you should check your firewall settings to make sure it’s not blocking the Simulator. The simulator doesn’t work with a proxy that requires a logon.

Generally, if you can access developer.coronalabs.com using IE, the Corona Simulator should be able to access our servers.

Hi everyone I am having the same problem whenever I try to login using the simulator to my corona a/c its giving me this error can you help me with this problem, I don’t know what the actual problem is as my Internet is working absolutely fine.

I tried to install the older version too but I am still suffering with the same problem.

“could not connect to the server. Please check your Internet connection.”

Thank you 

Ashish Ranjan

The error indicates that your computer cannot connect to Corona Labs servers. Has this worked in the past or is this the first time trying to connect with the Corona Simulator?

If this is the first time, you should check your firewall settings to make sure it’s not blocking the Simulator. The simulator doesn’t work with a proxy that requires a logon.

Generally, if you can access developer.coronalabs.com using IE, the Corona Simulator should be able to access our servers.

After disabling my Firewall nothing new acctually happened, same problem remains.

Same problem happened to me…any solution?

I got a solution !

Go to Internet options, go to “Connections” tab and make sure you checked “never dial  connection”, after that go to “LAN  settings” below, in newly opened window make sure that only bracket checked is “Automatically detected settings”. Next thing you wanna do is go to “Advanced” tab and click “Reset button”. Also make sure your firewall is turned off. 

That acctualy solved my problem !

If any Q`s, hit mi on ivanjelusic034@gmail.com

Thank you so much ivanjelusic034… It’s finally worked (I tried 2 times just you said, disabled Avira Realtime protection and rebooted win…at the end Corona found the server connection)… 

:slight_smile:

Glad I can help ! :slight_smile:

After disabling my Firewall nothing new acctually happened, same problem remains.

Same problem happened to me…any solution?

I got a solution !

Go to Internet options, go to “Connections” tab and make sure you checked “never dial  connection”, after that go to “LAN  settings” below, in newly opened window make sure that only bracket checked is “Automatically detected settings”. Next thing you wanna do is go to “Advanced” tab and click “Reset button”. Also make sure your firewall is turned off. 

That acctualy solved my problem !

If any Q`s, hit mi on ivanjelusic034@gmail.com

Thank you so much ivanjelusic034… It’s finally worked (I tried 2 times just you said, disabled Avira Realtime protection and rebooted win…at the end Corona found the server connection)… 

:slight_smile:

Glad I can help ! :slight_smile:

Hi! Tom, it seem to be something wrong with the build on corona 2013.1202 version today, as everything i test on simulator is working fine but after build and get it on device my app got so many error, it seem the build is point at the newest version of corona build only. please help!

Are you using Windows or Mac and what platform are you trying to build for (iOS or Android). If you build the DeviceInfo sample (in the /Hardware folder), it will show you the build number used to build the app. Nothing was intentionally changed with build 1202 so it and all the previously releases should be fine. BTW, we posted a public build of 1262 as the latest build for those users still using graphics 1.0.

@Tom, I’m using Mac to build for IOS platform, it still occur the same issue today, while in simulator everything fine, but on device it’s totally different and error. This issue used to happen when i test the app build with corona higher than 1202 version, the game did not work as this current error but when i turn to build with 1202 everything is back to normal, just yesterday i build to test my game again with 1202 the issue happened as the higher version build.

I just built DeviceInfo and HelloWorld sample apps with build 1202 and ran it on an iPad and they looked fine. DeviceInfo told me it was build 2013.1202. Did you try building those sample apps to see if they work correctly? That will tell you if it’s picking the correct build template.

If you’re seeing problems with your own app and not the samples, I would say you changed something in your app that is causing the errors. We don’t change (or touch) the old build templates and the builds should work the same unless an update to Xcode makes it incompatible with the build/install process. I’m using Mac OSX 10.8 and Xcode 5.0 for my builds and they are running fine.

I would suggest that you work on updating your code so it works with Graphics 2.0 or at least get it working on Graphics 2.0 with the v1 compatibility flag. Apple has changed the rules and you won’t be able to submit an app made with build 1202. You may still be able to use 1262 (our last Graphics 1 build), but soon Apple will not allow that because of the iOS7/Xcode 5.1 requirements.

Ok thank you Tom, All because of Apple not allow graphic 1.0 on Xcode 5.1 only, that to cause my game error.