GNOME Bugzilla – Bug 144537
Muine crashes on notification area
Last modified: 2004-12-22 21:47:04 UTC
When muine is minimized by using ESC it dies when you click the icon. Steps to reproduce the crash: 1. Compile the latest muine cvs sources with mono-0.96 2. Play something and minimize with ESC 3. Click the icon on the Notification Area An Error box comes up saying: The Application 'muine" has quit unexpectedly. The song keeps on playing until it's done. Expected Results: No crash, but an opened Muine window. How often does this happen? Every time. I guess it comes from the fact that "make install" fails with the comments: .... ll -r:/usr/lib/mono/gtk-sharp/gtk-sharp.dll -r:/usr/lib/mono/gtk-sharp/gnome-sharp.dll -r:/usr/lib/mono/gtk-sharp/art-sharp.dll -r:/usr/lib/mono/gtk-sharp/glade-sharp.dll -r:/usr/lib/mono/gtk-sharp/gconf-sharp.dll -r:/usr/lib/mono/gtk-sharp/gconf-sharp-peditors.dll ./NotificationAreaIcon.cs(200) error CS1501: No overload for method `SizeRequest' takes `1' arguments ./NotificationAreaIcon.cs(200) error CS8006: Could not find any applicable function for this argument list Compilation failed: 2 error(s), 0 warnings make[1]: *** [muine.exe] Error 1 make[1]: Leaving directory `/usr/local/src/muine/src' Debugging Information: Backtrace was generated from '/usr/local/bin/muine' (no debugging symbols found)...Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...0x40c0274b in waitpid () from /lib/libpthread.so.0
+ Trace 47171
As it failed to compile you are running an old executable- this really is a dup of #143883. *** This bug has been marked as a duplicate of 143883 ***
I guess I was syncing to an old cvs mirror. Sorry for not checking, works perfectly with the 143883 patch.