XWindow Problem?

Hi all,

I use SDL 1.2.4 on Solaris 8 for a video rendering application. I get the
following error message on some machines . . .
Could it be due to the presence/absence of some patch for Solaris 8 because this
is the only variant in the environment of the machines I tried out . . .

Thanks,

-Aravind

------------------------------- ERROR MESSAGE ----------------------------------

X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 12 (X_ConfigureWindow)
Resource id in failed request: 0x6800002
Serial number of failed request: 79

Hi all,

I use SDL 1.2.4 on Solaris 8 for a video rendering application. I get the
following error message on some machines . . .

X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 12 (X_ConfigureWindow)
Resource id in failed request: 0x6800002
Serial number of failed request: 79

What’s the output of xdpyinfo? What’s the output of the testvidinfo program
in the test subdirectory of the SDL source archive? Is the window creation
failing for some reason? Check the return value of the XCreateWindow() calls.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment