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

Author Topic: X error on application exit.  (Read 1375 times)

0 Members and 1 Guest are viewing this topic.

dom96

  • Newbie
  • *
  • Posts: 8
    • View Profile
X error on application exit.
« 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?

dom96

  • Newbie
  • *
  • Posts: 8
    • View Profile
X error on application exit.
« Reply #1 on: August 09, 2011, 01:06:32 pm »
bump

dom96

  • Newbie
  • *
  • Posts: 8
    • View Profile
X error on application exit.
« Reply #2 on: August 12, 2011, 02:13:26 pm »
Anyone?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
X error on application exit.
« Reply #3 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.
Laurent Gomila - SFML developer

 

anything