SFML community forums

Help => Window => Topic started by: AlexAUT on August 14, 2015, 03:02:24 pm

Title: OS reporting App is not responding
Post by: AlexAUT on August 14, 2015, 03:02:24 pm
Hello,
I've switched to fedora 22 with the Gnome 3.16.2 desktop enviroment and I noticed that the OS is reporting after 5seconds that my SFML application is not responding anymore, however the app just runs fine when I press "wait".

I tried the lastest release and the current master both produces the same behaviour. I used the "gcc (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)" to compile SFML. Tell me when I should provide more informations about my systems, could this be related with the xcb change?


Edit1: I'm using the default SFML Window code (So yes, I have a pollEvent loop)

AlexAUT
 
Title: Re: OS reporting App is no responding
Post by: binary1248 on August 14, 2015, 08:33:28 pm
Same issue as here (http://en.sfml-dev.org/forums/index.php?topic=18799.0). WM ping got messed up in Xlib event queue patch. Will fix.
Title: Re: OS reporting App is no responding
Post by: AlexAUT on August 14, 2015, 11:16:13 pm
Thanks  ;D . Could you leave a note when you have a fix setup?


AlexAUT
Title: Re: OS reporting App is no responding
Post by: binary1248 on August 14, 2015, 11:23:14 pm
Should be fixed with this (https://github.com/SFML/SFML/tree/bugfix/wm_ping).
Title: Re: OS reporting App is no responding
Post by: AlexAUT on August 15, 2015, 12:07:26 am
Thanks, it works  :)


AlexAUT