<TGVScrollBar::TGVScrollBar>: arrow_*.xpm not found

Hi all,

I got this error when I was using ‘TBrowser t’

Error in TGVScrollBar::TGVScrollBar: arrow_*.xpm not found

*** Break *** segmentation violation
Generating stack trace…
0x0151ee10 in TGVScrollBar::SetPosition(int) + 0xae from /usr/local/lib/root/libGui.so
0x014e4046 in TGListBox::Layout() + 0x1d2 from /usr/local/lib/root/libGui.so
0x014c2900 in TGFrame::Resize(unsigned int, unsigned int) + 0x7c from /usr/local/lib/root/libGui.so
0x014e3a9f in TGListBox::Resize(unsigned int, unsigned int) + 0x5f from /usr/local/lib/root/libGui.so
0x014a5677 in TGComboBox::Init() + 0x267 from /usr/local/lib/root/libGui.so
0x014a621d in TGComboBox::TGComboBox(TGWindow const*, int, unsigned int, unsigned long) + 0x25b from /usr/local/lib/root/libGui.so
0x014ceb3c in TGFSComboBox::TGFSComboBox(TGWindow const*, int, unsigned int, unsigned long) + 0x44 from /usr/local/lib/root/libGui.so
0x01566524 in TRootBrowser::CreateBrowser(char const*) + 0x11a4 from /usr/local/lib/root/libGui.so
0x01567ef7 in TRootBrowser::TRootBrowser(TBrowser*, char const*, unsigned int, unsigned int) + 0xa5 from /usr/local/lib/root/libGui.so
0x015775c2 in TRootGuiFactory::CreateBrowserImp(TBrowser*, char const*, unsigned int, unsigned int) + 0x4c from /usr/local/lib/root/libGui.so
0x0024f6b1 in TBrowser::TBrowser(char const*, char const*) + 0x11f from /usr/local/lib/root/libCore.so
0x0046dfdb in from /usr/local/lib/root/libCore.so
0x00b6d7f5 in Cint::G__ExceptionWrapper(int ()(G__value, char const*, G__param*, int), G__value*, char*, G__param*, int) + 0x5d from /usr/local/lib/root/libCint.so
0x00c42d66 in G__call_cppfunc + 0x322 from /usr/local/lib/root/libCint.so
0x00c1f07b in G__interpret_func at v6_ifunc.cxx:0 from /usr/local/lib/root/libCint.so
0x00c0fbe3 in G__getfunction at v6_func.cxx:0 from /usr/local/lib/root/libCint.so
0x00bda358 in G__define_var + 0x332c from /usr/local/lib/root/libCint.so
0x00c8fa55 in G__defined_type + 0x63b from /usr/local/lib/root/libCint.so
0x00c54c63 in G__exec_statement at v6_parse.cxx:0 from /usr/local/lib/root/libCint.so
0x00bd3d45 in G__exec_tempfile_core + 0x2f3 from /usr/local/lib/root/libCint.so
0x00bd4007 in G__exec_tempfile_fp + 0x31 from /usr/local/lib/root/libCint.so
0x00c6329f in G__process_cmd + 0x55eb from /usr/local/lib/root/libCint.so
0x0031a3f4 in TCint::ProcessLine(char const*, TInterpreter::EErrorCode*) + 0x140 from /usr/local/lib/root/libCore.so
0x00244cb4 in TApplication::ProcessLine(char const*, bool, int*) + 0x6d4 from /usr/local/lib/root/libCore.so
0x00ac56d0 in TRint::HandleTermInput() + 0x250 from /usr/local/lib/root/libRint.so
0x00ac4d3d in TTermInputHandler::Notify() + 0x25 from /usr/local/lib/root/libRint.so
0x00ac6cb6 in TTermInputHandler::ReadNotify() + 0x14 from /usr/local/lib/root/libRint.so
0x003a8436 in TUnixSystem::CheckDescriptors() + 0x13e from /usr/local/lib/root/libCore.so
0x003a8a42 in TUnixSystem::DispatchOneEvent(bool) + 0x142 from /usr/local/lib/root/libCore.so
0x002c89b3 in TSystem::InnerLoop() + 0x21 from /usr/local/lib/root/libCore.so
0x002c9ec7 in TSystem::Run() + 0x71 from /usr/local/lib/root/libCore.so
0x00243e0c in TApplication::Run(bool) + 0x38 from /usr/local/lib/root/libCore.so
0x00ac6ab9 in TRint::Run(bool) + 0x3ab from /usr/local/lib/root/libRint.so
0x08048d20 in main + 0x9c from /usr/local/bin/root.exe
0x03ecfdec in __libc_start_main + 0xdc from /lib/libc.so.6
0x08048bd1 in __gxx_personality_v0 + 0x91 from /usr/local/bin/root.exe

I found answers for similar questions that this error may be related to /root/icons location.
The icons directory is /usr/local/share/root/icons in my computer
And I found
Gui.IconPath: $(HOME)/icons:/usr/local/share/root/icons:.
in .rootrc file.

I’m running root 5.14

Thanks,

Dan

Hi Dan,

I suppose you’re working on Ubuntu… Right?
Please take a look there:
http://root.cern.ch/phpBB2/viewtopic.php?t=4407&highlight=arrow%2A+xpm
Or to similar posts on this forum…

Cheers,
Bertrand.