[Mono-osx] Unable to Open MonoDevelop Please Help

Sandy Armstrong sanfordarmstrong at gmail.com
Wed Nov 19 18:30:52 EST 2008


How long ago did you download MonoDevelop.app from the Mono website?  I
was pretty sure this got fixed, but then again, this bug is still open:

https://bugzilla.novell.com/show_bug.cgi?id=439041

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

Kajendra wrote:
> Hi Sandy
>
> I got no idea what's this, but this is what i get from my Console
> when i open MonoDevelop, Even it's the same when i tried opening
> MonoDevelop by Terminal...
>
>
> This is the log from Console
>
>
> ===== Wednesday, 19 November 2008 10:10:28 AM Asia/Singapore =====
> [91m [0mRegisterProcess failed (error = -50) Stacktrace:
>
> at (wrapper managed-to-native) Gtk.Application.gtk_init
> (int&,intptr&) <0x00004> at (wrapper managed-to-native)
> Gtk.Application.gtk_init (int&,intptr&) <0xffffffff> at
> Gtk.Application.Init () <0x0003b> at
> MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) <0x000f0> at
> MonoDevelop.Startup.SharpDevelopMain.Main (string[]) <0x00077> at
> (wrapper runtime-invoke)
> MonoDevelop.Startup.SharpDevelopMain.runtime_invoke_int_string[]
> (object,intptr,intptr,intptr) <0xffffffff>
>
>
> Sandy Armstrong wrote:
>> Kajendra wrote:
>>> I am really new to Mono, don’t know if I am doing a wrong
>>> installation steps?
>>>
>>> Problem: When click the MonoDevelop from Application folder on OS
>>>  X (Intel Mac 10.4.11), the icon bounces then disappears, nothing
>>>  is opened.
>>>
>>> I have already installed the latest X11 (2006 1.1.3)
>>>
>>> From the Mono Download Pages I have installed:
>>>
>>> Mono 2.0.1_1 Framework - Universal (Which is in
>>> /Library/Frameworks)
>>>
>>> MonoDevelop 1.9 (beta) (Drag & Drop into Application Folder)
>>>
>>> Cocoa# 0.9.4 source (A Zip File, got no idea what is it and where
>>>  to dump the folder)
>>>
>>> Gtk# what's this file? Where to get this library? Should this be
>>>  installed???
>> Gtk# is installed with Mono, so you have that, don't worry.  :-)
>>
>> Please open Applications->Utilities->Console.app, and see what
>> output is produced when you try to launch MonoDevelop.  Paste that
>> output here and maybe somebody will have a clue as to what's going
>> on.
>>
>> Cheers, Sandy _______________________________________________
>> Mono-osx mailing list Mono-osx at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-osx
>>
>>
>




More information about the Mono-osx mailing list