On 12/02/2014 12:18 PM, Andrew Engelbrecht wrote:
> I've attached a patch which fixes the crashing. I mimicked the code in
> the block above it without knowing the overall impact, so it needs
> review from a knowledgeable contributor.
here's the patch in non-attachment
To produce the bug, build and run: (you don't need the game data to test)
https://github.com/clintbellanger/flare-engine/
$ mv ~/.config/flare ~/.config/flare.bak
$ ./flare # click 'configure', set full screen mode then click 'ok'
# weston will crash and dump core.
I've attached a p