On MAC OS X 10.8 : -------- EEEE ------- G4Exception-START -------- EEEE ------- *** ExceptionHandler is not defined *** *** G4Exception : Run0041 issued by : G4UserRunAction::G4UserRunAction() You are instantiating G4UserRunAction BEFORE your G4VUserPhysicsList is instantiated and assigned to G4RunManager. Such an instantiation is prohibited by Geant4 version 8.0. To fix this problem, please make sure that your main() instantiates G4VUserPhysicsList AND set it to G4RunManager before instantiating other user action classes such as G4UserRunAction. *** Fatal Exception *** -------- EEEE -------- G4Exception-END --------- EEEE ------- *** G4Exception: Aborting execution *** Abort trap: 6
The problem is fixed in BlineTracer-V09-05-03, proposed for testing. To be closed when the proposed tag is accepted.
Ok, FIXED by Ivana,