RootX11ErrorHandler problem

Hello,

I’m using Mac OS X Tiger (10.4.x) to ssh into a machine to use root. I use the following command:

When I start root, I get the following message (the splash screen shows up):

[quote]Error: illegal pointer to class object gClient 0x0 797 :0:
*** Interpreter error recovered ***
Error in : BadAtom (invalid Atom parameter) (XID: 39, XREQ: 18 )
[/quote]

and when I try to draw a canvas, I get the following error:

[quote]root [0] TCanvas *c1 = new TCanvas(“c1”, “canvas”)
Error in : BadAccess (attempt to access private resource denied) (TGFrame XID: 87, XREQ: 102)
TGFrame: 87
[/quote]

I’ve searched this forum, and have found this problem can be solved using

But the problem is that my Mac’s X11 program only allows for “-X” option. So, is there a way to fix this problem?

bharat211

“D’oh!”

nevermind.