Stefan Eilemann wrote: > > > On 6. Jul 2010, at 8:55, arizq [via Software] wrote: >> eq::base::RefPtr client = new Application( initData ); >> >> >> The constructor is called successfully. And then the error >> (assertion) is happening. I tried to change that line to be as >> follows: > > This is weird. The RefPtr ctor increases the refCount by one and the > Referenced ctor (base of Client) sets hasBeenDeleted to true. Are you > sure you are not mixing release and debug builds? > >
You are write. The default building setting was "Debug". It should be changed to "Release" in the file "Equalizer-0.9/contrib/eqOSG/CMakeLists.txt" at the following line. SET(CMAKE_BUILD_TYPE Debug) Then it should be set to SET(CMAKE_BUILD_TYPE Release) And now eqOSG is working Again many thanks Stefan for your help. -- View this message in context: http://software.1713.n2.nabble.com/Running-eqOSG-results-in-Error-tp5252832p5259833.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

