Page 1 of 1

could not find love.image!

Posted: Wed Apr 11, 2012 11:58 pm
by pch
how to fix that error?

it shows on following line:

Code: Select all

tileset = love.graphics.newImage("pic.png")
it,s for love 0.72.
And it doesn't mean that the pic has wrong name or the path is wrong - cannot figure out what it means.

Pls help.

Re: could not find love.image!

Posted: Thu Apr 12, 2012 12:04 am
by TechnoCat
Need to see the rest of your code.
But, it sounds like love.image is nil. Either your conf.lua has it set to nil or you have assigned it to nil.

Re: could not find love.image!

Posted: Thu Apr 12, 2012 12:09 am
by pch
tahnks a lot

conf.lua
t.modules.image = false

don't know how it happened.