[Mono-osx] Mono-Dev fails to launch OS X 10.4.11
Xanothos
xanothos at gmail.com
Thu Dec 18 23:10:10 EST 2008
I had to update monodevelop as suggested below and remove my config folder in
~/.config/MonoDevelop to resolve:
Unhandled Exception: System.InvalidOperationException: Could not read add-in
description
at Mono.Addins.Addin.get_Description () [0x00000]
at Mono.Addins.AddinSessionService.CheckHostAssembly
(System.Reflection.Assembly asm) [0x00000]
at Mono.Addins.AddinSessionService.ActivateRoots () [0x00000]
at Mono.Addins.AddinSessionService.Initialize () [0x00000]
at Mono.Addins.AddinManager.Initialize (System.String configDir) [0x00000]
at MonoDevelop.Core.Runtime.Initialize (Boolean updateAddinRegistry)
[0x00000]
at MonoDevelop.Startup.SharpDevelopMain.Main (System.String[] args)
[0x00000]
After removing the MonoDevelop folder, MonoDevelop launched as expected.
I'm also using OSX 10.4.
Kevin Heeney wrote:
>
> The following was posted about a month ago. Changing the line in the
> file worked for me.
>
>
>
>
> Try downloading again to make sure you have the latest. If that doesn't
> work, you may need to modify the last line of this file:
>
> /Applications/MonoDevelop.app/Contents/MacOS/monodevelop
>
> From this...
>
> exec -a monodevelop $MONO $ASSEMBLY "$@"
>
> ...To this...
>
> OSX_VERSION=$(uname -r | cut -f1 -d.)
>
> if [ $OSX_VERSION -lt 9 ]; then
> $MONO $ASSEMBLY "$@"
> else
> exec -a monodevelop $MONO $ASSEMBLY "$@"
> fi
>
>
>
>
>
>
>
> On Dec 14, 2008, at 3:54 PM, LetsGoViking wrote:
>
>>
>>
>> I've just finished DL'ing the Framework and the dev kit, but when I
>> launch
>> Mono-Develop it appears in the Dock, but nothing more. There is no
>> menu
>> bar, nada. System logs show nothing, and when I right click the
>> icon in the
>> Dock, it tells the application is not responding. This is on an
>> iMac G5,
>> 2.1 Ghz PPC, 1.5 gig Ram.
>>
>> Any thoughts?
>>
>> Thanks,
>> --
>> View this message in context: http://www.nabble.com/Mono-Dev-fails-
>> to-launch-OS-X-10.4.11-tp21005126p21005126.html
>> Sent from the Mono - OSX mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Mono-osx mailing list
>> Mono-osx at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-osx
>
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
>
>
--
View this message in context: http://www.nabble.com/Mono-Dev-fails-to-launch-OS-X-10.4.11-tp21005126p21085525.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
More information about the Mono-osx
mailing list