Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: OS reporting App is not responding  (Read 3640 times)

0 Members and 1 Guest are viewing this topic.

AlexAUT

  • Sr. Member
  • ****
  • Posts: 396
    • View Profile
OS reporting App is not responding
« 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
 
« Last Edit: August 15, 2015, 12:07:40 am by AlexAUT »

binary1248

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1405
  • I am awesome.
    • View Profile
    • The server that really shouldn't be running
Re: OS reporting App is no responding
« Reply #1 on: August 14, 2015, 08:33:28 pm »
Same issue as here. WM ping got messed up in Xlib event queue patch. Will fix.
SFGUI # SFNUL # GLS # Wyrm <- Why do I waste my time on such a useless project? Because I am awesome (first meaning).

AlexAUT

  • Sr. Member
  • ****
  • Posts: 396
    • View Profile
Re: OS reporting App is no responding
« Reply #2 on: August 14, 2015, 11:16:13 pm »
Thanks  ;D . Could you leave a note when you have a fix setup?


AlexAUT

binary1248

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1405
  • I am awesome.
    • View Profile
    • The server that really shouldn't be running
Re: OS reporting App is no responding
« Reply #3 on: August 14, 2015, 11:23:14 pm »
Should be fixed with this.
SFGUI # SFNUL # GLS # Wyrm <- Why do I waste my time on such a useless project? Because I am awesome (first meaning).

AlexAUT

  • Sr. Member
  • ****
  • Posts: 396
    • View Profile
Re: OS reporting App is no responding
« Reply #4 on: August 15, 2015, 12:07:26 am »
Thanks, it works  :)


AlexAUT