[MonoDevelop] Fatal errors when attempting to start MonoDevelop

Brett Senior brett_senior at yahoo.com.au
Sun Feb 15 21:59:09 EST 2009


Thanks for your reply.  Turned out when I read the library list at the end that I had one library being used that was in /usr/lib whereas I run a parallel installation and the relevant libraries are in /opt/mono/lib.  When I fixed the library conflict MonoDevelop now start up.  Still get one minor issue though, the following ends up in the log:

ERROR [2009-02-16 13:27:28Z]: System.TypeInitializationException: An exception was thrown by the type initializer for MonoDevelop.Core.PropertyService

Server stack trace: 
  at MonoDevelop.Core.Runtime.Initialize (Boolean updateAddinRegistry) [0x00000] 
  at ProcessHost.LoadAddins (System.String[] addinIds) [0x00000] 
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices:InternalExecute (System.Reflection.MethodBase,object,object[],object[]&)
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject target, IMethodCallMessage reqMsg) [0x00000] 

Exception rethrown at [0]: 
 ---> System.Xml.XmlException: unexpected end of file in an attribute value file:///home/brett/.config/MonoDevelop/MonoDevelopProperties.xml Line 134, position 102.
  at Mono.Xml2.XmlTextReader.ReadAttributeValueTokens (Int32 dummyQuoteChar) [0x00000] 
  at Mono.Xml2.XmlTextReader.ReadAttributes (Boolean isXmlDecl) [0x00000] 
  at Mono.Xml2.XmlTextReader.ReadStartTag () [0x00000] 
  at Mono.Xml2.XmlTextReader.ReadContent () [0x00000] 
  at Mono.Xml2.XmlTextReader.Read () [0x00000] 
  at System.Xml.XmlTextReader.Read () [0x00000] 
  at MonoDevelop.Core.XmlReadHelper.ReadList (System.Xml.XmlReader reader, ICollection`1 endNodes, MonoDevelop.Core.ReaderCallbackWithData callback) [0x00000] 
  at MonoDevelop.Core.XmlReadHelper.ReadList (System.Xml.XmlReader reader, ICollection`1 endNodes, MonoDevelop.Core.ReaderCallback callback) [0x00000] 
  at MonoDevelop.Core.Properties.Read (System.Xml.XmlReader reader) [0x00000] 
  at MonoDevelop.Core.Properties.Load (System.String fileName) [0x00000] 
  at MonoDevelop.Core.PropertyService.LoadProperties (System.String fileName) [0x00000] 
  at MonoDevelop.Core.PropertyService..cctor () [0x00000] --- End of inner exception stack trace ---

  at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception& exc, System.Object[]& out_args) [0x00000] 
ERROR [2009-02-16 13:27:28Z]: System.TypeInitializationException: An exception was thrown by the type initializer for MonoDevelop.Core.PropertyService

Server stack trace: 
  at MonoDevelop.Core.Runtime.Initialize (Boolean updateAddinRegistry) [0x00000] 
  at ProcessHost.LoadAddins (System.String[] addinIds) [0x00000] 
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices:InternalExecute (System.Reflection.MethodBase,object,object[],object[]&)
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject target, IMethodCallMessage reqMsg) [0x00000] 

Exception rethrown at [0]: 
 ---> System.Xml.XmlException: unexpected end of file in an attribute value file:///home/brett/.config/MonoDevelop/MonoDevelopProperties.xml Line 134, position 102.
  at Mono.Xml2.XmlTextReader.ReadAttributeValueTokens (Int32 dummyQuoteChar) [0x00000] 
  at Mono.Xml2.XmlTextReader.ReadAttributes (Boolean isXmlDecl) [0x00000] 
  at Mono.Xml2.XmlTextReader.ReadStartTag () [0x00000] 
  at Mono.Xml2.XmlTextReader.ReadContent () [0x00000] 
  at Mono.Xml2.XmlTextReader.Read () [0x00000] 
  at System.Xml.XmlTextReader.Read () [0x00000] 
  at MonoDevelop.Core.XmlReadHelper.ReadList (System.Xml.XmlReader reader, ICollection`1 endNodes, MonoDevelop.Core.ReaderCallbackWithData callback) [0x00000] 
  at MonoDevelop.Core.XmlReadHelper.ReadList (System.Xml.XmlReader reader, ICollection`1 endNodes, MonoDevelop.Core.ReaderCallback callback) [0x00000] 
  at MonoDevelop.Core.Properties.Read (System.Xml.XmlReader reader) [0x00000] 
  at MonoDevelop.Core.Properties.Load (System.String fileName) [0x00000] 
  at MonoDevelop.Core.PropertyService.LoadProperties (System.String fileName) [0x00000] 
  at MonoDevelop.Core.PropertyService..cctor () [0x00000] --- End of inner exception stack trace ---

  at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception& exc, System.Object[]& out_args) [0x00000] 

Happens when I try to quit - gives the above and does not quit - then the second time it does.  No idea why, but doesn't affect the ability to code etc.

 
Brett Senior.




________________________________
From: Petit Eric <surfzoid at gmail.com>
To: 24795935 <christian_hoff at gmx.net>
Cc: Brett Senior <brett_senior at yahoo.com.au>; monodevelop-list at lists.ximian.com
Sent: Saturday, 14 February, 2009 8:16:12 PM
Subject: Re: [MonoDevelop] Fatal errors when attempting to start MonoDevelop

I only use SVN rev, so often, i do :
sudo make uninstall
make clean
sudo rm -f -r /usr/lib/monodevelop*
./configure --prefix=/usr --select                 (--select if you
want to selct all (s) and then unselect "boo")
make
sudo make install

2009/2/14 24795935 <christian_hoff at gmx.net>:
> Are you using Gtk# from SVN? It depends on a patch from Zolton that fixes some agnment issues on 32Bit systems, which was committed to mono trunk about two weeks ago.
>
> You could either install Gtk# 2.12 or use a recent Mono SVN version.
>
> ----- Ursprüngliche Nachricht -----
> Von: "Brett Senior" <brett_senior at yahoo.com.au>
> An: monodevelop-list at lists.ximian.com
> Gesendet: 14.02.09 05:16
> Betreff: [MonoDevelop] Fatal errors when attempting to start MonoDevelop
>
> However, when I try to run MonoDevelop I get the following fatal errors:
>
>
> ** Running with Mono options:  --debug **
> ERROR [2009-02-14 14:34:29Z]: GLib-GObject-Critical: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
>
> ERROR [2009-02-14 14:34:29Z]: GLib-GObject-Critical: g_object_set_qdata_full: assertion `G_IS_OBJECT (object)' failed
> **
> Pango:ERROR:pangofc-fontmap.c:1978:pango_fc_font_description_from_pattern: assertion failed: (res == FcResultMatch)
> (string[]) [0x002b5]
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>



-- 

Cordially.

Small Eric Quotations of the days:
---------------------------------------------------------------------------
If one day one reproaches you that your work is not a work of
professional, say you that:
Amateurs built the arch of Noah, and professionals the Titanic.
---------------------------------------------------------------------------

Few people are done for independence, it is the privilege of the powerful ones.
---------------------------------------------------------------------------

No key was wounded during the drafting of this message.



      Make Yahoo!7 your homepage and win a trip to the Quiksilver Pro. Find out more
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20090215/cd519f81/attachment-0001.html 


More information about the Monodevelop-list mailing list