I loaded the last version, copy the files in my old directory over the old ONE and launch GEDCOM-NET.
Message error :
compaq@compaq-desktop:~/genealogie/Gedcom.UI.GTK$ ./Gedcom.UI.GTK.exe
** (Gedcom.UI.GTK:19749): WARNING **: Missing method GLib.Object::.ctor() in ass embly /usr/lib/mono/gac/glib-sharp/2.10.0.0__35e10195dab3c99f/glib-sharp.dll, re ferenced in assembly /home/compaq/genealogie/Gedcom.UI.GTK/Widgets.dll
Unhandled Exception: System.MissingMethodException: Method not found: 'GLib.Obje ct..ctor'.
at <0x00000> <unknown method>
at Gedcom.UI.GTK.Widgets.IndividualListModel..ctor () [0x00000]
at Gedcom.UI.GTK.Widgets.ParentsListModel..ctor () [0x00000]
at Gedcom.UI.GTK.Widgets.IndividualView..ctor () [0x00000]
at MainWindow.Build () [0x00000]
at MainWindow..ctor () [0x00000]
at Gedcom.UI.GTK.MainClass.Main (System.String[] args) [0x00000]
compaq@compaq-desktop:~/genealogie/Gedcom.UI.GTK$
I laUnched the previous version without any problem...
Logged In: YES
user_id=736
Originator: NO
what files did you copy to where? unzipping Gedcom.UI.GTK-0.3.zip should be all you need to do, then run the exe.
I guess another thing is what does
dpkg -l libglib2.0-cil
give as the package version?
Logged In: YES
user_id=1314055
Originator: YES
>I guess another thing is what does
>dpkg -l libglib2.0-cil
>give as the package version?
[sudo] password for compaq:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Nom Version Description
+++-==============-==============-============================================
ii libglib2.0-cil 2.10.2-1ubuntu CLI binding for the GLib utility library 2.1
Logged In: YES
user_id=1314055
Originator: YES
I unzip and copy in a new directory and get the following message....
compaq@compaq-desktop:~/genealogie/Gedcom.UI.GTK$ ./Gedcom.UI.GTK.exe
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
(Gedcom.UI.GTK:13710): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
** (Gedcom.UI.GTK:13710): WARNING **: Missing method GLib.Object::.ctor() in assembly /usr/lib/mono/gac/glib-sharp/2.10.0.0__35e10195dab3c99f/glib-sharp.dll, referenced in assembly /home/compaq/genealogie/Gedcom.UI.GTK/Widgets.dll
Unhandled Exception: System.MissingMethodException: Method not found: 'GLib.Object..ctor'.
at <0x00000> <unknown method>
at Gedcom.UI.GTK.Widgets.IndividualListModel..ctor () [0x00000]
at Gedcom.UI.GTK.Widgets.ParentsListModel..ctor () [0x00000]
at Gedcom.UI.GTK.Widgets.IndividualView..ctor () [0x00000]
at MainWindow.Build () [0x00000]
at MainWindow..ctor () [0x00000]
at Gedcom.UI.GTK.MainClass.Main (System.String[] args) [0x00000]
compaq@compaq-desktop:~/genealogie/Gedcom.UI.GTK$
Logged In: YES
user_id=736
Originator: NO
ok, I can duplicate this on a gutsy virtual machine, fix should be available shortly with a bit of luck
Logged In: YES
user_id=736
Originator: NO
This seems to be some sort of incompatibility between the versions of gtk-sharp in gutsy, and gtk-sharp in hardy (which the files were built under). The error disappears if the system is upgraded to hardy.
Logged In: YES
user_id=1314055
Originator: YES
Ok,
I'll wait for the final release of Hardy.
Daniel