Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Qt build problem
03-15-2013, 03:40 AM (This post was last modified: 03-15-2013 03:40 AM by xsacha.)
Post: #9
RE: Qt build problem
(03-14-2013 07:36 PM)necrotek Wrote:  Cannot make QOpenGLContext current in a different thread
Aborted (core dumped)

The threading is all messed up which is the reason why the code only works on Linux X11 right now. The code randomly calls functions from other threads (which just will not work in Qt).

Are you not using X11?

If someone fixes the threading, it will work on every platform.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Qt build problem - porkness - 02-05-2013, 01:04 PM
RE: Qt build problem - Henrik - 02-05-2013, 01:32 PM
RE: Qt build problem - porkness - 02-05-2013, 01:42 PM
RE: Qt build problem - Henrik - 02-05-2013, 01:32 PM
RE: Qt build problem - porkness - 02-08-2013, 08:07 AM
RE: Qt build problem - Henrik - 02-08-2013, 08:15 AM
RE: Qt build problem - necrotek - 03-14-2013, 07:36 PM
RE: Qt build problem - xsacha - 03-15-2013 03:40 AM
RE: Qt build problem - necrotek - 03-15-2013, 10:20 PM
RE: Qt build problem - [Unknown] - 03-14-2013, 11:45 PM

Forum Jump: