I can't get lime working

d1da5792e6f6a6b4d0fd91d542df32db.png

here is my code in the main.lua

lime = require("lime.lime") local map = lime.loadMap("try4.tmx") local visual = lime.createVisual(map)

Edit seemed to fix it , but now my background is black 

34b671205575588e9442e515c83926e4.png

Hi I have tried to get Lime working and have done the first exercise but when the I run it. All I get is a black screen. No errors ! What am I doing !!!

display.setStatusBar( display.HiddenStatusBar )

lime = require(“lime.lime”)
local map1 = lime.loadMap(“try4.tmx”)
local visual = lime.createVisual(map1)

Hi I have tried to get Lime working and have done the first exercise but when the I run it. All I get is a black screen. No errors ! What am I doing !!!

display.setStatusBar( display.HiddenStatusBar )

lime = require(“lime.lime”)
local map1 = lime.loadMap(“try4.tmx”)
local visual = lime.createVisual(map1)