Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

You could try forcing the game into using software rendering. First, find the configuration file based on your platform:

Windows: %APPDATA%\flare\config\settings.txt
Linux: ~/.config/flare/settings.txt

  1. Change the renderer=sdl_hardware line to renderer=sdl
  2. Change the hwsurface=1 line to hwsurface=0

THAT FIXED IT?! THANKS!!!!