Hi, At the end I has able to compile:
1) downloaded latest source code of OSG ( OpenSceneGraph-3.0.1 ) 2) binary 3th parth from http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies ( 3rdParty_VC10_x86_x64.zip ) 3) VPB ( VirtualPlanetBuilder-0.9.12 ) The problem now id that osgdem crash. To be syre the problem is not in my data I used the blu barble data and the command in the book ( OpenSceneGraph 3 Cookbook ) Commad I used is : Code: vpbmaster -t TrueMarble.4km.10800x5400.tif --geocentric -o output/out.os gb Output is Code: C:\Temp>vpbmaster -t TrueMarble.4km.10800x5400.tif --geocentric -o output/out.os gb --geocentric -t TrueMarble.4km.10800x5400.tif ADD: TrueMarble.4km.10800x5400.tif -o output/out.osgb Adding terrainTile DataSet::generateTasks_new local_extents = xMin() -180.000000 180.000000 yMin() -90.000000 90.000000 AR=2.000000 C1=2 R1=1 Computed maximum source level = 6 Selected single split at 3 local_extents = xMin() -180.000000 180.000000 yMin() -90.000000 90.000000 AR=2.000000 C1=2 R1=1 Task directory already created Log directory already created totalNumOfTasksSansRoot = 8 getTaskName(2,0,0) no nest, 3 0 getTaskName(2,0,1) no nest, 3 0 getTaskName(2,1,0) no nest, 3 0 getTaskName(2,1,1) no nest, 3 0 getTaskName(2,2,0) no nest, 3 0 getTaskName(2,2,1) no nest, 3 0 getTaskName(2,3,0) no nest, 3 0 getTaskName(2,3,1) no nest, 3 0 Generated tasks file = build_master.tasks Revsion source = output\out.osgb.0.source Setting up MachinePool to use all 4 cores on this machine. Begining run scheduling task : tasks/build_root_L0_X0_Y0.task scheduling task : tasks/build_subtile_L2_X0_Y0.task scheduling task : tasks/build_subtile_L2_X0_Y1.task machine= running task=tasks/build_root_L0_X0_Y0.task scheduling task : tasks/build_subtile_L2_X1_Y0.task machine= running task=tasks/build_subtile_L2_X0_Y0.task scheduling task : tasks/build_subtile_L2_X1_Y1.task machine= running task=tasks/build_subtile_L2_X0_Y1.task scheduling task : tasks/build_subtile_L2_X2_Y0.task machine= running task=tasks/build_subtile_L2_X1_Y0.task scheduling task : tasks/build_subtile_L2_X2_Y1.task scheduling task : tasks/build_subtile_L2_X3_Y0.task♪◙scheduling task : tasks/bui ld_subtile_L2_X3_Y1.task Now checking for plug-in osgPlugins-3.0.1/osgdb_nvtt.dll Now checking for plug-in osgPlugins-3.0.1/osgdb_nvtt.dll osg::Registry::addImageProcessor(ImageProcessor) Loaded plug-in osgPlugins-3.0.1/osgdb_nvtt.dll and located ImageProcessor osg::Registry::addImageProcessor(ImageProcessor) Loaded plug-in osgPlugins-3.0.1/osgdb_nvtt.dll and located ImageProcessor Now checking for plug-in osgPlugins-3.0.1/osgdb_nvtt.dll Now checking for plug-in osgPlugins-3.0.1/osgdb_nvtt.dll osg::Registry::addImageProcessor(ImageProcessor) osg::Registry::addImageProcessor(ImageProcessor) Loaded plug-in osgPlugins-3.0.1/osgdb_nvtt.dll and located ImageProcessor Loaded plug-in osgPlugins-3.0.1/osgdb_nvtt.dll and located ImageProcessor machine= completed task=tasks/build_root_L0_X0_Y0.task in 13.7 seconds Number of tasks completed 1, running 3, pending 6. Estimated time to completion 27 seconds, 33.5 percent done. Warning: Task tasks/build_root_L0_X0_Y0.task has failed, blacklisting machine a nd resubmitting task. machine= completed task=tasks/build_subtile_L2_X0_Y1.task in 14.7 seconds Number of tasks completed 2, running 2, pending 7. Estimated time to completion 29 seconds, 33.5 percent done. Warning: Task tasks/build_subtile_L2_X0_Y1.task has failed, blacklisting machine and resubmitting task. machine= completed task=tasks/build_subtile_L2_X0_Y0.task in 15.5 seconds Number of tasks completed 3, running 1, pending 8. Estimated time to completion 30 seconds, 34.0 percent done. Warning: Task tasks/build_subtile_L2_X0_Y0.task has failed, blacklisting machine and resubmitting task. machine= completed task=tasks/build_subtile_L2_X1_Y0.task in 16.2 seconds Number of tasks completed 4, running 0, pending 9. Estimated time to completion 45 seconds, 26.6 percent done. Warning: Task tasks/build_subtile_L2_X1_Y0.task has failed, blacklisting machine and resubmitting task. End of TaskSet: tasksPending=9 taskCompleted=0 taskRunning=0 tasksFailed=0 End of run: tasksPending=9 taskCompleted=0 taskRunning=0 tasksFailed=0 MachinePool::reportTimingStats() Machine : Task::type='' minTime=13.696950 maxTime=16.204090 averageT ime=15.032418 totalComputeTime=60.129671 numTasks=4 Finished run, but did not complete 9 tasks. Total elapsed time = 16.879258 Run Complete. Recieved signal 15, doing TERMINATE_RUNNING_TASKS_THEN_EXIT. MachinePool::signal(15) Machine::signal(15) Machine::cancelThreads() hostname=, threads=4 Cancel thread Cancel thread Cancel thread Cancel thread Completed Machine::cancelThreads() hostname=, threads=4 No output is created and 4 windows with a osgdem crash. Thank you! Cheers, Tonino ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=52921#52921 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

