two-node problem in the WinXP clusters

3 messages Options
Embed this post
Permalink
yuan guodong

two-node problem in the WinXP clusters

Reply Threaded More More options
Print post
Permalink
I ran the equalizer using two Winxp machines(192.168.1.88 and 192.168.1.101)
the 192.168.1.88 is server and 192.168.1.101 client, the config file is 2-node.2D.eqc,
My running steps are as follows:
1) On the "192.168.1.101", starting a command window and running "eqPly -- --eq-client --eq-listen 192.168.1.101:4242";
2) On the "192.168.1.88", starting a command window and running "eqServer configs/2-node.2D.eqc";
3) On the "192.168.1.88", starting a command window and running "eqPly -m rockerArm.ply".
The two steps are correct. However, after the 3) step, the rendering thread was crashed. what's wrong with my steps?


------------------------------------------------------
# two-to-one sort-first config for cluster at unizh
global
{
    EQ_WINDOW_IATTR_HINT_FULLSCREEN ON
}

server
{
    config
    {
        appNode
        {
            pipe
            {
                window
                {
                    viewport [ 640 400 1280 800 ]
                    attributes{ hint_fullscreen ON }
                    channel { name "channel1" }
                }
            }
        }
        node
        {
            connection { hostname "192.168.1.101" TCPIP_port 4242}
            pipe { window { channel { name "channel2" }}}
        }
        compound
        {
            channel "channel1"
            wall
            {
                bottom_left  [ -.32 -.20 -.75 ]
                bottom_right [  .32 -.20 -.75 ]
                top_left     [ -.32  .20 -.75 ]
            }

            compound
            {
                viewport [ 0 0 1 .5 ]
            }
            compound
            {
                channel "channel2"
                viewport [ 0 .5 1 .5 ]
                outputframe {}
            }
            inputframe { name "frame.channel2" }
        }
    }    
}


------------------------------------------------------



Stefan Eilemann

Re: [eq-dev] two-node problem in the WinXP clusters

Reply Threaded More More options
Print post
Permalink

On 29. Jun 2009, at 4:03, yuan guodong (via Nabble) wrote:


> The two steps are correct. However, after the 3) step, the rendering  
> thread was crashed. what's wrong with my steps?

Nothing. You've found a bug in the new compression plugin code. I'll  
fix it next, in the mean time please update your version to revision  
3072. I've send an email to that effect to this list before you joined  
it.


HTH,

Stefan.

yuan guodong

Re: Re: [eq-dev] two-node problem in the WinXP clusters

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Thanks, Stefan
 
 
2009-06-29

yuangd

发件人: Stefan Eilemann (via Nabble)
发送时间: 2009-06-29  14:59:31
收件人: yuan guodong
抄送:
主题: Re: [eq-dev] two-node problem in the WinXP clusters

On 29. Jun 2009, at 4:03, yuan guodong (via Nabble) wrote:


> The two steps are correct. However, after the 3) step, the rendering  
> thread was crashed. what's wrong with my steps?

Nothing. You've found a bug in the new compression plugin code. I'll  
fix it next, in the mean time please update your version to revision  
3072. I've send an email to that effect to this list before you joined  
it.


HTH,

Stefan.