I have a situation with the simulator that indicates that it is being run twice at startup. I get startup and shutdown messages twice, one without the hardware being detected, and the second one it detects the hardware properly.
The app can be “hello world” type app and it gives the same effect.
Can some of you corona wizards give me something to check?
I have attached an image of the output screen showing both executions.
I have done more testing…
print ("screen Width = ", display.contentWidth)
print ("Screen height = ", display.contentHeight)
print ("Device model = ", system.getInfo("model"))
and the simulator output is as follows:
Windows simulator build date: Feb 27 2013 @ 18:48:22
Copyright (C) 2009-2013 C o r o n a L a b s I n c .
Version: 2.0.0
Build: 2013.1038
screen Width = 960
Screen height = 540
Device model = Droid
Copyright (C) 2009-2013 C o r o n a L a b s I n c .
Version: 2.0.0
Build: 2013.1038
screen Width = 1536
Screen height = 2048
Device model = iPad
Is this happening to anyone else?
What could be causing this problem?
Thanks!
stu