everytime I do a Open for Build, the Corona Simulator crashes after creating the app.
I am running XCode 3.1.4
Component versions
Xcode IDE: 1203.0
Xcode Core: 1204.0
ToolSupport: 1186.0
This is the crash report i get:
Interval Since Last Report: 5246091 sec
Crashes Since Last Report: 64
Per-App Interval Since Last Report: 29736 sec
Per-App Crashes Since Last Report: 16
Date/Time: 2010-04-05 11:04:41.502 +0200
OS Version: Mac OS X 10.5.8 (9L31a)
Report Version: 6
Anonymous UUID: 80590F36-D58A-446E-9AFA-D1329F34D529
Are you using a hackintosh? ** We don’t support hackintoshes.
is the time of your computer synched to apple clock? (see preferences panel synch clock)
Are there any non roman characters in your app name? like ñ ü ?
Carlos
[import]uid: 24 topic_id: 723 reply_id: 1440[/import]
Great, it looks like that it’s ok now.
I am able to build it for all three devices (Nexus One, iPhone and iPad) in Beta8 without any error during the building process.
The only problem that am experiencing and not related to this issue is shifted screen on Android device (and Simulator too) when I use for Android the following property in config file:
application = {
content = {
width= 320,
height= 480,
scale = “letterbox”
}
}
Then the whole screen is shifted 40 pixels down. When I use image of 320x534 px as a background it works properly in Beta6 for Android (480x800) but not in Beta8. I guess it’s because changes in automatic scaling behavior.
So I would need to change all graphics/code or to use old Beta6.
Or do you know simple trick that would fix it?
Overall Beta8 is really big improvement and thank you so much for all fixes and features!
@dpavlica – that new behavior is by design: all the content scaling modes now default to centering rather than top-left alignment.
Therefore, when “letterbox” scaling from iPhone to Droid, you’ll get the extra space split between top and bottom, rather than of all the extra spacing being at the bottom.
But! Now you can CHOOSE the alignment when scaling, using new xAlign and yAlign properties in config.lua. So you can get your old top-left alignment behavior back again, without rewriting your code at all.
To be true, since about 6-8 weeks I didn’t do anything serious in Corona. I’ll let you know if that problem still exists for me. [import]uid: 5712 topic_id: 723 reply_id: 5360[/import]