From guest  Fri Oct 22 02:58:09 1993
From: pierre@cathy.rennes.sgi.com (pierre VERCRUYSSE)
Message-Id: <9310220431.ZM1006@cathy.rennes.sgi.com>
Date: Fri, 22 Oct 1993 04:31:29 -0700
To: info-performer@sgi.sgi.com
Subject: Howperformer error
Status: OR

Tus anybody can tell me whereis the error

I compile and i run with performer 1.0 on a indigo2 XZ 4.0.5H  no problem

I run it on 440 RE and i have this kind of message :


Performer Notice (2):   <<<<<<<< Loading file rev1a.flt >>>>>>>

Performer Notice (2):

Performer Notice (2):   <<<<<<<< End file rev1a.flt >>>>>>>

GL:  X request = 1, X error code = 14
ERROR #93  Error in communication with window server: ERR_WMANIPC

with the compile :
 cc -xansi RevTest.c -o RevTest /usr/src/Performer/lib/libpfflt.a -lpf -lpr
-limage -lmpc -lgl_s -lX11_s -lm -lfpe -lC -g

In Advance thanks for your help

pierre@rennes.sgi.com






From guest  Fri Oct 22 08:25:28 1993
From: millard@hawkeye.newport.sgi.com (Ed Millard)
Message-Id: <9310221524.AA12473@hawkeye.newport.sgi.com>
Subject: Re: Howperformer error
To: pierre@cathy.rennes.sgi.com (pierre VERCRUYSSE)
Date: Fri, 22 Oct 1993 08:24:43 -0800 (PDT)
Cc: info-performer@sgi.sgi.com
Status: OR

> 
> Tus anybody can tell me whereis the error
> 
> I compile and i run with performer 1.0 on a indigo2 XZ 4.0.5H  no problem
> 
> I run it on 440 RE and i have this kind of message :
> 
> 
> Performer Notice (2):   <<<<<<<< Loading file rev1a.flt >>>>>>>
> 
> Performer Notice (2):
> 
> Performer Notice (2):   <<<<<<<< End file rev1a.flt >>>>>>>
> 
> GL:  X request = 1, X error code = 14
> ERROR #93  Error in communication with window server: ERR_WMANIPC
> 
> with the compile :
>  cc -xansi RevTest.c -o RevTest /usr/src/Performer/lib/libpfflt.a -lpf -lpr
> -limage -lmpc -lgl_s -lX11_s -lm -lfpe -lC -g
> 
> In Advance thanks for your help
> 
> pierre@rennes.sgi.com
> 

The is an X11 error on an XCreateWindow call.  The error is:

    #define BadIDChoice       14    /* choice not in range or already used */

Maybe a problem with the visual ID although its hard to say without seeing
the code.  The range of visual choices are very different between Indigo and
RE.

=============================================================================
Ed Millard                       |  18201 Von Karman Avenue
Member Technical Staff           |  Suite 100
Developer's Support Group        |  Irvine, CA 92715
millard@sgi.com                  |  (714) 756-5975
=============================================================================





From guest  Fri Oct 22 11:09:53 1993
Date: Fri, 22 Oct 93 11:10:47 -0700
From: pratt@bessie.cs.nps.navy.mil (david pratt)
To: pierre@cathy.rennes.sgi.com (pierre VERCRUYSSE),
        info-performer@sgi.sgi.com
Subject: Re:  Howperformer error
Status: OR

Compile with the shared libs:
-lpf_s and -lpr_s vice -lpf -lpr
The graphics is different between the two machines
  Dave

Dave Pratt         pratt@cs.nps.navy.mil              (408) 656-2865
Department of Computer Science, Naval Postgraduate School, Monterey, CA 93943
These are my opinions, talk to the PAO for the Navy's.





