[Mono-devel-list] AMD64 JIT engine works!

Martin Honermeyer lists at strahlungsfrei.de
Thu Aug 12 21:01:32 EDT 2004


Hi,

I just tried the new AMD64 JIT engine from CVS on my Athlon64 3200+ system
from Shuttle. Works very good. I am getting everything compiled and
running, including monodoc. 

Only thing that fails when trying to run is monodevelop (my first try on
AMD64). In 0.5, there are different errors concerning paths which I was
able to circumvent with a few lines of hacking. 

Now monodevelop fails on startup with the following error message:


Creating DefaultWorkbench
Loading error, please reinstall :
System.Reflection.TargetInvocationException: Exception has been thrown by
the target of an invocation. ---> System.NullReferenceException: Object
reference not set to an instance of an object
in (unmanaged) (wrapper managed-to-native) GLib.Object:g_object_new
(intptr,intptr)
in <0x0000f> (wrapper managed-to-native) GLib.Object:g_object_new
(intptr,intptr)
in <0x0007f> GLib.Object:.ctor (GLib.GType)
in <0x0002b> Gtk.Object:.ctor (GLib.GType)
in <0x0002b> Gtk.Widget:.ctor (GLib.GType)
in <0x0002b> Gtk.Container:.ctor (GLib.GType)
in <0x0002b> Gtk.TreeView:.ctor (GLib.GType)
in <0x0009e> MonoDevelop.Gui.Pads.FileList:.ctor ()
in <0x00050> MonoDevelop.Gui.Pads.FileScout:.ctor ()
in (unmanaged) (wrapper managed-to-native)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
in <0x0000f> (wrapper managed-to-native)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
in <0x00165> System.Reflection.MonoCMethod:Invoke
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
--- End of inner exception stack trace ---

in <0x00253> System.Reflection.MonoCMethod:Invoke
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
in <0x00068> System.Reflection.MonoCMethod:Invoke
(System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
in <0x00092> System.Reflection.ConstructorInfo:Invoke (object[])
in <0x00295> System.Activator:CreateInstance (System.Type,bool)
in <0x00030> System.Activator:CreateInstance (System.Type)
in <0x00082> System.Reflection.Assembly:CreateInstance (string,bool)
in <0x0003f> System.Reflection.Assembly:CreateInstance (string)
in <0x00166> MonoDevelop.Core.AddIns.AddIn:CreateObject (string)
in <0x00073> MonoDevelop.Core.AddIns.Codons.ClassCodon:BuildItem
(object,System.Collections.ArrayList,MonoDevelop.Core.AddIns.Conditions.ConditionCollection)
in <0x0023e> MonoDevelop.Core.AddIns.DefaultAddInTreeNode:BuildChildItems
(object)
in <0x00083> MonoDevelop.Gui.DefaultWorkbench:UpdateViews
(object,System.EventArgs)
in <0x000a6> MonoDevelop.Commands.InitializeWorkbenchCommand:Run ()
in <0x00c79> MonoDevelop.SharpDevelopMain:Main (string[])



Any help?

Greetz,
Martin




More information about the Mono-devel-list mailing list