You are not logged in.

#1 2006-09-03 19:28:46

wornaki
Member
Registered: 2006-08-19
Posts: 9

blam: update and kaboom

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

#2 2006-09-03 21:33:16

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: blam: update and kaboom

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

#3 2006-09-03 23:08:48

wornaki
Member
Registered: 2006-08-19
Posts: 9

Re: blam: update and kaboom

Thank you very much. It works.

Offline

Board footer

Powered by FluxBB