Hi all,

I have two configuration files which are very similar (should be equivalent). The first one is a simple configuration with a wall frustum inside a compound. The second one, which fails, uses a view as destination channel of the compound . I run eqServer with the config file and at the moment I run eqPly the server aborts with the following error message: 28688 140595744278528 //home/jhernando/local/src/Equalizer-1.0-alpha/libs/server/compound.cpp:518 6237 Assert: segment->getCanvas()->getCurrentType() != Frustum::TYPE_NONE
aborted

Is this a problem in the config file or is it a bug in the parser?
In the second case, is there any workaround?

The two configuration files are attached.

Thanks and regards,
Juan



server
{
    config
    {
        appNode
        {
            connection { hostname "localhost" port 5240 }
            pipe
            {
                window
                {
                    viewport [ 0 300 300 300 ]
                    channel 
                    {
                        name "channel"
                    }
                }
            }
        }


        observer {}
    
        layout { view { observer 0 } }

        canvas {
            layout 0
            segment { channel "channel" }
        }

        compound
        { 
            channel (canvas 0 segment 0 view 0)
            wall
            {
                bottom_left  [ -0.5 -0.5 -0.5 ]
                bottom_right [  0.5 -0.5 -0.5 ]
                top_left     [ -0.5  0.5 -0.5 ]
            }
        }
    }
}
server
{
    config
    {
        appNode
        {
            connection { hostname "localhost" port 5240 }
            pipe
            {
                window
                {
                    viewport [ 0 300 300 300 ]
                    channel 
                    {
                        name "channel"
                    }
                }
            }
        }

        compound
        { 
            channel "channel"
            wall
            {
                bottom_left  [ -0.5 -0.5 -0.5 ]
                bottom_right [  0.5 -0.5 -0.5 ]
                top_left     [ -0.5  0.5 -0.5 ]
            }
        }
    }
}
_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to