[Mono-list] Monodevelop doesn't start :(

Danny dev.info at chello.nl
Thu Jul 26 14:44:11 EDT 2007


� wrote:
> Danny wrote:
>> � wrote:
>>> Hi!
>>>
>>> Thank you for the help, but it didn't... help :D. I did what you said, 
>>> but the same result.
>>> Maybe I should add that when I run monodevelop for the first time it 
>>> gives a lot of messages like this (but only right after the compilation 
>>> on first run):
>>>
>>> --- START ---
>>>
>>> ...
>>> Warning: The add-in 'Monodevelop.CSharpBinding,0.14.0' is trying to 
>>> extend '/MonoDevelop/FileTemplates', but there isn't any add-in defining 
>>> this extension point
>>> ...
>>> Warning: The add-in 'Monodevelop.MonoQuery,0.6.0' is trying to extend 
>>> '/SharpDevelop/Workbench/Pads', but there isn't any add-in defining this 
>>> extension point
>>> ...
>>>
>>> --- END ---
>>>
>>> Any idea what I am not doing right (maybe when compiling some other 
>>> component)?
>>>
>>> János
>>>
>>> Jeffrey Stedfast wrote:
>>>   
>>>> rm -rf $prefix/lib/monodevelop and then do another make install
>>>>
>>>> afaik, this means that you have old data still in that directory and md
>>>> gets confused.
>>>>
>>>> Jeff
>>>>
>>>> On Wed, 2007-07-25 at 14:22 +0300, =?UTF-8?Q?Szentp=E1li_J=E1nos?=
>>>> wrote:
>>>>   
>>>>     
>>>>> When I try to start monodevelop I get the following error (of course the 
>>>>> app quits instantly):
>>>>>
>>>>> --- START ---
>>>>>
>>>>> Unhandled Exception: Mono.Addins.Setup.InstallException: Application not 
>>>>> found: IDE
>>>>>   at MonoDevelop.Core.ApplicationService.StartApplication (System.String 
>>>>> appId, System.String[] parameters) [0x00000]
>>>>>   at MonoDevelop.Startup.SharpDevelopMain.Main (System.String[] args) 
>>>>> [0x00000]
>>>>>
>>>>> --- END ---
>>>>>
>>>>>
>>>>> My questions:
>>>>> - does anyone know what is going on?
>>>>> - how can I make it not complain about MOZILLA_FIVE_HOME... for I have 
>>>>> no Mozilla installed and I don't intend to. I currently set it to '/'
>>>>>
>>>>> János
>>>>>
>>>>> _______________________________________________
>>>>> Mono-list maillist  -  Mono-list at lists.ximian.com
>>>>> http://lists.ximian.com/mailman/listinfo/mono-list
>>>>>     
>>>>>       
>>>>   
>>>>     
>>> _______________________________________________
>>> Mono-list maillist  -  Mono-list at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/mono-list
>>>   
>> Hi,
>>
>> I don't think I am getting the discussion here. Are you trying to start
>> MonoDevelop, so you've already installed the software on your computer?
>> Or are you trying to compile the software in order to install it on your
>> computer. Because Jeffry implies that it is a compile error, while I am
>> thinking you've already installed it and that there are errors during
>> initialization time during startup of the software.
>>
>> Danny
>>
> I did ./configure, than make, than make install. It only gave me 
> variable not used warnings. I don't think that has any effect :D. Yes it 
> is compiled and installed. When I first run it from CLI with the command 
> monodevelop it gives me the many
>     Warning: The add-in...
> warnings and the
>     Unhandled Exception: Mono.Addins.S...
> errors.
> After that (on subsequent) runs only gives the
>      Unhandled Exception: Mono.Addins.S...
> error. And of course it doesn't start. Hope this clears things ;)
> 
> Regards,
> János
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list

Hi Janos,

Thanks for the reply ... I have checked my configurations; check your
Xml manifest. For example for the Monodevelop.MonoQyery:
/usr/monodevelop/AddIns/MonoQuery and open the xml file. The
Extensionpoints are part of the DLL files which are imported as assembly
in the beginning of the file (well I think they are if I think logically
:-) ) ... If the extensionpoint can not be traced, than perhaps the
DLL-files which are imported aren't correctly compiled. You can try by
removing the extensionline (be sure to make a copy of the original first ;-)

Let me know ...

Best regards ..

Danny


More information about the Mono-list mailing list