Problem 1379 - "No World" Warning at run time with QT ON, geant4-09-05-ref-10
Summary: "No World" Warning at run time with QT ON, geant4-09-05-ref-10
Status: CLOSED MOVED
Alias: None
Product: Examples/Extended
Classification: Unclassified
Component: optical/LXe (show other problems)
Version: 9.5
Hardware: All All
: P5 normal
Assignee: garnier
URL:
Depends on:
Blocks:
 
Reported: 2012-11-08 17:05 CET by garnier
Modified: 2013-02-27 00:05 CET (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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