Skip to content

Instantly share code, notes, and snippets.

@directhex
Created July 26, 2018 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save directhex/c4980bd7db4ce58ccc16acb396b6e119 to your computer and use it in GitHub Desktop.
Save directhex/c4980bd7db4ce58ccc16acb396b6e119 to your computer and use it in GitHub Desktop.
directhex@flame:~/Projects/monodevelop-hackweek$ make run
cd main && make run
make[1]: Entering directory '/home/directhex/Projects/monodevelop-hackweek/main'
MONODEVELOP_LOCALE_PATH="/home/directhex/Projects/monodevelop-hackweek/main/build/locale" UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 exec -a "monodevelop" /usr/bin/mono-sgen --debug /home/directhex/Projects/monodevelop-hackweek/main/build/bin/MonoDevelop.exe --no-redirect
INFO [2018-07-26 16:15:16Z]: Starting MonoDevelop 7.7 Preview (7.7)
INFO [2018-07-26 16:15:16Z]: Build Information
6297e23bb508db28e41df042a255aef1d95a389d
INFO [2018-07-26 16:15:16Z]: Running on Mono 5.14.0.167 (tarball Sun Jul 15 09:13:24 UTC 2018) (64-bit)
INFO [2018-07-26 16:15:16Z]: Operating System: Linux
Linux 4.15.0-22-generic #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018 x86_64
INFO [2018-07-26 16:15:16Z]: Using GTK+ 1.4294967295.4294967295
INFO [2018-07-26 16:15:16Z]: Add-in loaded: MonoDevelop.Core
INFO [2018-07-26 16:15:16Z]: Add-in loaded: MonoDevelop.Ide
WARNING [2018-07-26 16:15:16Z]: No proxy credential provider was found
INFO [2018-07-26 16:15:16Z]: Initializing Runtime Mono 5.14.0.167
INFO [2018-07-26 16:15:16Z]: [0 (+0)] Finding custom frameworks
INFO [2018-07-26 16:15:16Z]: [27 (+27)] Creating frameworks
INFO [2018-07-26 16:15:16Z]: GTK: Using Gtk theme from /usr/share/themes/Xamarin-Dark
Starting MonoDevelop
INFO [2018-07-26 16:15:16Z]: [67 (+40)] Initializing frameworks
INFO [2018-07-26 16:15:16Z]: Add-in loaded: MonoDevelop.GnomePlatform
INFO [2018-07-26 16:15:16Z]: [81 (+14)] END: Target runtimes loaded
Loading Workbench
ERROR [2018-07-26 16:15:16Z]: Add-in error (IoT.Tools.Addin.IoT.Tools,7.4.2): Add-in could not be loaded: The required addin 'MonoDevelop.Debugger,7.4.2' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Debugger,7.4.2' is not installed.
at Mono.Addins.AddinEngine.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, System.Boolean optional) [0x00215] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/AddinEngine.cs:687
at Mono.Addins.AddinEngine.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, System.Boolean optional) [0x00137] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/AddinEngine.cs:668
at Mono.Addins.AddinEngine.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, System.Boolean optional) [0x00137] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/AddinEngine.cs:668
at Mono.Addins.AddinEngine.LoadAddin (Mono.Addins.IProgressStatus statusMonitor, System.String id, System.Boolean throwExceptions) [0x0007b] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/AddinEngine.cs:530
ERROR [2018-07-26 16:15:16Z]: Add-in error (IoT.Tools.Addin.IoT.Tools,7.4.2): Add-in could not be loaded: The required addin 'MonoDevelop.Debugger,7.4.2' is not installed.
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Debugger,7.4.2' is not installed.
at Mono.Addins.AddinEngine.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, System.Boolean optional) [0x00215] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/AddinEngine.cs:687
at Mono.Addins.AddinEngine.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, System.Boolean optional) [0x00137] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/AddinEngine.cs:668
at Mono.Addins.AddinEngine.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, System.Boolean optional) [0x00137] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/AddinEngine.cs:668
at Mono.Addins.AddinEngine.LoadAddin (Mono.Addins.IProgressStatus statusMonitor, System.String id, System.Boolean throwExceptions) [0x0007b] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/AddinEngine.cs:530
ERROR [2018-07-26 16:15:16Z]: Add-in error (MonoDevelop.Ide):
Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.Debugger,7.4.2' is not installed.
at Mono.Addins.AddinEngine.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, System.Boolean optional) [0x00215] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/AddinEngine.cs:687
at Mono.Addins.AddinEngine.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, System.Boolean optional) [0x00137] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/AddinEngine.cs:668
at Mono.Addins.AddinEngine.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, System.Boolean optional) [0x00137] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/AddinEngine.cs:668
at Mono.Addins.AddinEngine.LoadAddin (Mono.Addins.IProgressStatus statusMonitor, System.String id, System.Boolean throwExceptions) [0x0019d] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/AddinEngine.cs:559
at Mono.Addins.ExtensionNode.get_Addin () [0x00032] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/ExtensionNode.cs:150
at Mono.Addins.ExtensionNode.add_ExtensionNodeChanged (Mono.Addins.ExtensionNodeEventHandler value) [0x0003a] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/ExtensionNode.cs:174
at MonoDevelop.Components.Commands.CommandManager.OnExtensionChange (System.Object s, Mono.Addins.ExtensionNodeEventArgs args) [0x00035] in /home/directhex/Projects/monodevelop-hackweek/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs:147
at Mono.Addins.ExtensionNode.add_ExtensionNodeChanged (Mono.Addins.ExtensionNodeEventHandler value) [0x00026] in /home/directhex/Projects/monodevelop-hackweek/main/external/mono-addins/Mono.Addins/Mono.Addins/ExtensionNode.cs:172
INFO [2018-07-26 16:15:16Z]: Add-in loaded: MonoDevelop.WebReferences
Initializing Main Window
FATAL ERROR [2018-07-26 16:15:17Z]: MonoDevelop failed to start
System.ArgumentNullException: Value cannot be null.
Parameter name: meth
at System.Reflection.Emit.ILGenerator.Emit (System.Reflection.Emit.OpCode opcode, System.Reflection.MethodInfo meth) <0x7f9f7139f660 + 0x00230> in <040e20dd5607491e942c086f20c1890d>:0
at MonoDevelop.Components.GtkWorkarounds.CreateForallCallback (System.IntPtr gtype) [0x000dc] in /home/directhex/Projects/monodevelop-hackweek/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/GtkWorkarounds.cs:978
at MonoDevelop.Components.GtkWorkarounds.FixContainerLeak (System.Type t) [0x00095] in /home/directhex/Projects/monodevelop-hackweek/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/GtkWorkarounds.cs:945
at MonoDevelop.Components.GtkWorkarounds.FixContainerLeak (Gtk.Container c) [0x0000d] in /home/directhex/Projects/monodevelop-hackweek/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/GtkWorkarounds.cs:917
at MonoDevelop.Ide.Gui.WorkbenchWindow..ctor () [0x00014] in /home/directhex/Projects/monodevelop-hackweek/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/WorkbenchWindow.cs:39
at MonoDevelop.Ide.Gui.DefaultWorkbench..ctor () [0x0005c] in /home/directhex/Projects/monodevelop-hackweek/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/DefaultWorkbench.cs:207
at MonoDevelop.Ide.Gui.Workbench.Initialize (MonoDevelop.Core.ProgressMonitor monitor) [0x00024] in /home/directhex/Projects/monodevelop-hackweek/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs:84
at MonoDevelop.Ide.IdeApp.Initialize (MonoDevelop.Core.ProgressMonitor monitor) [0x00189] in /home/directhex/Projects/monodevelop-hackweek/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/Ide.cs:249
at MonoDevelop.Ide.IdeStartup.Run (MonoDevelop.Ide.MonoDevelopOptions options) [0x0054f] in /home/directhex/Projects/monodevelop-hackweek/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:244
Gtk-Message: 16:15:17.164: GtkDialog mapped without a transient parent. This is discouraged.
Makefile:1209: recipe for target 'runmd-sgen' failed
make[1]: *** [runmd-sgen] Error 1
make[1]: Leaving directory '/home/directhex/Projects/monodevelop-hackweek/main'
Makefile:136: recipe for target 'run' failed
make: *** [run] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment