Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with visualization on GATE 10 #632

Open
luismi70 opened this issue Dec 9, 2024 · 3 comments
Open

Problems with visualization on GATE 10 #632

luismi70 opened this issue Dec 9, 2024 · 3 comments

Comments

@luismi70
Copy link

luismi70 commented Dec 9, 2024

Hi everyone,

I am starting with GATE 10 and following the proton CT example. However, there was a problem with a specific line script:

sim.visu=True
sim.visu_type="qt"

The script produced this error:
Simulation: create RunManager (single thread)
Simulation: initialize Geometry
Simulation: initialize Physics
Simulation: initialize Source
Simulation: initialize Visualization
Simulation: initialize G4RunManager
Simulation: initialize PhysicsEngine after RunManager initialization
Simulation: initialize actors
Simulation: (no volumes overlap checking)

Simulation: START (around 720000 events expected)
Segmentation fault (core dumped)

The problem was resolve change the line to sim.visu=False. The person that helped me, suggested send my script and the error message to this page.

Thanks in advance

test1.py.txt

@BishopWolf
Copy link

BishopWolf commented Dec 9, 2024

Hello, I have corrected your python file. Please try with this instead:

test1.py.txt

@luismi70
Copy link
Author

luismi70 commented Dec 9, 2024 via email

@dsarrut
Copy link
Contributor

dsarrut commented Dec 9, 2024

Hello, can you please:

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants