Simulator Error

Hi I am working with someone on a windows machine who gets an error when opening a blank main.lua file with the simulator: “WARNING: display.setStatusBarMode()not supported in the simulator for GT-I9300…” 

They are on a windows machine. It doesn’t seem to be a folder or file name issue as we have tried a few different configurations. 

It must not be completely blank as, most likely, it at least contains the below API:

display.setStatusBar()

Here’s the link to the API page.

Just 

<lua>

local square = display.newRect( 100, 100, 50, 50 )

</lua> 

No status bar reference. 

Just wanted to bump this, anyone have any info on this error or seen it before? 

It’s nothing to worry about, just a minor bug in the Welcome window.  I’ll make a note to get it fixed.

It must not be completely blank as, most likely, it at least contains the below API:

display.setStatusBar()

Here’s the link to the API page.

Just 

<lua>

local square = display.newRect( 100, 100, 50, 50 )

</lua> 

No status bar reference. 

Just wanted to bump this, anyone have any info on this error or seen it before? 

It’s nothing to worry about, just a minor bug in the Welcome window.  I’ll make a note to get it fixed.