Results 1 to 5 of 5

Thread: Error: BadMatch --> what's it?

  1. #1
    Join Date
    Oct 2007
    Location
    Italy
    Posts
    172
    Thanks
    39
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Error: BadMatch --> what's it?

    Hello, i have an application that show me into the consolle this message:
    Qt Code:
    1. X Error: BadMatch (invalid parameter attributes) 8
    2. Major opcode: 59 (X_SetClipRectangles)
    3. Resource id: 0x2e0126a
    4. X Error: BadMatch (invalid parameter attributes) 8
    5. Major opcode: 59 (X_SetClipRectangles)
    6. Resource id: 0x2e0126b
    To copy to clipboard, switch view to plain text mode 

    in fact, when i see this error i had just gone into a QStackedWidget.
    My application is made in this way:
    i have a QTreeWidget, a splitter and one QStackedWidget.
    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Error: BadMatch --> what's it?

    It's an X server error, nothing serious. Without seeing any code we won't be able to help, but I wouldn't care about it too much.

  3. #3
    Join Date
    Jan 2008
    Posts
    72
    Thanks
    3
    Thanked 4 Times in 4 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Question Re: Error: BadMatch --> what's it?

    hello Wysota.........
    I have the same problem of X error
    X Error: BadMatch (invalid parameter attributes) 8
    Major opcode: 1 (X_CreateWindow)
    Resource id: 0x340027f
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 154 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x3400316
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 2 (X_ChangeWindowAttributes)
    Resource id: 0x3400316
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 2 (X_ChangeWindowAttributes)
    Resource id: 0x3400316
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 2 (X_ChangeWindowAttributes)
    Resource id: 0x3400316
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 2 (X_ChangeWindowAttributes)
    Resource id: 0x3400316
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 1 (X_CreateWindow)
    Resource id: 0x3400316
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 154 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x3400318
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 2 (X_ChangeWindowAttributes)
    Resource id: 0x3400318
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 2 (X_ChangeWindowAttributes)
    Resource id: 0x3400318
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 2 (X_ChangeWindowAttributes)
    Resource id: 0x3400318
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 2 (X_ChangeWindowAttributes)
    Resource id: 0x3400318
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 12 (X_ConfigureWindow)
    Resource id: 0x3400318
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 12 (X_ConfigureWindow)
    Resource id: 0x3400318
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 12 (X_ConfigureWindow)
    Resource id: 0x3400316
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 2 (X_ChangeWindowAttributes)
    Resource id: 0x3400318
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 8 (X_MapWindow)
    Resource id: 0x3400318
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 2 (X_ChangeWindowAttributes)
    Resource id: 0x3400318
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 2 (X_ChangeWindowAttributes)
    Resource id: 0x3400316
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 8 (X_MapWindow)
    Resource id: 0x3400316
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 2 (X_ChangeWindowAttributes)
    Resource id: 0x3400316
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 62 (X_CopyArea)
    Resource id: 0x3400316
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 62 (X_CopyArea)
    Resource id: 0x3400318
    Can you tell me how will it remove and whts impact of it on our application

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Error: BadMatch --> what's it?

    Hard to say without seeing any code.

  5. #5
    Join Date
    Jan 2008
    Posts
    72
    Thanks
    3
    Thanked 4 Times in 4 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Wink Re: Error: BadMatch --> what's it?

    ok......
    But I solved my problem ,and after tht I can say this problem arises when you use window id of a QWidget in two different mannar and tht's y they destroy each othr and X server error produce.........

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.