[Error] xdg_wm_base : xdg_surface buffer does not match the configured state

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

[Error] xdg_wm_base : xdg_surface buffer does not match the configured state

2,302 次查看
darsh_dev
Contributor V

Hello,

I am facing an issue while opening a PyQT application. 

While running the app, getting error as shown below:

Error: xdg_wm_base@17: error 4: xdg_surface buffer does not match the configured state
The Wayland connection experienced a fatal error: Protocol error

 

 

Board Details:
Board: Imx8qxp 
Yocto Release: 5.4.47

Python 3.7

QT Details:

PYQT_VERSION = 329986

PYQT_VERSION_STR = 5.9.2

QOpenGLVersionProfile = <class 'PyQt5.QtGui.QOpenGLVersionProfile'>

QOperatingSystemVersion = <class 'PyQt5.QtCore.QOperatingSystemVersion'>

QT_VERSION = 331520

QT_VERSION_STR = 5.15.0

QVersionNumber = <class 'PyQt5.QtCore.QVersionNumber'>

 

Thanks in advance.

0 项奖励
2 回复数

2,293 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello darshak

Looks like this is an error of QT,

https://bugreports.qt.io/browse/QTBUG-67648

 

Regards

 

0 项奖励

2,251 次查看
darsh_dev
Contributor V

I checked the link but in the bug description logs, they mentioned error as:

zxdg_surface_v6@15: error 3: xdg_surface has never been configured

While in my case, I am facing error as:

xdg_wm_base@17: error 4: xdg_surface buffer does not match the configured state
which indicates that buffer got configured in my case and then there is some issue related to that. Still not sure how this error can be solved.
 
0 项奖励