Hi, Just adding some more info. To simplify my debugging, I have setup a very simple test case to reproduce the problem. The two images are just small random .pngs I had on my machine.
The command that fails is: vpbmaster --geocentric --bluemarble-west -t hills.png --bluemarble-east -t hills2.png -o ./out/test.ive yet this works: osgdem --geocentric --bluemarble-west -t hills.png --bluemarble-east -t hills2.png -o ./out/test.ive If I try and run the commands manually from the failed tasks the command completes with no output and no generated files. e.g. found in the build_root_L0_X0_Y0.task file: osgdem --run-path D:\adi_vsfz\projects\OSG\SVN-trunk-2008\TestVPBBug -s build_master.source --record-subtile-on-leaf-tiles -l 2 --task tasks/build_root_L0_X0_Y0.task --log logs/build_root_L0_X0_Y0.log The output from the failing VPBMaster is (after all the setup output): Setting up MachinePool to use all 2 cores on this machine. Begining run scheduling task : tasks/build_root_L0_X0_Y0.task scheduling task : tasks/build_subtile_L1_X0_Y0.task scheduling task : tasks/build_subtile_L1_X1_Y0.task machine= running task=tasks/build_root_L0_X0_Y0.task machine= running task=tasks/build_subtile_L1_X0_Y0.task machine= completed task=tasks/build_subtile_L1_X0_Y0.task in 0.2 seconds Number of tasks completed 1, running 1, pending 2. Estimated time to completion 1 seconds, 15.6 percent done. machine= completed task=tasks/build_root_L0_X0_Y0.task in 0.2 seconds Number of tasks completed 2, running 0, pending 2. Estimated time to completion 0 seconds, 55.3 percent done. Warning: Task tasks/build_root_L0_X0_Y0.task has failed, blacklisting machine and resubmitting task. Warning: Task tasks/build_subtile_L1_X0_Y0.task has failed, blacklisting machine and resubmitting task. End of TaskSet: tasksPending=3 taskCompleted=0 taskRunning=0 tasksFailed=0 End of run: tasksPending=3 taskCompleted=0 taskRunning=0 tasksFailed=0 Any suggestions very welcome! Cheers, Brad From: [email protected] [mailto:[email protected]] On Behalf Of Christiansen, Brad Sent: Thursday, 17 June 2010 10:44 AM To: OpenSceneGraph Users Subject: [osg-users] VPBMaster failing Hi, I have run into an issue with VPN master since updating from 0.9.7 to the head. Builds that worked normally before the update now fail as follows: vpbmaster starts, adds all the sources and schedules all the tasks but the tasks fail every time with no further information given (other than that they failed). I then ran the exact same command, replacing vpbmaster with osgdem and the database was generated without error. I am going to do a debug build and look into it now but if anyone has any suggestions as to what may have changed or what to look for that would be a great help. the command I ran is: vpbmaster --revision 1.0 --geocentric --terrain --RGBA-compressed --layer 0 -t f:\SourceData\raster\BuleMarble2\tiff -d f:\SourceData\elevation\dted0 -o .\earth\earth.osgb but this works: osgdem --revision 1.0 --geocentric --terrain --RGBA-compressed --layer 0 -t f:\SourceData\raster\BuleMarble2\tiff -d f:\SourceData\elevation\dted0 -o .\earth\earth.osgb I also tried .ive output but this made no difference. Cheers, Brad DISCLAIMER:--------------------------------------------------------------------------- This e-mail transmission and any documents, files and previous e-mail messages attached to it are private and confidential. They may contain proprietary or copyright material or information that is subject to legal professional privilege. They are for the use of the intended recipient only. Any unauthorised viewing, use, disclosure, copying, alteration, storage or distribution of, or reliance on, this message is strictly prohibited. No part may be reproduced, adapted or transmitted without the written permission of the owner. If you have received this transmission in error, or are not an authorised recipient, please immediately notify the sender by return email, delete this message and all copies from your e-mail system, and destroy any printed copies. Receipt by anyone other than the intended recipient should not be deemed a waiver of any privilege or protection. Thales Australia does not warrant or represent that this e-mail or any documents, files and previous e-mail messages attached are error or virus free. -------------------------------------------------------------------------------------- DISCLAIMER:--------------------------------------------------------------------------- This e-mail transmission and any documents, files and previous e-mail messages attached to it are private and confidential. They may contain proprietary or copyright material or information that is subject to legal professional privilege. They are for the use of the intended recipient only. Any unauthorised viewing, use, disclosure, copying, alteration, storage or distribution of, or reliance on, this message is strictly prohibited. No part may be reproduced, adapted or transmitted without the written permission of the owner. If you have received this transmission in error, or are not an authorised recipient, please immediately notify the sender by return email, delete this message and all copies from your e-mail system, and destroy any printed copies. Receipt by anyone other than the intended recipient should not be deemed a waiver of any privilege or protection. Thales Australia does not warrant or represent that this e-mail or any documents, files and previous e-mail messages attached are error or virus free. --------------------------------------------------------------------------------------
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

