You are not logged in.
Pages: 1
I recently updated mono through pacman -Syu and it apparently broke compatibility with blam.
Here's console output from when trying to run blam:
Unhandled Exception: Glade.HandlerNotFoundException: The handler for the event DeleteEvent should take '(System.Object,Gtk.DeleteEventArgs)', but the signature of the provided handler ('QuitActivated') is '(System.Object,System.EventArgs)'
at SignalConnector.ConnectFunc (intptr,intptr,intptr,intptr,intptr,int,intptr) <0x0033f>
at (wrapper native-to-managed) SignalConnector.ConnectFunc (intptr,intptr,intptr,intptr,intptr,int,intptr) <0x00040>
in (unmanaged) 0xb62f796b
at (wrapper managed-to-native) SignalConnector.glade_xml_signal_autoconnect_full (intptr,Glade.XML/SignalConnector/RawXMLConnectFunc,intptr) <0x00004>
at SignalConnector.Autoconnect () <0x00059>
at Glade.XML.Autoconnect (object) <0x00042>
at Imendio.Blam.Application.PrepareGUI () <0x0002e>
at Imendio.Blam.Application..ctor (string[],object[]) <0x002e0>
at Imendio.Blam.Application.Main (string[]) <0x0002c>
Does someone know what's going on? How can I solve this? makepkg perhaps?
Offline
Yup, mono 1.1.17 is a bit more strict about event types. I patched blam to support mono 1.1.17, the latest version in extra should work now.
Offline
Thank you very much. It works.
Offline
Pages: 1