PDA

View Full Version : X Error: BadWindow



repudi8or
07-10-2004, 04:50 AM
Anyone know what may be cuasing this on showeq startup? I just recompiled and installed from latest cvs from scratch. I figured maybe a QT problem, but I have my qtdir set correctly during compile:-
QTDIR=/opt/qt-x11-free-3.1.1

Here is what I get upon starting showeq ::::::::

ShowEQ 5.0.0.10, released under the GPL.
SINS 0.5, released under the GPL.
All ShowEQ source code is Copyright (C) 2000-2004 by the respective ShowEQ Developers
ShowEQ comes with NO WARRANTY.

You may redistribute copies of ShowEQ under the terms of
The GNU General Public License.
See: http://www.gnu.org/copyleft/gpl.html for more details...

For updates and information, please visit http://seq.sourceforge.net/
ShowEQ 5.0.0.10, Built from 'main.cpp' on Jul 5 2004 at 22:05:56
CVS: @(#) $Id: main.cpp,v 1.33.6.3 2004/01/16 20:22:10 dohpaz Exp $ $Name: pre_5_0_beta $
Using GCC version: 3.2.2
Using glibc version: 2.3
Using Qt version: 3.1.1
Using headers from linux version: 2.4.20
Using EQItemDB: @(#) $Id: itemdb.cpp,v 1.10.6.1 2003/12/07 06:30:43 dohpaz Exp $ $Name: pre_5_0_beta $
Using GDBM: This is GDBM version 1.8.0, as of May 19, 1999.
Running on Linux release 2.4.20-8 for processor i686

Using config file '/root/.showeq/showeq.xml'
Loaded preferences file: /usr/local/share/showeq/seqdef.xml!
Loaded preferences file: /root/.showeq/showeq.xml!
Info: Listening for first client seen.
Info: Initializing Packet Capture Thread:
Info: Filtering packets on device eth1, searching for EQ client...
Info: Loaded 5063 spells from '/usr/local/share/showeq/spells_us.txt' maxSpell=0x1445
Info: GuildMgr: Guildsfile loaded
Debug: ItemDB: Disabled
Info: Loading Filters from '/root/.showeq/filters/global.xml'
Info: Loading Zone Filter File: /root/.showeq/filters/unknown.xml
Info: Loading Zone Filter File: /root/.showeq/filters/unknown.xml
Info: Categories Reloaded
Info: No Map found for zone 'unknown'!
Info: Checked for all variants of 'unknown.map', 'unknown.txt', and 'unknown_1.txt'
Info: in directories '/root/.showeq/maps' and '/usr/local/share/showeq/maps'!
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x0
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 1
Minor opcode: 0
Resource id: 0x0
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x1a00026
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x1a00026
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x1a00026
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x1a00026
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x1a00026
etc
etc
etc
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x1a0002f
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x1a00032
Segmentation fault

Any help appreciated

Tor K'tal
07-10-2004, 05:05 AM
I thought SEQ 5, required QT version 3.2.1 or better. But it was a while ago I read that, maybe search for QT version ... but you will have to wade through a ton of stuff to find it out which one/thread specificly... or search for it in the announcement section vs the help section, that might narrow it down some.

~ TK

Cryonic
07-10-2004, 08:26 AM
SEQ 4.x == QT >= 3
SEQ 5.x == QT >= 3.1

repudi8or
07-14-2004, 09:25 PM
So my QT version of 3.1.1 is ok then with SEQ5???

What else could be the issue here? I did a search of the frums and saw no related issues.

Any thoughts?

Cryonic
07-14-2004, 09:26 PM
search google...

repudi8or
07-14-2004, 09:26 PM
So my QT version of 3.1.1 is ok then with SEQ5???

What else could be the issue here? I did a search of the forums and saw no related issues with "BadWindow" errors.

Any thoughts?

ksmith
07-14-2004, 10:18 PM
search google...

What he said. (http://www.google.com/search?hl=en&ie=UTF-8&q=X+Error%3A+BadWindow&btnG=Google+Search)

I'm willing to bet that QT and ShowEQ weren't compiled with the same version of gcc.