*** ExceptionHandler is not defined ***
*** G4Exception : UI0002
issued by : G4UIExecutive::G4UIExecutive()
Specified session type is not build in your system,
or no session type is specified.
A fallback session type is used.
*** This is just a warning message. ***
-------- WWWW ------- G4Exception-END -------- WWWW -------
-------- EEEE ------- G4Exception-START -------- EEEE -------
*** G4Exception : PART70000
issued by : G4NuclideTable
G4ENSDFSTATEDATA environment variable must be set
*** Fatal Exception *** core dump ***
I saw on the forum that *** core dump *** probleme could comes from environnement variables, so I followed the postinstall tutorial to add them to Path but it changed nothing (I’ve also reboot computer).
notes : Im on windows10, cmake 3.15.0, visual studio 2017 so everything should work properly right ? I’ve also chosen to activate Qt and OpenGL and install and build apparently worked
You should set data directories from environmental variables, it will fix the data issue. The other point: qt interface is not completely compatible on windows. You can try another qt version or you can use Geant4 on windows without qt interface.
Hello, I am running into the same issue trying to install Geant 4 in Windows 10. Just as you post here I am using cmake 3.18.2, visual studio 2019 so everything should work properly right. Install and build apparently worked. I can also build example B1 with no problem. This issue appears when I run the executable generated by the example. I traced the issue to the post installation guide in this post, but I believe I did everything correctly in the post install guide for windows (Im probably wrong if not it would be working). Could you please help me as we seem to have the same issue and I saw that you were able to solve it with the post install guide? Thank you