G4Exception: TRACK003 for my Muography Simualtion

Greetings,

I am having issues with my Geant4 code. I am currently getting this error:

G4WT3 > G4ParticleChange::CheckIt : the local time goes back !! Difference: 0.14318291640031[ns]
G4WT3 > e- E=6.0106617479427e-05 pos=-0.004673876974247, 0.032212341894395, -9.3328645359748e-05 global time=0.58580073011788 local time=0.00051129146733886 proper time=0.00051119094132727
G4WT3 > G4ParticleChange::CheckIt : the proper time goes back !! Difference: 0.14316607638672[ns]
G4WT3 > e- E=6.0106617479427e-05 pos=-0.004673876974247, 0.032212341894395, -9.3328645359748e-05 global time=0.58580073011788 local time=0.00051129146733886 proper time=0.00051119094132727
G4WT3 > -----------------------------------------------
G4WT3 > G4ParticleChange Information
G4WT3 > -----------------------------------------------
G4WT3 > # of 2ndaries : 0
G4WT3 > -----------------------------------------------
G4WT3 > Energy Deposit (MeV): 0
G4WT3 > Non-ionizing Energy Deposit (MeV): 0
G4WT3 > Track Status : Alive
G4WT3 > True Path Length (mm) : 0.000263
G4WT3 > Stepping Control : 0
G4WT3 > Mass (GeV) : 0
G4WT3 > Charge (eplus) : 0
G4WT3 > MagneticMoment : 0
G4WT3 > : = 0*[e hbar]/[2 m]
G4WT3 > Position - x (mm) : -6.13
G4WT3 > Position - y (mm) : 26.9
G4WT3 > Position - z (mm) : -0.999
G4WT3 > Time (ns) : -0.143
G4WT3 > Proper Time (ns) : -0.143
G4WT3 > Momentum Direct - x : -0.325
G4WT3 > Momentum Direct - y : 0.945
G4WT3 > Momentum Direct - z : 0.0198
G4WT3 > Kinetic Energy (MeV): 23
G4WT3 > Velocity (/c): 0.0153
G4WT3 > Polarization - x : 0
G4WT3 > Polarization - y : 0
G4WT3 > Polarization - z : 0
G4WT3 > Touchable (pointer) : 0x7f0f342fcaf8
G4WT3 >
-------- EEEE ------- G4Exception-START -------- EEEE -------
*** G4Exception : TRACK003
issued by : G4ParticleChange::CheckIt()
momentum, energy, and/or time was illegal
*** Event Must Be Aborted ***
G4WT3 > G4Track (0x7f0f3430a940) - track ID = 2073, parent ID = 1
G4WT3 > Particle type : e- - creator process : muIoni, creator model : Undefined
G4WT3 > Kinetic energy : 60.1066 eV - Momentum direction : (-0.047731,0.691056,-0.721223)
G4WT3 > Step length : 263.062 nm - total energy deposit : 0 eV
G4WT3 > Pre-step point : (-4.67388,32.2123,-0.0933286) - Physical volume : Granite (G4_AIR)
G4WT3 > - defined by : eIoni - step status : 4
G4WT3 > Post-step point : (-6.13413,26.8622,-0.998896) - Physical volume : Granite (G4_AIR)
G4WT3 > - defined by : msc - step status : 3
G4WT3 > *** Note: Step information might not be properly updated.

I am only receiving this error when the simulation is being ran in multithreaded mode. When running in single thread, the errors never appear. Also, the physical volume “Granite” is misnamed, it is a volume of air that is being used to define a local electric field. Any insight will be appreciated. Thank you.