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

Author Topic: Untracked XInitThreads bug?  (Read 3833 times)

0 Members and 1 Guest are viewing this topic.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Untracked XInitThreads bug?
« on: January 09, 2013, 02:25:20 am »
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
application: ../../src/xcb_io.c:178: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.

The problem didn't occur on my system (I don't use Linux very often), so I can't give much more information, but there have been several topics about this on the forum, but I couldn't find any issue on GitHub an due to the fact that a friend of mine ran into the problem again it seems like it hasn't been fixed.

Other topics:

The 'fix' of including xlib and calling XInitThreads doesn't seem like a solution to me...
So has this been fixed before? Or can't it be fixed?
Shall I open a ticket on GitHub?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Untracked XInitThreads bug?
« Reply #1 on: January 09, 2013, 07:52:52 am »
Nop, I'll switch to XCB so that will fix it (and this one is in the task tracker).
Laurent Gomila - SFML developer

u

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Untracked XInitThreads bug?
« Reply #2 on: February 08, 2014, 01:52:41 am »
Hi.

Sorry for resurrecting an old topic.

I tried to search for an issue which tracks this, but was unable to locate one. Do you have a reference to the task tracker for this issue?

I recently starting using SFML and am enjoying it very much. Basically the only issue I've had so far is this one. Just for the record, I'm able to reproduce the issue using SFML version 2.1.0.

Cheers /u

 

anything