Loveframes text input error

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.
Post Reply
saltytaco
Prole
Posts: 3
Joined: Tue Jun 26, 2012 2:38 am

Loveframes text input error

Post by saltytaco »

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. ^^
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Loveframes text input error

Post by Robin »

Welcome!

What version of LÖVE are you using?
Help us help you: attach a .love.
User avatar
OmarShehata
Party member
Posts: 259
Joined: Tue May 29, 2012 6:46 pm
Location: Egypt
Contact:

Re: Loveframes text input error

Post by OmarShehata »

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. ^^
It would also help to post the code in that line and around it.
User avatar
Nikolai Resokav
Party member
Posts: 140
Joined: Wed Apr 28, 2010 12:51 am
Location: United States

Re: Loveframes text input error

Post by Nikolai Resokav »

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. ^^
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
Prole
Posts: 3
Joined: Tue Jun 26, 2012 2:38 am

Re: Loveframes text input error

Post by saltytaco »

How would I upgrade my project safely to 0.8.0? As I'm getting this error:
http://gyazo.com/437f0f0cf76af5fa3e31678c8d9f3821
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: Loveframes text input error

Post by Nixola »

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
saltytaco
Prole
Posts: 3
Joined: Tue Jun 26, 2012 2:38 am

Re: Loveframes text input error

Post by saltytaco »

Thank you very much.
Post Reply

Who is online

Users browsing this forum: Semrush [Bot] and 5 guests