Additional info.

I'm using the current stable release of 1.0.

The terminal I launch eqPly from gives me this error:

9080 Main /home/cami/Downloads/Equalizer-1.0/examples/eqPly/eqPly.cpp:114
1909 Error during initialization: Mapping data from application process
failed (0x20000)

I have a separate internal network for node-to-node communication and there
isn't a firewall on that network, so I don't think it's a port issue (also I
would expect to see a different error message about not being able to
connect).

And here is the config file I am using.  I think it's in order but I'd
rather provide too much info than too little:

#Equalizer 1.0 ascii

# seven-node config for 5x5 46" display wall at Northwestern
global
{
    EQ_WINDOW_IATTR_HINT_FULLSCREEN ON
    EQ_WINDOW_IATTR_HINT_DECORATION OFF
    EQ_WINDOW_IATTR_HINT_DOUBLEBUFFER ON
}

server
{
    config
    {
        appNode
        {
            connection { hostname "hydrogen" }
            pipe 
            { 
                window 
                {
                    attributes { hint_fullscreen ON }
                    channel { name "channel_hydrogen" }
                }
            }
        }
        node
        {
            connection { hostname "oxygen" }
            pipe
            {
                window
                {
                    attributes { hint_fullscreen ON }
                    channel { name "channel_oxygen" }
                }
            }
        }
        node
        {
            connection { hostname "carbon" }
            pipe
            {
                window
                {
                    attributes { hint_fullscreen ON }
                    channel { name "channel_carbon" }
                }
            }
        }
        node
        {
            connection { hostname "phosphorus" }
            pipe
            {
                window
                {
                    attributes { hint_fullscreen ON }
                    channel { name "channel_phosphorus" }
                }
            }
        }
        node
        {
            connection { hostname "sulfur" }
            pipe
            {
                window
                {
                    attributes { hint_fullscreen ON }
                    channel { name "channel_sulfur" }
                }
            }
        }
        node
        {
            connection { hostname "gadolinium" }
            pipe
            {
                window
                {
                    attributes { hint_fullscreen ON }
                    channel { name "channel_gadolinium" }
                }
            }
        }
        node
        {
            connection { hostname "nitrogen" }
            pipe
            {
                window
                {
                    attributes { hint_fullscreen ON }
                    channel { name "channel_nitrogen" }
                }
            }
        }

        layout
        {
            view {}
        }

        canvas
        {
            layout 0
            wall
            {
                bottom_left  [ -4 -2.25 -4 ]
                bottom_right [  4 -2.25 -4 ]
                top_left     [ -4  2.25 -4 ]
            }

            segment
            { 
                channel "channel_hydrogen"
                viewport [ 0 0 .8 .2 ]
            }
            segment
            { 
                channel "channel_oxygen"
                viewport [ .4 .2 .4 .4 ]
            }
            segment
            { 
                channel "channel_carbon"
                viewport [ .8 .2 .2 .8 ]
            }
            segment
            { 
                channel "channel_phosphorus"
                viewport [ 0 .2 .4 .4 ]
            }
            segment
            { 
                channel "channel_sulfur"
                viewport [ .4 .6 .4 .4 ]
            }
            segment
            { 
                channel "channel_gadolinium"
                viewport [ 0 .6 .4 .4 ]
            }
            segment
            { 
                channel "channel_nitrogen"
                viewport [ .8 0 .2 .2 ]
            }
        }
            
        compound
        {
            #eye [ LEFT RIGHT ]
            compound
            { 
                channel ( view 0 segment 0 )
                swapbarrier {}
            }
            compound
            { 
                channel ( view 0 segment 1 )
                swapbarrier {}
            }
            compound
            { 
                channel ( view 0 segment 2 )
                swapbarrier {}
            }
            compound
            { 
                channel ( view 0 segment 3 )
                swapbarrier {}
            }
            compound
            { 
                channel ( view 0 segment 4 )
                swapbarrier {}
            }
            compound
            { 
                channel ( view 0 segment 5 )
                swapbarrier {}
            }
            compound
            { 
                channel ( view 0 segment 6 )
                swapbarrier {}
            }
        }
    }    
}


--
View this message in context: 
http://software.1713.n2.nabble.com/channel-window-pipe-node-initialization-failures-tp6583934p6584205.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.

_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to