Need help!!
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Need help!!
I'm having lots of difficulty getting Love to run. Well, first, I'm using Ubuntu. I downloaded 0.5.0 through the Ubuntu Software center, but every time I try to load some of my Lua stuff, I just get a black screen. When I open Love without a game, I get a friendly "No Game" animation. I tried downloading it from the website, but when I try to install it, it yells at me for having an i686 processor instead of the x86_85 (or whatever it's called)... help?
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Need help!!
You might notice that there are two variants: 32-bit and 64-bit. You tried one variant, but you need to try the other one.
Help us help you: attach a .love.
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: Need help!!
Uninstall that version. It's too old. Instead, install the one from the PPA.
Here's the full list of commands. Execute one after the other. Since they are preceded by sudo, you will need to provide the administrator's password command, at least on the first line.
Note that this is for more or less recent Ubuntu distributions. If your Ubuntu is ancient, this might be a bit more convoluted.
Here's the full list of commands. Execute one after the other. Since they are preceded by sudo, you will need to provide the administrator's password command, at least on the first line.
Code: Select all
sudo apt-get remove love
sudo add-apt-repository ppa:bartbes/love-stable
sudo apt-get update
sudo apt-get install love
When I write def I mean function.
Re: Need help!!
I already tried both 32 & 64 bits
And I uninstalled it, followed your directions, which now gives me 0.7.1, but, when I try to open my game folder, not even a black screen shows up (and I have more recent Ubuntu distro.)
And I uninstalled it, followed your directions, which now gives me 0.7.1, but, when I try to open my game folder, not even a black screen shows up (and I have more recent Ubuntu distro.)
Re: Need help!!
...I did exactly what Kikito wrote, with Ubuntu 12.04 (is 12.10 out?), and I got LÖVE 0.8.0
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: Need help!!
I'm using 10.04, hahaha. Maybe I should update....
Re: Need help!!
Suggestion:Sullinger wrote:(and I have more recent Ubuntu distro.)
10.04
Blue's the year (2010), Green's the month (April, 04)
Last edited by Nixola on Mon Oct 08, 2012 7:57 pm, edited 1 time in total.
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: Need help!!
It's pretty recent.
Last edited by Sullinger on Mon Oct 08, 2012 7:59 pm, edited 1 time in total.
Re: Need help!!
It's from 2 years and a half ago, and Ubuntu updates every six months
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: Need help!!
When you put it like THAT...
Well, I'm upgrading right now.
Well, I'm upgrading right now.
Who is online
Users browsing this forum: No registered users and 7 guests