Failure loading library libedepsim for TG4Event

hi, I am trying to to run:
python3 writer.py ‘edep_n umu_*.root’ output_file.root
in ubuntu subsystem in windows and I have already source
root6/28/06
edepsim3.2.x
geant4/10/03
however, this code doesnot work and the error is:

Error in : version mismatch,/edep-gcc-12-x86_64-linux-gnu/lib/libed
epsim_io.so = 63202, ROOT = 62813
Error in <TInterpreter::T Cling::AutoLoad>: failure loading library libedepsim_ io.so for TG4Event
event: initilization

Hi,

Welcome to the ROOT Community!

As the error message is pointing out, you seem to have compiled your library libedepsim_ io.so including dictionaries created with ROOT 6.32.02 while you are trying to load it with 6.28/13. You have two rough options: 1) recompile the library with 6.28/13 or 2) setup ROOT 6.32.02.

Cheers,
D

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