SFML community forums

Help => General => Topic started by: dom96 on August 06, 2011, 04:54:22 pm

Title: X error on application exit.
Post by: dom96 on August 06, 2011, 04:54:22 pm
Hello,
I have been playing with SFML for the past couple of days. I have noticed an error when I close my window. The error is:
Quote
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ""
      after 1845 requests (1844 known processed) with 0 events remaining.


I have ignored this for a while, but I have recently noticed that win.EnableVerticalSync(true); causes strange X lag. Moving the window feels sluggish and using other applications feels sluggish too while my SFML application is running. Furthermore, if I instead use win.SetFramerateLimit(60); everything is snappy.

Any ideas what the problem is?
Title: X error on application exit.
Post by: dom96 on August 09, 2011, 01:06:32 pm
bump
Title: X error on application exit.
Post by: dom96 on August 12, 2011, 02:13:26 pm
Anyone?
Title: X error on application exit.
Post by: Laurent on August 12, 2011, 02:17:28 pm
X errors are usually hard to track. They seem to appear and disappear randomly.
I have really no idea what's hapenning with this one, sorry.