Bug 439041

Summary: MonoDevelop fails to launch
Product: [Mono] MonoDevelop Reporter: Julian Adams <joolsa>
Component: generalAssignee: MD Bugs <monodevelop-bugs>
Status: RESOLVED FIXED QA Contact: MD Bugs <monodevelop-bugs>
Severity: Critical    
Priority: P5 - None CC: harold.johnson
Version: 2.0   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X 10.4   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Julian Adams 2008-10-26 12:37:37 UTC
Description of Problem:

After downloading the 1.9 release of Monodevelop, and copying it to Applications it won't start.

Steps to reproduce the problem:
1. Download
2. Copy to Applications
3. I renamed the application to MonoDevelop.app (capitalizing the D of develop, as suggested in the mailing list)
4. Click on MonoDevelop in the finder


Actual Results:

MonoDevelop icon bounces in dock, then disappears.


Expected Results:

MonoDevelop bounces in the dock and launches.

How often does this happen? 

Everytime you launch it.

Additional Information:

PPC Mac G4. I can compile and run a GTK "hello world window" successfully. I've got the latest 2.0 release of Mono installed.

If I manually find the executable it launches ok:

>cd /Applications/MonoDevelop.app/Contents/MacOS/lib/monodevelop/bin
>mono MonoDevelop.exe 

If I find the launcher script, and run that it fails. I think it's because APP_PATH does not get set correctly at the start of the script: it seems to contain only whitespace. This means that the script cannot change to the correct direcctory.
Comment 1 Sanford Armstrong 2008-10-30 21:36:32 UTC
This is probably the result of launching using "exec -a" in the monodevelop bash launch script.  If you open Applications/Utilities/Console.app, do you see a "RegisterProcess Failed" error when you try to launch MD?

I don't know why this fails so much in 10.4 (works fine with Tomboy and Tasque, but fails with Banshee and MonoDevelop).
Comment 2 Sanford Armstrong 2008-10-30 21:41:50 UTC
Sorry, didn't recognize your name from the mailing list.  I see that you are experiencing that error.

Try changing the last line of /Applications/MonoDevelop.app/Contents/MacOS/monodevelop to this:

if [ $OSX_VERSION -lt 9 ]; then
	$MONO $ASSEMBLY "$@"
else
	exec -a monodevelop $MONO $ASSEMBLY "$@"
fi
Comment 3 Sanford Armstrong 2008-10-30 22:17:23 UTC
That should be:

OSX_VERSION=$(uname -r | cut -f1 -d.)

if [ $OSX_VERSION -lt 9 ]; then
        $MONO $ASSEMBLY "$@"
else
        exec -a monodevelop $MONO $ASSEMBLY "$@"
fi


This is all from the Banshee launch scripts here:
http://svn.gnome.org/viewvc/banshee/trunk/banshee/build/osx/app-bundle-data/Contents/MacOS/
Comment 4 Julian Adams 2008-10-31 15:19:13 UTC
(In reply to comment #3 from Sanford Armstrong)

That certainly fixes one problem. It now launches mono with MonoDevelop.exe, but currently it hangs with no output, gui or cpu use after a few seconds. Thanks for the help. When I have time I'll try to see if I can give any more feedback about what's wrong still.
Comment 5 Sanford Armstrong 2008-10-31 15:24:54 UTC
Julian, how are you launching MonoDevelop now?  In theory it should work fine by double-clicking the application bundle at this point.
Comment 6 Julian Adams 2008-10-31 20:53:26 UTC
(In reply to comment #5 from Sanford Armstrong)
> Julian, how are you launching MonoDevelop now?  In theory it should work fine
> by double-clicking the application bundle at this point.
> 

I've got 2 Macs, both with identical OS (10.4.11). My old iBook PPC G4 is the one that hangs with no gui, output, or cpu activity. This is the case whether I launch from the icon, or manually run the script from the terminal. I've no idea how to debug this further: suggestions ?

The other is an Intel iMac, one of the early ones in the white plastic case. The GUI launches from the icon, but with lots of failure popup windows, and related debug output (which follows). I presume this is quite important, since most of MonoDevelop doesn't seem to work.

===== Friday, 31 October 2008 20:41:51 Europe/London =====
ERROR [2008-10-31 20:42:04Z]: Could not load Apache mime database
System.IO.DirectoryNotFoundException: Could not find a part of the path "/etc/apache2/mime.types".
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] 
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  at System.IO.File.OpenRead (System.String path) [0x00000] 
  at MonoDevelop.Platform.MacPlatform.LoadMimeMap () [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.XmlEditor,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.Moonlight,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.Moonlight,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.Deployment.Linux,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (): Error while getting object for node in path '/MonoDevelop/ProjectModel/ProjectServiceExtensions'.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Could not read extension node of type 'MonoDevelop.Components.Commands.ExtensionNodes.CommandCategoryCodon' from extension path 'C/C++'
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.XmlEditor,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:04Z]: Add-in error (MonoDevelop.XmlEditor,1.9.0): Could not read extension node of type 'MonoDevelop.Components.Commands.ExtensionNodes.CommandCategoryCodon' from extension path 'XmlEditor'
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:05Z]: Add-in error (MonoDevelop.XmlEditor,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:05Z]: Add-in error (MonoDevelop.XmlEditor,1.9.0): Could not read extension node of type 'MonoDevelop.Components.Commands.ExtensionNodes.ItemSetCodon' from extension path 'XmlMenu'
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:06Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:06Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:08Z]: Unhandled exception in GLib event handler.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:08Z]: Add-in error (MonoDevelop.Moonlight,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:08Z]: Add-in error (MonoDevelop.Moonlight,1.9.0): Could not read extension node of type 'MonoDevelop.Core.Gui.Codons.MimeTypeNode' from extension path 'application/xaml+xml'
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.DesignerSupport,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:09Z]: Unhandled exception in GLib event handler.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:09Z]: Add-in error (MonoDevelop.Deployment.Linux,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:09Z]: Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:09Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:09Z]: Add-in error (): 
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:09Z]: Add-in error (MonoDevelop.CBinding,1.9.0): Add-in could not be loaded: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
ERROR [2008-10-31 20:42:09Z]: Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Deployment,1.9.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000] 
Unknown BT message id [16]

Comment 7 Harold Johnson 2009-01-07 20:56:03 UTC
Today I followed the instructions in the above comments and was able to successfully launch MonoDevelop on my PowerBook G3 running Mac OS X 10.4.11.
Comment 8 Sanford Armstrong 2009-04-15 19:31:53 UTC
This problem has returned in MD 2.0: On OS X 10.4, I'm currently getting this error:

/Users/ellery/Desktop/MonoDevelop.app/Contents/MacOS/monodevelop: line
35: syntax error near unexpected token `"$arg"'
/Users/ellery/Desktop/MonoDevelop.app/Contents/MacOS/monodevelop: line
35: `		MONO_OPTIONS+=("$arg")'

Please note that OS X 10.4 has an older version of bash (2.x instead of 3.x).
Comment 9 Michael Hutchinson 2009-04-15 19:55:45 UTC
Any chance an expert bash user with 10.4 could fix this? I don't have a 10.4 system, nor do I have the bash expertise.
Comment 10 Michael Hutchinson 2009-04-29 01:17:01 UTC
Should be fixed in SVN.

I've uploaded a trunk build at http://mjhutchinson.com/files/temp/MonoDevelop.app.zip if you want to try it.
Comment 11 Rusty Howell 2009-06-17 23:57:48 UTC
*** Bug 514214 has been marked as a duplicate of this bug. ***