Page 1 of 1

Loveframes text input error

Posted: Tue Jun 26, 2012 2:42 am
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. ^^

Re: Loveframes text input error

Posted: Tue Jun 26, 2012 7:59 am
by Robin
Welcome!

What version of LÖVE are you using?

Re: Loveframes text input error

Posted: Tue Jun 26, 2012 1:09 pm
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.

Re: Loveframes text input error

Posted: Tue Jun 26, 2012 1:17 pm
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.

Re: Loveframes text input error

Posted: Sun Jul 01, 2012 10:57 pm
by saltytaco
How would I upgrade my project safely to 0.8.0? As I'm getting this error:
http://gyazo.com/437f0f0cf76af5fa3e31678c8d9f3821

Re: Loveframes text input error

Posted: Sun Jul 01, 2012 11:02 pm
by Nixola
Cut away that '.lua', write just

Code: Select all

require "Player"

Re: Loveframes text input error

Posted: Sun Jul 01, 2012 11:14 pm
by saltytaco
Thank you very much.