Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help,
read this.
-
pch
- Prole
- Posts: 32
- Joined: Sun Mar 04, 2012 5:17 pm
- Location: poland
Post
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.
-
TechnoCat
- Inner party member
- Posts: 1611
- Joined: Thu Jul 30, 2009 12:31 am
- Location: Milwaukee, WI
-
Contact:
Post
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.
-
pch
- Prole
- Posts: 32
- Joined: Sun Mar 04, 2012 5:17 pm
- Location: poland
Post
by pch »
tahnks a lot
conf.lua
t.modules.image = false
don't know how it happened.
Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 5 guests