Downloaded the latest CVS today to confirm this issue hadn't been resolved. executing mythtv-setup creates the following output:
[EMAIL PROTECTED]:/src/mythtv-related/mythtv/mythtv/setup# ./mythtv-setup 2005-04-02 16:44:21.259 New DB connection, total: 1 2005-04-02 16:44:21.275 Using screen 0, 1024x740 at 0,0 2005-04-02 16:44:21.280 Switching to square mode (blue) 2005-04-02 16:44:32.212 Joystick disabled. Showed the main windows <-- I added this line to source Set Main Window <-- I added this line to source Segmentation fault looks like the call to LanguageSettings::prompt() is causing this. added a cout to the first line of LanguageSettings::prompt() and it never gets executed so I'm not sure where to go from here. I was wondering if I could override LanguageSettings::prompt() to see if this is indeed the issue, and how this would be done? -- Thanks, Devan Lippman <[EMAIL PROTECTED]> _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
