With the LoveFrames UI library, I am getting an error, as you can see here:
http://gyazo.com/660e0d393934f4f9391ebb4565144553
I have no clue how to solve it, I also searched the forums. BTW I'm new to Love2D.
Loveframes text input error
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Loveframes text input error
Welcome!
What version of LÖVE are you using?
What version of LÖVE are you using?
Help us help you: attach a .love.
- OmarShehata
- Party member
- Posts: 259
- Joined: Tue May 29, 2012 6:46 pm
- Location: Egypt
- Contact:
Re: Loveframes text input error
It would also help to post the code in that line and around it.saltytaco wrote:With the LoveFrames UI library, I am getting an error, as you can see here:
http://gyazo.com/660e0d393934f4f9391ebb4565144553
I have no clue how to solve it, I also searched the forums. BTW I'm new to Love2D.
- Nikolai Resokav
- Party member
- Posts: 140
- Joined: Wed Apr 28, 2010 12:51 am
- Location: United States
Re: Loveframes text input error
It looks as if you are using a version of LOVE previous to 0.8.0. Löve Frames does not support versions of LOVE below 0.8.0, as they lack some functionality that Löve Frames requires. Upgrading to the newest version of LOVE should fix your problem.saltytaco wrote:With the LoveFrames UI library, I am getting an error, as you can see here:
http://gyazo.com/660e0d393934f4f9391ebb4565144553
I have no clue how to solve it, I also searched the forums. BTW I'm new to Love2D.
Re: Loveframes text input error
How would I upgrade my project safely to 0.8.0? As I'm getting this error:
http://gyazo.com/437f0f0cf76af5fa3e31678c8d9f3821
http://gyazo.com/437f0f0cf76af5fa3e31678c8d9f3821
Re: Loveframes text input error
Cut away that '.lua', write just
Code: Select all
require "Player"
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: Loveframes text input error
Thank you very much.
Who is online
Users browsing this forum: Bing [Bot] and 6 guests