MonoDevelop 2.2b crashes on launch under Mac 10.6.1

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

MonoDevelop 2.2b crashes on launch under Mac 10.6.1

by Casemon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Using MonoFramework-2.4.2.3_6.macos10.novell.x86 which is supposed to have the needed dependencies... but no go. Or is there some dependency that is not installed?

Been wrestling this for over a week... jumping through many hoops, but still no go.

Have tried replacing the last line in MonoDevelop launch script with the OSX version line suggested here on the forums, but nothing.

Have also tried deleting ~/.config/MonoDevelop, but still crashes immediately.

Seems strange more people are not getting this error; have searched here, and far & wide, tried a few seemingly related solutions, but still nothing!

Any ideas?

Console says:
2009-11-3 15:21:39 [0x0-0x23023].com.ximian.monodevelop[288] Starting MonoDevelop
2009-11-3 15:21:39 [0x0-0x23023].com.ximian.monodevelop[288]   Starting MonoDevelop
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] System.NullReferenceException: Object reference not set to an instance of an object
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at MonoDevelop.Core.Runtime.Initialize (Boolean updateAddinRegistry) [0x00092] in /Users/michael/Mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core/Runtime.cs:76
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] WARNING [2009-11-03 15:21:40Z]:
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] MonoDevelop failed to start. Rebuilding addins registry.
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] Folders checked (4 ms)
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] Starting MonoDevelop
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]   Starting MonoDevelop
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] System.NullReferenceException: Object reference not set to an instance of an object
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at MonoDevelop.Core.Runtime.Initialize (Boolean updateAddinRegistry) [0x00092] in /Users/michael/Mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core/Runtime.cs:76
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] FATAL ERROR [2009-11-03 15:21:40Z]: 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.
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] System.InvalidOperationException: Extension node not found in path: /MonoDevelop/Core/PlatformService
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at Mono.Addins.ExtensionContext.GetExtensionObjects (System.String path, System.Type arrayElementType, Boolean reuseCachedInstance) [0x00028] in /tmp/monobuild/build/BUILD/mono-addins-0.4/Mono.Addins/Mono.Addins/ExtensionContext.cs:280
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at Mono.Addins.ExtensionContext.GetExtensionObjects (System.String path) [0x00000] in /tmp/monobuild/build/BUILD/mono-addins-0.4/Mono.Addins/Mono.Addins/ExtensionContext.cs:261
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at Mono.Addins.AddinManager.GetExtensionObjects (System.String path) [0x00005] in /tmp/monobuild/build/BUILD/mono-addins-0.4/Mono.Addins/Mono.Addins/AddinManager.cs:236
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at MonoDevelop.Core.Gui.DesktopService.Initialize () [0x0000b] in /Users/michael/Mono/monodevelop/main/src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/DesktopService.cs:41
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at MonoDevelop.Ide.Gui.IdeStartup.Run (System.String[] args) [0x00135] in /Users/michael/Mono/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/IdeStartup.cs:120
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at MonoDevelop.Startup.MonoDevelopMain.Main (System.String[] args) [0x00017] in /Users/michael/Mono/monodevelop/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup/MonoDevelopMain.cs:24
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] /Applications/@/Dev/MonoDevelop.app/Contents/MacOS/monodevelop: line 99: exec: -p: invalid option
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] exec: usage: exec [-cl] [-a name] file [redirection ...]
2009-11-3 15:21:40 com.apple.launchd.peruser.502[162] ([0x0-0x23023].com.ximian.monodevelop[288]) Exited with exit code: 2

Re: MonoDevelop 2.2b crashes on launch under Mac 10.6.1

by Michael Hutchinson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Nov 3, 2009 at 4:55 AM, Casemon <casemon@...> wrote:

>
> Using MonoFramework-2.4.2.3_6.macos10.novell.x86 which is supposed to have
> the needed dependencies... but no go. Or is there some dependency that is
> not installed?
>
> Been wrestling this for over a week... jumping through many hoops, but still
> no go.
>
> Have tried replacing the last line in MonoDevelop launch script with the OSX
> version line suggested here on the forums, but nothing.

What' is this change people have been suggesting?

> Have also tried deleting ~/.config/MonoDevelop, but still crashes
> immediately.
>
> Seems strange more people are not getting this error; have searched here,
> and far & wide, tried a few seemingly related solutions, but still nothing!
>
> Any ideas?

Nope, I need a full log from the second launch of an unmodified MD.
You log only showed a known bug that only happens the first time MD is
started after moving or updating the app bundle, and an issue with the
changes you made to the exec line in the launch script.

Can you try the MD from
http://monodevelop.com/files/MacOSX/trunk-builds/MonoDevelop-Preview-20091111-1.dmg
and file a bug with the log from ~/.config/MonoDevelop/log (in later
builds it will be in ~/Library/Logs/MonoDevelop/MonoDevelop.log):
http://monodevelop.com/Developers#Reporting_Bugs

Thanks!

--
Michael Hutchinson
http://mjhutchinson.com
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@...
http://lists.ximian.com/mailman/listinfo/monodevelop-list

Re: MonoDevelop 2.2b crashes on launch under Mac 10.6.1

by Casemon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am happy to say restoring MD to the Applications folder solved the crash on launch problem. Sounds like you already know of the issue! :)

Casemon wrote:
Using MonoFramework-2.4.2.3_6.macos10.novell.x86 which is supposed to have the needed dependencies... but no go. Or is there some dependency that is not installed?

Been wrestling this for over a week... jumping through many hoops, but still no go.

Have tried replacing the last line in MonoDevelop launch script with the OSX version line suggested here on the forums, but nothing.

Have also tried deleting ~/.config/MonoDevelop, but still crashes immediately.

Seems strange more people are not getting this error; have searched here, and far & wide, tried a few seemingly related solutions, but still nothing!

Any ideas?

Console says:
2009-11-3 15:21:39 [0x0-0x23023].com.ximian.monodevelop[288] Starting MonoDevelop
2009-11-3 15:21:39 [0x0-0x23023].com.ximian.monodevelop[288]   Starting MonoDevelop
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] System.NullReferenceException: Object reference not set to an instance of an object
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at MonoDevelop.Core.Runtime.Initialize (Boolean updateAddinRegistry) [0x00092] in /Users/michael/Mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core/Runtime.cs:76
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] WARNING [2009-11-03 15:21:40Z]:
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] MonoDevelop failed to start. Rebuilding addins registry.
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] Folders checked (4 ms)
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] Starting MonoDevelop
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]   Starting MonoDevelop
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] System.NullReferenceException: Object reference not set to an instance of an object
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at MonoDevelop.Core.Runtime.Initialize (Boolean updateAddinRegistry) [0x00092] in /Users/michael/Mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core/Runtime.cs:76
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] FATAL ERROR [2009-11-03 15:21:40Z]: 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.
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] System.InvalidOperationException: Extension node not found in path: /MonoDevelop/Core/PlatformService
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at Mono.Addins.ExtensionContext.GetExtensionObjects (System.String path, System.Type arrayElementType, Boolean reuseCachedInstance) [0x00028] in /tmp/monobuild/build/BUILD/mono-addins-0.4/Mono.Addins/Mono.Addins/ExtensionContext.cs:280
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at Mono.Addins.ExtensionContext.GetExtensionObjects (System.String path) [0x00000] in /tmp/monobuild/build/BUILD/mono-addins-0.4/Mono.Addins/Mono.Addins/ExtensionContext.cs:261
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at Mono.Addins.AddinManager.GetExtensionObjects (System.String path) [0x00005] in /tmp/monobuild/build/BUILD/mono-addins-0.4/Mono.Addins/Mono.Addins/AddinManager.cs:236
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at MonoDevelop.Core.Gui.DesktopService.Initialize () [0x0000b] in /Users/michael/Mono/monodevelop/main/src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/DesktopService.cs:41
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at MonoDevelop.Ide.Gui.IdeStartup.Run (System.String[] args) [0x00135] in /Users/michael/Mono/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/IdeStartup.cs:120
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288]  at MonoDevelop.Startup.MonoDevelopMain.Main (System.String[] args) [0x00017] in /Users/michael/Mono/monodevelop/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup/MonoDevelopMain.cs:24
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] /Applications/@/Dev/MonoDevelop.app/Contents/MacOS/monodevelop: line 99: exec: -p: invalid option
2009-11-3 15:21:40 [0x0-0x23023].com.ximian.monodevelop[288] exec: usage: exec [-cl] [-a name] file [redirection ...]
2009-11-3 15:21:40 com.apple.launchd.peruser.502[162] ([0x0-0x23023].com.ximian.monodevelop[288]) Exited with exit code: 2