[MonoDevelop] StartUp Error monodevelop from svn trunk

Felix Marthaler monodevelop-list at marfix.net
Wed Mar 29 10:08:33 EST 2006


Hi thx a lot.. 
i will work now again.. - time to build some nice ui's =) 

Am Mittwoch, den 29.03.2006, 14:49 +0200 schrieb Lluis Sanchez:
> You probably need to do a clean rebuild.
> 
> El mié, 29-03-2006 a las 14:14 +0200, Felix Marthaler escribió:
> > Hi
> > 
> > I compiled the newest monodevelop source with the normal mono libs from
> > ubuntu dapper. if i will start monodevelop it crashs with the fallowing
> > error. Is it a bug or are there some old libs? can somebody help me to
> > bring monodevelop up to run again. 
> > 
> > i configured the source with: ./autogen.sh --prefix=/usr
> > 
> > -- start terminal output
> > 
> > ** (MonoDevelop:9323): WARNING **: Missing member set_Iconified in type
> > DockItem, assembly /usr/lib/monodevelop/bin/MonoDevelop.Dock.dll
> > 15102 [-1227342928] INFO MonoDevelop.Core.ILoggingService (null) -
> > Initializing service: MonoDevelop.Core.FileUtilityService
> > 15656 [-1227342928] INFO MonoDevelop.Core.ILoggingService (null) -
> > Initializing service: MonoDevelop.Core.PropertyService
> > 19044 [-1227342928] INFO MonoDevelop.Core.ILoggingService (null) -
> > Loaded add-in: MonoDevelop.Core
> > 19843 [-1227342928] INFO MonoDevelop.Core.ILoggingService (null) -
> > Loaded add-in: MonoDevelop.Projects
> > 20515 [-1227342928] INFO MonoDevelop.Core.ILoggingService (null) -
> > Loaded add-in: MonoDevelop.Documentation
> > 28706 [-1227342928] INFO MonoDevelop.Core.ILoggingService (null) -
> > Initializing service: MonoDevelop.Core.Execution.ProcessService
> > 2006-03-29 13:43:59,323 [-1258472528] ERROR
> > MonoDevelop.Core.ILoggingService [(null)] - System.ApplicationException:
> > Couldn't create a remote process.
> > 
> > Server stack trace:
> > in <0x00124>
> > MonoDevelop.Core.Execution.ProcessHostController:CreateInstance
> > (System.String assemblyPath, System.String typeName)
> > in (wrapper remoting-invoke-with-check)
> > MonoDevelop.Core.Execution.ProcessHostController:CreateInstance
> > (string,string)
> > in <0x0005e>
> > MonoDevelop.Core.Execution.ProcessService:CreateExternalProcessObject
> > (System.Type type, Boolean shared)
> > in <0x00035>
> > MonoDevelop.Projects.Parser.AssemblyCodeCompletionDatabase:GetExternalHelper (Boolean share)
> > in <0x0006c>
> > MonoDevelop.Projects.Parser.AssemblyCodeCompletionDatabase:.ctor
> > (System.String baseDir, System.String assemblyName,
> > MonoDevelop.Projects.Parser.ParserDatabase parserDatabase)
> > in <0x00071> MonoDevelop.Projects.Parser.ParserDatabase:Initialize ()
> > in <0x00029>
> > MonoDevelop.Projects.Parser.DefaultParserService:CreateParserDatabase ()
> > in <0x00020>
> > MonoDevelop.Projects.Parser.DefaultParserService:GenerateAssemblyDatabase (System.String baseDir, System.String name)
> > in <0x0002e>
> > MonoDevelop.Projects.Parser.DatabaseGenerator:GenerateDatabase
> > (System.String baseDir, System.String assemblyName)
> > in <0x00000> <unknown method>
> > in (wrapper managed-to-native)
> > System.Runtime.Remoting.RemotingServices:InternalExecute
> > (System.Reflection.MethodBase,object,object[],object[]&)
> > in <0x00188>
> > System.Runtime.Remoting.RemotingServices:InternalExecuteMessage
> > (System.MarshalByRefObject target, IMethodCallMessage reqMsg)
> > 
> > Exception rethrown at [0]:
> > 
> > in <0x006df> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
> > (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg,
> > System.Exception exc, System.Object[] out_args)
> > 2006-03-29 13:44:21,117 [-1258472528] ERROR
> > MonoDevelop.Core.ILoggingService [(null)] - System.ApplicationException:
> > Couldn't create a remote process.
> > 
> > Server stack trace:
> > in <0x00124>
> > MonoDevelop.Core.Execution.ProcessHostController:CreateInstance
> > (System.String assemblyPath, System.String typeName)
> > in (wrapper remoting-invoke-with-check)
> > MonoDevelop.Core.Execution.ProcessHostController:CreateInstance
> > (string,string)
> > in <0x0005e>
> > MonoDevelop.Core.Execution.ProcessService:CreateExternalProcessObject
> > (System.Type type, Boolean shared)
> > in <0x00035>
> > MonoDevelop.Projects.Parser.AssemblyCodeCompletionDatabase:GetExternalHelper (Boolean share)
> > in <0x0006c>
> > MonoDevelop.Projects.Parser.AssemblyCodeCompletionDatabase:.ctor
> > (System.String baseDir, System.String assemblyName,
> > MonoDevelop.Projects.Parser.ParserDatabase parserDatabase)
> > in <0x00071> MonoDevelop.Projects.Parser.ParserDatabase:Initialize ()
> > in <0x00029>
> > MonoDevelop.Projects.Parser.DefaultParserService:CreateParserDatabase ()
> > in <0x00020>
> > MonoDevelop.Projects.Parser.DefaultParserService:GenerateAssemblyDatabase (System.String baseDir, System.String name)
> > in <0x0002e>
> > MonoDevelop.Projects.Parser.DatabaseGenerator:GenerateDatabase
> > (System.String baseDir, System.String assemblyName)
> > in <0x00000> <unknown method>
> > in (wrapper managed-to-native)
> > System.Runtime.Remoting.RemotingServices:InternalExecute
> > (System.Reflection.MethodBase,object,object[],object[]&)
> > in <0x00188>
> > System.Runtime.Remoting.RemotingServices:InternalExecuteMessage
> > (System.MarshalByRefObject target, IMethodCallMessage reqMsg)
> > 
> > Exception rethrown at [0]:
> > 
> > in <0x006df> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
> > (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg,
> > System.Exception exc, System.Object[] out_args)
> > 83855 [-1227789392] INFO MonoDevelop.Core.ILoggingService (null) -
> > Initializing service: MonoDevelop.Core.FileUtilityService
> > 88341 [-1227789392] INFO MonoDevelop.Core.ILoggingService (null) -
> > Initializing service: MonoDevelop.Core.PropertyService
> > felix at jep:~$ 171208 [-1227789392] INFO MonoDevelop.Core.ILoggingService
> > (null) - Loaded add-in: MonoDevelop.Core
> > 
> > -- end terminal output
> > 
> > 
> > gtk-sharp versions like:
> > gdk-sharp, Version=2.8.0.0, Culture=neutral,
> > PublicKeyToken=35e10195dab3c99f
> > gtk-sharp, Version=2.8.0.0, Culture=neutral,
> > PublicKeyToken=35e10195dab3c99f
> > 
> > gtksourceview-sharp version:
> > gtksourceview-sharp, Version=1.0.0.2, Culture=neutral,
> > PublicKeyToken=35e10195dab3c99f
> > 
> > Mono Version:
> > Mono JIT compiler version 1.1.13.4, (C) 2002-2005 Novell, Inc and
> > Contributors. www.mono-project.com
> >         TLS:           __thread
> >         GC:            Included Boehm (with typed GC)
> >         SIGSEGV      : normal
> > 
> > MCS Version:
> > Mono C# compiler version 1.1.13.4
> > 
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> 
> 



More information about the Monodevelop-list mailing list