Page 1 of 1

Segmentation fault

Posted: Mon Mar 05, 2012 9:08 pm
by pedroppinheiro
Hi, I installed LÖVE version: 0.7.2-0natty2 on my Ubuntu 11.04, but when I try to run on the terminal a game or even "love -h" it gives the "segmentation fault" message.

I tried also to install the "love-unstable" following these instructions: http://iv.pl/images/29281322240336971028.jpg ; But the "segmentation fault" message persists.

What do I do?

P.S. I don't know if that is of any help, but my graphics card, according to the "lspci" command, is: ATI Technologies Inc NI Seymour [AMD Radeon HD 6470M]

Re: Segmentation fault

Posted: Tue Mar 06, 2012 12:06 am
by thelinx
Can you install valgrind and try running

Code: Select all

valgrind love-unstable
and post the full log.

Re: Segmentation fault

Posted: Tue Mar 06, 2012 12:56 am
by pedroppinheiro
Here it is:
Image

Re: Segmentation fault

Posted: Tue Mar 06, 2012 1:08 am
by thelinx
Looks like driver issues. I'm not sure there's anything the LÖVE devs can do about this.

Re: Segmentation fault

Posted: Tue Mar 06, 2012 1:45 am
by pedroppinheiro
Well, ok :( thanks for the help.

I would apreciate if anyone else could give an opinion about this problem.

Re: Segmentation fault

Posted: Tue Mar 06, 2012 1:56 am
by thelinx
The driver issue is fact. An unmovable, unchangable fact. Try installing alternate drivers for your video card.

Re: Segmentation fault

Posted: Tue Mar 06, 2012 3:29 am
by pedroppinheiro
Oh ok. Thanks a lot :)

I'll try to update them or find alternative drivers