Great work Jeff. You can kick off the channels dialog by using
View->Channels.
Now, coupled with that backtrace I can see a bit more. Can one of you
please replace src/channels_dialog.cc, line 120 onward, with this,
void ChannelsDialog::on_show()
{
Gtk::Dialog::on_show();
TRY
update_channels();
ChannelList& channels =
get_application().get_profile_manager().get_current_profile().get_channels();
if (channels.size() == 0)
{
show_scan_window();
}
CATCH
}
--
Runtime glibmm exception in me-tv 0.6
https://bugs.launchpad.net/bugs/269911
You received this bug notification because you are a member of Me TV
Development, which is subscribed to Me TV.
Status in Me TV, it's TV for me computer: Incomplete
Bug description:
Hi,
I configured me-tv-0.6 with --disabled-static --enable-shared
--prefix=/tmp/rpm/me-tv in order to see if everything would build fine.
During make there were mostly no problems, except a few 'is depreciated
warning's @see attached metv-0.6-compile-warning.txt.
But when launching me-tv (from BUILDDIR/src/me-tv, that is) it crashed with the
following message:
<quote>
glibmm-ERROR **:
unhandled exception (type unknown) in signal handler
aborting...
Cannot access memory at address 0x150a8404
Killed
</quote>
I also attached the suprisingly slim backtrace and infos about installed glibmm
packages, as well as the output of /proc/cpuinfo to help you understand where
the problem could be.
Cheers,
Matthias
P.S. By the way, xine-lib currently in use is version 1.1.15
_______________________________________________
Mailing list: https://launchpad.net/~me-tv-development
Post to : [email protected]
Unsubscribe : https://launchpad.net/~me-tv-development
More help : https://help.launchpad.net/ListHelp