Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. We are getting following X errors when our user are using the qt gui (Qt.4.3.3 .so)
Forum Updated to NodeBB v4.3 + New Features

We are getting following X errors when our user are using the qt gui (Qt.4.3.3 .so)

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 915 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    Qt Enthusiast
    wrote on last edited by p3c0
    #1

    Hi All
    Our users are currently using Qt gui When we run the GUI application we are getting following errors

    X Error: BadPixmap (invalid Pixmap parameter) 4
      Major opcode: 56 (X_ChangeGC)
      Resource id:  0x11c0038e
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
      Major opcode: 62 (X_CopyArea)
      Resource id:  0x11c0038a
    X Error: BadPixmap (invalid Pixmap parameter) 4
      Major opcode: 56 (X_ChangeGC)
      Resource id:  0x11c0038e
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
      Major opcode: 62 (X_CopyArea)
      Resource id:  0x11c0038a
    

    and ldd of my application shows

            linux-vdso.so.1 =>  (0x00007fff981be000)
            libncurses.so.5 => /usr/lib64/libncurses.so.5 (0x00000034cb800000)
            libpthread.so.0 => /lib64/libpthread.so.0 (0x00000034b9600000)
            libdl.so.2 => /lib64/libdl.so.2 (0x00000034b8e00000)
            librt.so.1 => /lib64/librt.so.1 (0x00000034bde00000)
            libX11.so.6 => /usr/lib64/libX11.so.6 (0x00000034b9e00000)
            libSM.so.6 => /usr/lib64/libSM.so.6 (0x00000034bd600000)
            libICE.so.6 => /usr/lib64/libICE.so.6 (0x00000034bda00000)
            libXi.so.6 => /usr/lib64/libXi.so.6 (0x00000034be600000)
            libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x00000034bba00000)
            libXfixes.so.3 => /usr/lib64/libXfixes.so.3 (0x00000034bc200000)
            libXrandr.so.2 => /usr/lib64/libXrandr.so.2 (0x00000034bbe00000)
            libXcursor.so.1 => /usr/lib64/libXcursor.so.1 (0x00000034bca00000)
            libXinerama.so.1 => /usr/lib64/libXinerama.so.1 (0x00000034bc600000)
            libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00000034baa00000)
            libXext.so.6 => /usr/lib64/libXext.so.6 (0x00000034ba600000)
            libgthread-2.0.so.0 => /lib64/libgthread-2.0.so.0 (0x00000034c6000000)
            libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00000034bea00000)
            libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00000034bb200000)
            libm.so.6 => /lib64/libm.so.6 (0x00000034b8a00000)
            libc.so.6 => /lib64/libc.so.6 (0x00000034b8600000)
            /lib64/ld-linux-x86-64.so.2 (0x00000034b8200000)
            libXau.so.6 => /usr/lib64/libXau.so.6 (0x00000034ba200000)
            libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00000034b9a00000)
           
    

    Please note the same GUI appilcation is running fine on my machine (RED HAT 5.8 and) and we are getting X erorrs on other users machine

    Can some one guide what can we cause of this issues

    jsulmJ 1 Reply Last reply
    0
    • Q Qt Enthusiast

      Hi All
      Our users are currently using Qt gui When we run the GUI application we are getting following errors

      X Error: BadPixmap (invalid Pixmap parameter) 4
        Major opcode: 56 (X_ChangeGC)
        Resource id:  0x11c0038e
      X Error: BadDrawable (invalid Pixmap or Window parameter) 9
        Major opcode: 62 (X_CopyArea)
        Resource id:  0x11c0038a
      X Error: BadPixmap (invalid Pixmap parameter) 4
        Major opcode: 56 (X_ChangeGC)
        Resource id:  0x11c0038e
      X Error: BadDrawable (invalid Pixmap or Window parameter) 9
        Major opcode: 62 (X_CopyArea)
        Resource id:  0x11c0038a
      

      and ldd of my application shows

              linux-vdso.so.1 =>  (0x00007fff981be000)
              libncurses.so.5 => /usr/lib64/libncurses.so.5 (0x00000034cb800000)
              libpthread.so.0 => /lib64/libpthread.so.0 (0x00000034b9600000)
              libdl.so.2 => /lib64/libdl.so.2 (0x00000034b8e00000)
              librt.so.1 => /lib64/librt.so.1 (0x00000034bde00000)
              libX11.so.6 => /usr/lib64/libX11.so.6 (0x00000034b9e00000)
              libSM.so.6 => /usr/lib64/libSM.so.6 (0x00000034bd600000)
              libICE.so.6 => /usr/lib64/libICE.so.6 (0x00000034bda00000)
              libXi.so.6 => /usr/lib64/libXi.so.6 (0x00000034be600000)
              libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x00000034bba00000)
              libXfixes.so.3 => /usr/lib64/libXfixes.so.3 (0x00000034bc200000)
              libXrandr.so.2 => /usr/lib64/libXrandr.so.2 (0x00000034bbe00000)
              libXcursor.so.1 => /usr/lib64/libXcursor.so.1 (0x00000034bca00000)
              libXinerama.so.1 => /usr/lib64/libXinerama.so.1 (0x00000034bc600000)
              libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00000034baa00000)
              libXext.so.6 => /usr/lib64/libXext.so.6 (0x00000034ba600000)
              libgthread-2.0.so.0 => /lib64/libgthread-2.0.so.0 (0x00000034c6000000)
              libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00000034bea00000)
              libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00000034bb200000)
              libm.so.6 => /lib64/libm.so.6 (0x00000034b8a00000)
              libc.so.6 => /lib64/libc.so.6 (0x00000034b8600000)
              /lib64/ld-linux-x86-64.so.2 (0x00000034b8200000)
              libXau.so.6 => /usr/lib64/libXau.so.6 (0x00000034ba200000)
              libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00000034b9a00000)
             
      

      Please note the same GUI appilcation is running fine on my machine (RED HAT 5.8 and) and we are getting X erorrs on other users machine

      Can some one guide what can we cause of this issues

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Qt-Enthusiast Is the application crashing or misbehave in any other way?
      What is different on the other machine?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • Q Offline
        Q Offline
        Qt Enthusiast
        wrote on last edited by
        #3

        I need to check with the other user and will get back

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved