Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
FLARE [ARCHIVED]

Error with the binary

LordW
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.

 

  • Log in or register to post comments
makrohn
joined 13 years 2 months ago
Friday, July 20, 2012 - 15:53
makrohn's picture

Depending on your flavor of Linux, this may work better:

mkdir build

cd build

cmake ..

sudo make install

(optional: cp flare ../flare && cd .. )

./flare

  • Log in or register to post comments
LordW
joined 12 years 12 months ago
Saturday, July 21, 2012 - 06:58

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

  • Log in or register to post comments