[Bug 146411] Re: gnect crashed with SIGSEGV

2009-03-25 Thread Robert Ancell
Raised upstream

** Bug watch added: GNOME Bug Tracker #576745
   http://bugzilla.gnome.org/show_bug.cgi?id=576745

** Also affects: gnome-games via
   http://bugzilla.gnome.org/show_bug.cgi?id=576745
   Importance: Unknown
   Status: Unknown

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2009-03-25 Thread Bug Watch Updater
** Changed in: gnome-games
   Status: Unknown = Confirmed

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2009-03-11 Thread Sebastien Bacher
is that still an issue in jaunty?

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2009-02-13 Thread Pedro Villavicencio
could somebody able to reproduce this with jaunty forward the bug
upstream to bugzilla.gnome.org? thanks in advance.

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2008-08-25 Thread Merike
Without gstreamer base plugins (perhaps it should be a dependency?) with
KDE desktop installed:

(gnect:26213): GStreamer-CRITICAL **: gst_element_get_bus: assertion 
`GST_IS_ELEMENT (element)' failed
(gnect:26213): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT 
(object)' failed
(gnect:26213): GStreamer-CRITICAL **: gst_element_set_state: assertion 
`GST_IS_ELEMENT (element)' failed
(gnect:26213): GStreamer-CRITICAL **: gst_bus_timed_pop: assertion `GST_IS_BUS 
(bus)' failed
Segmentation fault

With base plugins (gstreamer0.10-plugins-base liboil0.3) added:

Error playing sound: Both autoaudiosink and alsasink elements are
missing.

With gstreamer0.10-alsa installed as well: error gone and no crash.

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2008-08-24 Thread Vincent
I haven't, but I haven't used gnome-games since.

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2008-08-22 Thread Pedro Villavicencio
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering is this still an issue
for you? Thanks in advance.

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2008-04-06 Thread Merike
Since I couldn't understand which plugins were meant by ogg and vorbis plugins 
I installed only gstreamer base and good and it really resulted in game being 
playable. I have one pixel white stripe though on playing area and it still 
prints:
(gnect:20817): GStreamer-CRITICAL **: gst_event_new_new_segment_full: assertion 
`start = stop' failed
to command-line.

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2008-01-25 Thread Alexander E. Patrakov
A user of another distro also hit this with gnometris. We debugged the
problem, here is the result.

static void games_sound_init (void)

{

  GError *err = NULL;

  g_assert (g_thread_supported ());

  pipeline = gst_element_factory_make (playbin, playbin);

  threads = g_thread_pool_new ((GFunc) games_sound_thread_run, NULL, 10,
FALSE, err);

  sound_init = TRUE;

}

The code doesn't check the return value of gst_element_factory_make(),
and that's the real bug. It returns NULL if there are no sound output
plugins installed.

I.e., in order for sound in GNOME games to be functional, the users must
install at least base and good plugins, and also ogg and vorbis plugins.

Note: I am not a user of Ubuntu, and will not help with this bug
further.

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2008-01-24 Thread Pedro Villavicencio
Is this still an issue?

** Changed in: gnome-games (Ubuntu)
   Status: New = Incomplete

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2008-01-24 Thread Merike
It crashes in Kubuntu with version 1:2.20.1-0ubuntu1.

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2008-01-02 Thread Merike
I'm confused. I'm using Kubuntu 7.10 and got gnome-games from Ubuntu's
repository using Adept and yet it crashes even though it says fix
released?  Is it because I don't have the latest version? I'm not that
familiar with versions so I'm unsure of how to check that.

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2008-01-02 Thread Pedro Villavicencio
** Changed in: gnome-games (Ubuntu)
   Status: Fix Released = New

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2007-10-16 Thread Ubuntu QA Tracker
** Tags added: iso-testing

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2007-10-05 Thread Oddround
Game ended and I won. No movement of coins to show, just hang and crash.

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2007-10-01 Thread Pedro Villavicencio
Thanks for your update.

** Changed in: gnome-games (Ubuntu)
   Status: Incomplete = Fix Released

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2007-09-29 Thread Florian Staudacher
Now it seems to work fine.
Thanks for your attention!

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146411] Re: gnect crashed with SIGSEGV

2007-09-28 Thread Pedro Villavicencio
Thanks for your report. it was caused by the gnect game may you run it
from the console and see if it works fine? possible the crash is some
old issue, thanks.

** Changed in: gnome-games (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

** Visibility changed to: Public

-- 
gnect crashed with SIGSEGV
https://bugs.launchpad.net/bugs/146411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs