Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly.

2010-06-21 Thread Robert Osfield
Hi Brad, I have now reviewed Wang Rui's fixes and rather than adopt these directly, I've learnt from them what the problem was - which enabled me to recreate the problem under Linux, so can confirm now that it's now Windows specific issue, it was just I wasn't quite recreating the same usage.

Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly.

2010-06-21 Thread Christiansen, Brad
] VPBMaster failing - build_master.source not loaded correctly. Hi Brad, I have now reviewed Wang Rui's fixes and rather than adopt these directly, I've learnt from them what the problem was - which enabled me to recreate the problem under Linux, so can confirm now that it's now Windows specific

Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly.

2010-06-17 Thread Christiansen, Brad
Ok, I think I am getting close to the source of the issue, so hopefully somebody may have some ideas. The problem is occuring because the TerrainTile being loaded from build_master.source has no color layers and no elevation layer. A manual inspection of the file shows it does have a color

Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly.

2010-06-17 Thread Robert Osfield
Hi Brad, I had this problem when I developing the new serializer support in VPB, but this has been addressed with fixes to the OSG that I checked in last. The .source file looks OK so hopefully an update to OSG and VPB and a rebuild will fix this problem. Robert. On Thu, Jun 17, 2010 at 8:04

Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly.

2010-06-17 Thread Christiansen, Brad
-users-boun...@lists.openscenegraph.org] On Behalf Of Robert Osfield Sent: Thursday, 17 June 2010 4:09 PM To: OpenSceneGraph Users Subject: Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly. Hi Brad, I had this problem when I developing the new serializer support in VPB

Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly.

2010-06-17 Thread Robert Osfield
Hi Brad, I just run the test along the lines of yours: vpbmaster --bluemarble-west -t ../BlueMarble/land_shallow_topo_west.tif -o out/test.ive And it run to completion without any problems. The generated build_master.source is included below, and looks pretty similar to yours. Could you try

Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly.

2010-06-17 Thread Christiansen, Brad
Users Subject: Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly. Hi, Just ran the command. You are correct, the files are not the same, all the layers have been stripped out. I am using WindowsXP, Visual Studio 2008. I will do a fresh checkout and build when I get

Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly.

2010-06-17 Thread Robert Osfield
Hi Brad, On Thu, Jun 17, 2010 at 2:50 PM, Christiansen, Brad brad.christian...@thalesgroup.com.au wrote: Just checked out a fresh copy of both osg and vpb, re-created the projects and did a full build of both. Unfortunately I still have the same problem. Looks like I will need to fix the

Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly.

2010-06-17 Thread Christiansen, Brad
- From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Robert Osfield Sent: Thursday, 17 June 2010 10:04 PM To: OpenSceneGraph Users Subject: Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly. Hi Brad

Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly.

2010-06-17 Thread Christiansen, Brad
...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Christiansen, Brad Sent: Thursday, 17 June 2010 10:25 PM To: OpenSceneGraph Users Subject: Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly. Hi, Does the osgdem -s .. --so

Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly.

2010-06-17 Thread Robert Osfield
Of Christiansen, Brad Sent: Thursday, 17 June 2010 10:25 PM To: OpenSceneGraph Users Subject: Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly. Hi, Does the osgdem -s .. --so .. test produce a source file with the vpb::DatabaseBuilder entry in it? Yes

Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly.

2010-06-17 Thread Christiansen, Brad
Users Subject: Re: [osg-users] VPBMaster failing - build_master.source not loaded correctly. Hi Brad, The output all looks fine, the serializers for osgTerrain do seem to be loading, but for some reason are failing. Could you try a release build to see if that produces any different results