Daily Build bug with iPhone 4 Simulator?

I was using daily build I think 635 when I upgraded to 648… Now when I select iPhone 4 in the simulator and simulate my app everything looks blurry, sometimes the app doesn’t even launch and the Corona simulator disappears, forcing me to restart the program… I don’t have an iPhone 4 so I havn’t managed to test the app on the device but I assume there’s a simulator problem because this didn’t occur before and also sometimes the program doesn’t launch the app. On the 3gs simulator everything looks just fine, same with the iPad [import]uid: 14018 topic_id: 16949 reply_id: 316949[/import]

Can you do a screen shot?

Are you using display.newImageRect instead of display.newImage? Is your config.lua configured to use higher quality graphics with the iPhone 4?

Are you doing anything to scale text like the display.newRetinaText does (or the work around previously published?) [import]uid: 19626 topic_id: 16949 reply_id: 63599[/import]

Yeah sorry for the late reply, I’ve got a screenshot
http://img842.imageshack.us/img842/1435/testbam.png
(X-Code simulator at top, Corona simulator in the bottom)
As you can see it’s not even close to as crisp as the iPhone X-Code simulator…

I’m using display.newImageRect() for all images and newRetinaText/newEmbossedText for all text… Not only does everything look blurry but most of the textfield’s get misplaced aswell…

What’s causing this? It’s the same on all applications I simulate…

Edit: Even in the sample codes does this happen so it can’t be the code [import]uid: 14018 topic_id: 16949 reply_id: 63916[/import]

@Mitaten: If you zoom the simulator in (via Cmd + +), you’ll notice that your text is crisp (if you are using display.newRetinaText and display.newImageRect). I’ve built for an iPhone4 since 648 and can confirm that everything is still very crisp. [import]uid: 52430 topic_id: 16949 reply_id: 63922[/import]

Edited [import]uid: 14018 topic_id: 16949 reply_id: 64004[/import]