diff --git a/gui/src/TGClient.cxx b/gui/src/TGClient.cxx index e7bfd1f311ef66143d76c497ce0b9f2e5ef8c056..4cf1e704e988442b2cb17e6636ee60f1d8d50800 100644 --- a/gui/src/TGClient.cxx +++ b/gui/src/TGClient.cxx @@ -1,4 +1,4 @@ -// @(#)root/gui:$Name: $:$Id: TGClient.cxx,v 1.13 2001/10/03 20:59:59 rdm Exp $ +// @(#)root/gui:$Name: $:$Id: TGClient.cxx,v 1.14 2001/11/28 16:05:41 rdm Exp $ // Author: Fons Rademakers 27/12/97 /************************************************************************* @@ -603,6 +603,10 @@ Bool_t TGClient::GetColorByName(const char *name, ULong_t &pixel) const status = kFALSE; } else if(!gVirtualX->AllocColor(attributes.fColormap, color)) { Warning("GetColorByName", "couldn't retrieve color %s", name); + Printf(" This problem typically appears when running ROOT from "); + Printf(" an X terminal with not enough memory and another application"); + Printf(" like Netscape is already running"); + Printf(" ====> Kill Netscape and start again ROOT"); status = kFALSE; }