Can't log in to Corona SDK

Hi.

I’ve just installed Corona SDK on my new pc and I can’t log in!

First it says:

“You are already using this software on two other computers. Please deauthorize one of your computers before logging in on this computer.”

Then when I click ok and try to close it, it says:

“This application has been corrupted. Please download and reinstall.”

I have re-downloaded and re-installed twice already. Same problem will happen.

What I would like to point out is that the computer that I was previously using Corona on is my old laptop, that won’t work anymore.

The fan has died and motherboard has melt where the GPU was. Now the display won’t turn on anymore.

I can’t use that laptop anymore to “deauthorize” Corona from it!

I have built a new custom pc now and I don’t have money to buy motherboard replacement for the old laptop atm.

Should I just create a new Corona account or is there something I can do?

Email support to deauthorize other computers.

Ok, I have submited a request. Now I just have to wait for them to answer.

It generally gets turned around in 24 hours, maybe a bit longer on weekends.

Rob

Nice, I’ve been able to log in today and I can continue working on my project.

Btw did Corona SDK undergo any changes other than the new look?

The first time I ran my project in the latest version, I got some error, and I had to change a few lines of code.

(the code ran without any errors on the previous version)

Not a big deal or anything, but are there any update notes? List of changes or something?

Yes, the new build is using the Graphics 2.0 engine.  It’s a huge change.  I recommend going to the blog link above and read all of the G2.0 posts (all have the same icon on them).

You can also put a line in your config.lua that will make many things work like it did with graphics 1.0:

graphicsCompatibility = 1

where you set the width and height.  But that’s all covered in the blog posts and the conversion guide:
 

http://docs.coronalabs.com/guide/graphics/migration.html

Rob

Thanks for this.

Email support to deauthorize other computers.

Ok, I have submited a request. Now I just have to wait for them to answer.

It generally gets turned around in 24 hours, maybe a bit longer on weekends.

Rob

Nice, I’ve been able to log in today and I can continue working on my project.

Btw did Corona SDK undergo any changes other than the new look?

The first time I ran my project in the latest version, I got some error, and I had to change a few lines of code.

(the code ran without any errors on the previous version)

Not a big deal or anything, but are there any update notes? List of changes or something?

Yes, the new build is using the Graphics 2.0 engine.  It’s a huge change.  I recommend going to the blog link above and read all of the G2.0 posts (all have the same icon on them).

You can also put a line in your config.lua that will make many things work like it did with graphics 1.0:

graphicsCompatibility = 1

where you set the width and height.  But that’s all covered in the blog posts and the conversion guide:
 

http://docs.coronalabs.com/guide/graphics/migration.html

Rob

Thanks for this.