Error when running gApplication in root v6.22

I recently upgraded to ROOT v6.22.06 on linux

I am seeing some issues around the line

gApplication->Run(true);

This is the error I see in my terminal (traced back to the above line in my code):

        Fatal Root Error: TPluginHandler::SetupCallEnv
        method “TGeoPainter not found in class TGeoPainter
        ROOT severity: 3000
      ---- FatalRootError END

Any ideas what has changed and why I see this now, I have not seen this error before when using 6.18 for a long time with this particular line of code


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Looking at your the trace back it seems there is a method not found TGeopainter… Can you post a minimal code showing the problem ?

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