Problem 1379

Summary: "No World" Warning at run time with QT ON, geant4-09-05-ref-10
Product: Examples/Extended Reporter: garnier
Component: optical/LXeAssignee: garnier
Status: CLOSED MOVED    
Severity: normal CC: Ivana.Hrivnacova, Koichi.Murakami
Priority: P5    
Version: 9.5   
Hardware: All   
OS: All   

Description garnier 2012-11-08 17:05:55 CET
#
# Create a scene handler/viewer for a specific graphics system
# The compound command "/vis/open <vis-driver-name>"
# is equivalent to the following set of commands:
#
# /vis/sceneHandler/create
# /vis/viewer/create
#
# Create a scene handler and a viewer for the OGLIX driver
/vis/open OGLIX
/vis/sceneHandler/create OGLIX
/vis/viewer/create ! ! 600
/vis/viewer/refresh
#
/vis/viewer/set/style wireframe
# Set direction from target to camera.
/vis/viewer/set/viewpointVector 1 1.5 1.1
#/vis/viewer/set/viewpointThetaPhi 90 180 deg
#/vis/viewer/zoom 1.4
#
# The compound command "/vis/drawVolume"
# is equivalent to the following set of commands:
#
# /vis/scene/create
# /vis/scene/add/volume
# /vis/sceneHandler/attach
# Create an empty scene and add the detector geometry to it
/vis/drawVolume
/vis/scene/create
/vis/scene/add/volume world
ERROR: G4VisCommandSceneAddVolume::SetNewValue:
No world. Maybe the geometry has not yet been defined.
Try "/run/initialize"
/vis/sceneHandler/attach
#
Comment 1 Koichi Murakami 2013-02-27 00:05:50 CET
The issue was moved to JIRA.
http://jira-geant4.kek.jp/browse/DEV-15