From: FX (fxcoudert_at_gmail.com)
Date: Wed Apr 11 2012 - 11:58:36 CDT

> #8 0x0015b8e8 in UIText::UIText (this=0x899c00, vmdapp=0x106cc00, guienabled=1) at UIText.C:78
> #9 0x0016bd59 in VMDApp::VMDinit (this=0x106cc00, argc=1, argv=0xbffffb58, displaytype=0x346878 "WIN", displayLoc=0xbffffaf0, displaySize=0xbffffae8) at VMDApp.C:385

And this corresponds to:

381 // If the text UI hasn't already been initialized then initialize it here.
382 // Cocoa-based FLTK/Tk builds of VMD for 64-bit MacOS X must
383 // initialize Tcl/Tk first, so that FLTK works correctly.
384 if (uiText == NULL)
385 uiText = new UIText(this, display->supports_gui()); // text user interface
386 uiText->On();