Hello Michael,

Michael Raab wrote:
> i'm trying to run the sortlast (sortfirst) example that comes with OpenSG1.8. 
> I'm using the same start parameters that work for the simple client-server 
> cluster example (as suggested in the appropriate cpp file), but after 
> connecting one server instance is crashing. Seems like the crashing server 
> application is always the last one in the start script. With a single server 
> it runs correctly, but with 2 or 3 servers it crashes.
> Is that a known problem?

no, I just tried this and it works for me (at least on linux, will try 
windows next). Do you get any useful messages when setting 
OSG_LOG_LEVEL=DEBUG or are you able to provide a stack trace of the 
crash, so that we can get a better idea where something goes wrong?

> Anything I can do to get this running?
> 
> Here's my start script:
> 
> start server -geometry 300x300+200+100 -w 127.0.0.1:30000
> start server -geometry 300x300+500+100 -w 127.0.0.1:30001
> start sortlast -fData/tie.wrl 127.0.0.1:30000 127.0.0.1:30001
> 
> Btw, i've tried both a 32bit and 64bit Version of OpenSG1.8 on Windows.

have you tried using the multicast method, i.e.:

start server -w -m server0
start server -w -m server1
start sortlast -fData/tie.wrl -m server0 server1

?

        Cheers,
                Carsten

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to