Dual Monitor Qt Warning

Report crashes, strange behaviour, or apparent bugs
Post Reply
23pointsNorth
Posts: 9
Joined: 27 Nov 2015, 12:44

Dual Monitor Qt Warning

Post by 23pointsNorth »

Hello,

When using a dual monitor setup on Linux with a scene being loaded, the following warning occurs on the terminal (x8 with different addresses):

Code: Select all

0x276f010 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x221e2d0) ): Attempt to set a screen on a child window.


Switching the system to a single monitor removes the above warning.

Googling returned it is a Qt based error, which can be mitigated by using the QOpenGLWidget.

Thanks,
Daniel

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: Dual Monitor Qt Warning

Post by coppelia »

Hello Daniel,

yes, we are aware of that. We will however slowly migrate to an external renderer for more flexibility and speed instead of using QOpenGLWidget (or a combination of that).

Cheers

Post Reply