Search found 2 matches

by inging
Fri Mar 10, 2017 9:24 pm
Forum: Support and Development
Topic: Zerobrane Love2d debugger error: attempt to index global 'love' (a nil value)
Replies: 4
Views: 5963

Re: Zerobrane Love2d debugger error: attempt to index global 'love' (a nil value)

yetneverdone wrote: Fri Mar 10, 2017 6:56 pm On what OS are you? Make sure the path is correct and installed
Oh sorry. OS is Windows 10.
by inging
Fri Mar 10, 2017 5:31 am
Forum: Support and Development
Topic: Zerobrane Love2d debugger error: attempt to index global 'love' (a nil value)
Replies: 4
Views: 5963

Zerobrane Love2d debugger error: attempt to index global 'love' (a nil value)

Trying to quickly run some Love2d codes in the local console in Zerobrane function love.draw() love.graphics.rectangle("fill", 100, 200, 50, 80) end but I'm getting this error. [string "function love.draw()..."]:1: attempt to index global 'love' (a nil value) I've already set pro...