$12256 / $11500
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/)
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?
Edit ~/.config/flare/settings.txt and change "renderer=sdl_hardware" to "renderer=sdl".