LOVE 0.8.0 for Ubuntu 12.04 32-Bit Error

Problems running games? Right in here.
Post Reply
User avatar
Mari0Maker
Posts: 1348
Joined: 07 Apr 2012, 17:10
Contact:

Post » 07 Aug 2013, 20:39

I get this error when going to the download page for LOVE 0.8.0 for Ubuntu 12.04 32bit.
Image
If I being dumb or something, let me know. :P
Last edited by Mari0Maker on 07 Aug 2013, 23:24, edited 1 time in total.

User avatar
Automatik
Posts: 1073
Joined: 20 Jul 2012, 17:54
Contact:

Post » 07 Aug 2013, 21:17

Try in a terminal:

Code: Select all

sudo apt-get install love2d
then type your password(It's not shown, don't worry), and if it failed, copy-paste what's the error here.(Ctrl-Shift-C)

User avatar
Mari0Maker
Posts: 1348
Joined: 07 Apr 2012, 17:10
Contact:

Post » 07 Aug 2013, 21:38

Got this error.
Image

User avatar
Automatik
Posts: 1073
Joined: 20 Jul 2012, 17:54
Contact:

Post » 07 Aug 2013, 22:04

Oh, yeah, shit, I meant

Code: Select all

sudo apt-get install love

User avatar
Mari0Maker
Posts: 1348
Joined: 07 Apr 2012, 17:10
Contact:

Post » 07 Aug 2013, 22:14

Well, this is what I got.
Image
Yet, it still does this:
Image
I also tried reinstalling LOVE, and got the same result.

User avatar
Automatik
Posts: 1073
Joined: 20 Jul 2012, 17:54
Contact:

Post » 08 Aug 2013, 10:16

Oh, I know! It's because the version of love in the 12.04 repo is 0.7.0 !
You have to upgrade to a newer version of Ubuntu.
I would have recommended using the love-unstable ppa, but it now contain 0.9.0, which is also incompatible with mari0 1.6.

Post Reply