I want to find out how to run my STCyclotron example successfully

Please fill out the following information to help in answering your question, and also see tips for posting code snippets

Geant4 Version:
Operating System:
Compiler/Version:
My STCyclotron example shows this message
Error ~ cannot open a macrofile (macro/Vis/init/vis.mac
Error code 400
-This is just a warning message
Anr if you apply any command it will show - command refused
If I click run - initialize, the program disappears
Please assist me with what I should do.#Thamks
Zubaida G–

Hello,

More information on your system would be nice to help you fix your problem…
Windows/Linux?
Are you compiling with Visual Studio?

The error says that the file vis.mac cannot be found.
If you compile the example and just run the executable without any macro file specified most of the Geant4 examples are looking for ‘vis.mac’ in the same folder as your executable.

Is ‘vis.mac’ in the same folder as ‘STCyclotron.sh/STCyclotron.exe’?

Regards
Max

EDIT:
Looks like this example is looking for a folder structure leading to the macro file, which looks like what is written in that error log:
‘macro/Vis/init/vis.mac’
relative to where your executable is.
So make sure these folders exist.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.