Hi
I am getting following Message on command line while running Qt application in SUSE linux Enterprise Desktop operating system.
ERROR-:
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0×0
I have compiled Qt-4.8.4 source code on SLED .while compile time i got errors like header files are missed this errors resolved by coping headers(Xlib.h,Xutil.h and Xos.h) in appropriate location(/usr/include/X11/). After that i am able to build Qt application with Qt-4.8.4 SDK and qtcrtetor-2.7.2.
But while running qt-application i am getting above message in command line but application is running without any disturbance. This same application i have tested on Ubuntu-11.10 able to run using command line with out this message.
ldd qtapplication showing like this
linux-gate.so.1 => (0xffffe000)
libQtGui.so.4 => /usr/local/Trolltech/Qt-4.8.4/lib/libQtGui.so.4 (0xb6c2d000)
libQtCore.so.4 => /usr/local/Trolltech/Qt-4.8.4/lib/libQtCore.so.4 (0xb6924000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb68db000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb67ef000)
libm.so.6 => /lib/libm.so.6 (0xb67c5000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb67a7000)
libc.so.6 => /lib/libc.so.6 (0xb6639000)
librt.so.1 => /lib/librt.so.1 (0xb662f000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb661e000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb64ea000)
libdl.so.2 => /lib/libdl.so.2 (0xb64e5000)
/lib/ld-linux.so.2 (0xb7796000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb64e1000)
libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb64de000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb64c0000)
Can any one help on this issue??????
Thanks
Sreeram
↧