Error with the binary
Friday, July 20, 2012 - 14:22
Hello guys, sorry for my bad english. I have a problem compiling flare v0.16
I downloaded this:
https://github.com/downloads/clintbellanger/flare/flare_linux_v016.zip
After unzip I did this:
$mkdir build
$cd build
$cmake ..
$make
$./flare
And I got this:
Error during ModManager::loadModList() -- couldn't open mods/mods.txt
I am not an expert in compilation of programs, but I follow the instructions of the README. Thanks in advance.
Depending on your flavor of Linux, this may work better:
mkdir build
cd build
cmake ..
sudo make install
(optional: cp flare ../flare && cd .. )
./flare
I did that. The game ends immediately and I get this:
Error during Mix_OpenAudio: Unsupported image format
No joysticks were found.
Using joystick #0.
Couldn't load image: Unsupported image format
Violación de segmento(mmm "segmentation violation?")
If I connect a USB joystick:
Error during Mix_OpenAudio: Unsupported image format
1 joystick was found:
Joy 0) GreenAsia Inc. USB Joystick
Using joystick #0.
Couldn't load image: Unsupported image format
Violación de segmento
Info of my system:
$uname -a
Linux userpc 3.0.0-22-generic-pae #5trisquel1 SMP Sat Jun 30 14:18:01 UTC 2012 i686 i686 i386 GNU/Linux