Re: [osg-users] RenderBin implementation not found

2012-07-09 Thread Robert Osfield
HI Matthias, If the fix works just post it to osg-submissions as a complete file and I can review it. Thanks, Robert. On 4 July 2012 09:55, Matthias Schütze matthi.schue...@googlemail.com wrote: Hi there, A customer is having trouble running our OSG-based application on his computer. I

Re: [osg-users] RenderBin implementation not found

2012-07-04 Thread Matthias Schütze
Hi there, A customer is having trouble running our OSG-based application on his computer. I sent him osgviewer.exe and when he runs osgviewer.exe cow.osg it works, but this message is printed on the console: Warning: RenderBin RenderBin implementation not found, using default RenderBin as

Re: [osg-users] RenderBin implementation not found

2011-09-19 Thread Robert Osfield
Hi Ryan, On Fri, Sep 16, 2011 at 3:51 PM, Ryan Pavlik rpav...@iastate.edu wrote: Sounds like this could be the static initialization order fiasco - http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.14 - or perhaps just a plain old race condition. It's not a static initialization order

Re: [osg-users] RenderBin implementation not found

2011-09-19 Thread Robert Osfield
Hi Cory, On Fri, Sep 16, 2011 at 3:42 PM, Cory Riddell c...@codeware.com wrote: I got the customer to run with --SingleThreaded and the warning disappeared. The warning seems to be somewhat sporadic. This suggests a race condition on the static initialization inside the static

Re: [osg-users] RenderBin implementation not found

2011-09-16 Thread Robert Osfield
HI Cory, I haven't heard of this specific problem before so you may well be the first! The RenderBin is effectively the default RenderBin, it's registered during the static construction of the RenderBinPrototypeList, see the top of src/osgUtil/RenderBin.cpp. The way it's written should ensure

Re: [osg-users] RenderBin implementation not found

2011-09-16 Thread Cory Riddell
Hi Robert, I got the customer to run with --SingleThreaded and the warning disappeared. The warning seems to be somewhat sporadic. Cory On 9/16/2011 2:02 AM, Robert Osfield wrote: HI Cory, I haven't heard of this specific problem before so you may well be the first! The RenderBin is

Re: [osg-users] RenderBin implementation not found

2011-09-16 Thread Ryan Pavlik
Sounds like this could be the static initialization order fiasco - http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.14 - or perhaps just a plain old race condition. Ryan On Fri, Sep 16, 2011 at 9:42 AM, Cory Riddell c...@codeware.com wrote: Hi Robert, I got the customer to run with

[osg-users] RenderBin implementation not found

2011-09-15 Thread Cory Riddell
A customer is having trouble running our OSG-based application on his computer. I sent him osgviewer.exe and when he runs osgviewer.exe cow.osg it works, but this message is printed on the console: Warning: RenderBin RenderBin implementation not found, using default RenderBin as a fallback.

Re: [osg-users] RenderBin implementation not found

2011-09-15 Thread Cory Riddell
It turns out when they disable their antivirus software (Trend Micro), the problems go away. Very strange. Cory On 9/15/2011 11:51 AM, Cory Riddell wrote: A customer is having trouble running our OSG-based application on his computer. I sent him osgviewer.exe and when he runs osgviewer.exe