I've got mono - but it won't start up

View: New views
6 Messages — Rating Filter:   Alert me  

I've got mono - but it won't start up

by jadedrakerider :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I installed Mono libraries, and I tried to run MonoDevelop (both from the DMG and from Applications). I see the icon come up in the dock and bounce around like it's trying, but it won't get any farther than that. It just disappears.

Any idea what's going on?

p.s. I searched the Forum but couldn't find a similar question.

Re: I've got mono - but it won't start up

by simozzer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Have you tried starting monodevelop from the command line?

Do you see any error messages when trying?

jadedrakerider wrote:
I installed Mono libraries, and I tried to run MonoDevelop (both from the DMG and from Applications). I see the icon come up in the dock and bounce around like it's trying, but it won't get any farther than that. It just disappears.

Any idea what's going on?

p.s. I searched the Forum but couldn't find a similar question.

Re: I've got mono - but it won't start up

by David Rivera :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am having the same issue.  When run from the command line thi sis the error I get:

Cannot open assembly '/Library/Frameworks/Mono.framework/Versions/Current/lib/monodevelop/bin/MonoDevelop.exe': No such file or directory

And to be clear, this is the version of MonoDevelop from the Preview 2 release with the RC1 release of Mono since RC 1 doesn't seem to have MonoDevelop included.


Have you tried starting monodevelop from the command line?

Do you see any error messages when trying?

jadedrakerider wrote:
I installed Mono libraries, and I tried to run MonoDevelop (both from the DMG and from Applications). I see the icon come up in the dock and bounce around like it's trying, but it won't get any farther than that. It just disappears.

Any idea what's going on?

p.s. I searched the Forum but couldn't find a similar question.


I've got mono - and it really hurts

by jadedrakerider :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

simozzer wrote:
Have you tried starting monodevelop from the command line?

Do you see any error messages when trying?

Yes, first I get this:

$ MonoDevelop
/usr/bin/MonoDevelop: line 33: [: too many arguments
WARNING: Cannot find Mozilla directory containing libgtkembedmoz.so. Some Addins may not be able to function. Please set MOZILLA_FIVE_HOME to your Mozilla directory.

(MonoDevelop:310): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/Library/Frameworks/Mono.framework/Versions/Current/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory

(MonoDevelop:310): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/Library/Frameworks/Mono.framework/Versions/Current/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory
WARNING [2008-09-09 14:54:43Z]: MonoDevelop failed to start. Rebuilding addins registry.
Then it seems to take, but then it finds another error.

FATAL ERROR [2008-09-09 14:54:49Z]: MonoDevelop failed to start. Some of the assemblies required to run MonoDevelop (for example gtk-sharp, gnome-sharp or gtkhtml-sharp) may not be properly installed in the GAC.
System.Exception: There is already a logger with the name 'MonoDevelop Internal Log'
  at MonoDevelop.Core.LoggingService.AddLogger (ILogger logger) [0x00000]
  at MonoDevelop.Ide.Gui.InternalLog.Initialize () [0x00000]
  at MonoDevelop.Ide.Gui.IdeStartup.Run (System.String[] args) [0x00000]
  at MonoDevelop.Startup.SharpDevelopMain.Main (System.String[] args) [0x00000]
So do I need to update my gtk libraries?

Re: I've got mono - and it really hurts

by Geoff Norton-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You dont have X11 installed.

On Tue, 2008-09-09 at 14:58 -0700, jadedrakerider wrote:

>
> simozzer wrote:
> >
> > Have you tried starting monodevelop from the command line?
> >
> > Do you see any error messages when trying?
> >
>
>
> Yes, first I get this:
>
>
> $ MonoDevelop
> > /usr/bin/MonoDevelop: line 33: [: too many arguments
> > WARNING: Cannot find Mozilla directory containing libgtkembedmoz.so. Some
> > Addins may not be able to function. Please set MOZILLA_FIVE_HOME to your
> > Mozilla directory.
> >
> > (MonoDevelop:310): GdkPixbuf-WARNING **: Cannot open pixbuf loader module
> > file
> > '/Library/Frameworks/Mono.framework/Versions/Current/etc/gtk-2.0/gdk-pixbuf.loaders':
> > No such file or directory
> >
> > (MonoDevelop:310): GdkPixbuf-WARNING **: Cannot open pixbuf loader module
> > file
> > '/Library/Frameworks/Mono.framework/Versions/Current/etc/gtk-2.0/gdk-pixbuf.loaders':
> > No such file or directory
> > WARNING [2008-09-09 14:54:43Z]: MonoDevelop failed to start. Rebuilding
> > addins registry.
>
> Then it seems to take, but then it finds another error.
>
>
>
> > FATAL ERROR [2008-09-09 14:54:49Z]: MonoDevelop failed to start. Some of
> > the assemblies required to run MonoDevelop (for example gtk-sharp,
> > gnome-sharp or gtkhtml-sharp) may not be properly installed in the GAC.
> > System.Exception: There is already a logger with the name 'MonoDevelop
> > Internal Log'
> >   at MonoDevelop.Core.LoggingService.AddLogger (ILogger logger) [0x00000]
> >   at MonoDevelop.Ide.Gui.InternalLog.Initialize () [0x00000]
> >   at MonoDevelop.Ide.Gui.IdeStartup.Run (System.String[] args) [0x00000]
> >   at MonoDevelop.Startup.SharpDevelopMain.Main (System.String[] args)
> > [0x00000]
>
> So do I need to update my gtk libraries?
>

_______________________________________________
Mono-osx mailing list
Mono-osx@...
http://lists.ximian.com/mailman/listinfo/mono-osx

Re: I've got mono - and it really hurts

by jadedrakerider :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Geoff Norton-2 wrote:
You dont have X11 installed.
I do have x11 installed. Both the user and SDK package. I just re-installed them and it did it again.