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]

Compiling on RPI3 - a couple issues

Lughid
Friday, November 30, 2018 - 05:29

Hello, since flare 0.96 I noticed a change in the game... (http://flarerpg.org/index.php/2018/03/04/flare-0-96-one-week-until-1-0/)

  • Changed the default render device to SDLHardwareRenderDevice

 I am trying to Clone, Build and Play (https://github.com/flareteam/flare-engine/blob/master/INSTALL.engine.md)Everything compiles maybe a few warnings, but after that I ./flare and this error comes up: 

pi@unknown:~/git/flare-game $ ./flareINFO: Flare 1.08.39 (Linux)ERROR: ModManager: Error during loadModList() -- couldn't open mods.txt, to be located at:ERROR: /home/pi/.config/flare/mods.txt./mods/mods.txtINFO: Active mods: defaultINFO: MessageEngine: Using language 'en'INFO: InputState: No joysticks were found.ERROR: EngineSettings: save_prefix not found in engine/misc.txt, setting to 'default'. This may cause save file conflicts between games that have no save_prefix.ERROR: FileParser: Could not open text file: engine/loot.txt: No such file or directory!ERROR: FileParser: Could not open text file: engine/xp_table.txt: No such file or directory!ERROR: EngineSettings: No XP table defined.INFO: Using Render Device: SDLHardwareRenderDevice (hardware, SDL 2, x11)INFO: RenderDevice: 1 display(s), using display 0 (1280x720 @ 0hz)ERROR: SDLHardwareRenderDevice: createContext() failed: Couldn't find matching render driver

 How do I fix this issue on the raspberry pi 3? 

  • Log in or register to post comments
dorkster
joined 12 years 10 months ago
Friday, November 30, 2018 - 08:48
dorkster's picture

Edit ~/.config/flare/settings.txt and change "renderer=sdl_hardware" to "renderer=sdl".

  • Log in or register to post comments