Guest User

Untitled

a guest
Jun 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.02 KB | None | 0 0
  1. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: /Library/Frameworks/Mono.framework/Versions/2.4/lib/libgdiplus.dylib
  2. at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
  3. at System.Drawing.GDIPlus..cctor () [0x000c6] in /private/tmp/monobuild/build/BUILD/mono-2.4/mcs/class/System.Drawing/System.Drawing/gdipFunctions.cs:126
  4. --- End of inner exception stack trace ---
  5. at System.Drawing.Image.InitFromStream (System.IO.Stream stream) [0x00077] in /private/tmp/monobuild/build/BUILD/mono-2.4/mcs/class/System.Drawing/System.Drawing/Image.cs:290
  6. at System.Drawing.Bitmap..ctor (System.Type type, System.String resource) [0x00047] in /private/tmp/monobuild/build/BUILD/mono-2.4/mcs/class/System.Drawing/System.Drawing/Bitmap.cs:144
  7. at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (System.Type,string)
  8. at System.Windows.Forms.Design.PropertyTab.get_Bitmap () [0x00012] in /private/tmp/monobuild/build/BUILD/mono-2.4/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/PropertyTab.cs:48
  9. at MonoDevelop.DesignerSupport.PropertyGrid.PropertyGrid.AddPropertyTab (System.Windows.Forms.Design.PropertyTab tab) [0x0006e] in /home/michael/mono/monodevelop-working/main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.PropertyGrid/PropertyGrid.cs:193
  10. at MonoDevelop.DesignerSupport.PropertyGrid.PropertyGrid..ctor (MonoDevelop.DesignerSupport.PropertyGrid.EditorManager editorManager) [0x001ee] in /home/michael/mono/monodevelop-working/main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.PropertyGrid/PropertyGrid.cs:124
  11. at MonoDevelop.DesignerSupport.PropertyGrid.PropertyGrid..ctor () [0x00000] in /home/michael/mono/monodevelop-working/main/src/addins/MonoDevelop.DesignerSupport/AssemblyInfo.cs:1
  12. at MonoDevelop.DesignerSupport.PropertyPad..ctor () [0x00006] in /home/michael/mono/monodevelop-working/main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport/PropertyPad.cs:51
  13. at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[],System.Exception&)
  14. at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000a6] in /private/tmp/monobuild/build/BUILD/mono-2.4/mcs/class/corlib/System.Reflection/MonoMethod.cs:444
  15. --- End of inner exception stack trace ---
  16. at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000b8] in /private/tmp/monobuild/build/BUILD/mono-2.4/mcs/class/corlib/System.Reflection/MonoMethod.cs:450
  17. at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in /private/tmp/monobuild/build/BUILD/mono-2.4/mcs/class/corlib/System.Reflection/MonoMethod.cs:459
  18. at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x0000e] in /private/tmp/monobuild/build/BUILD/mono-2.4/mcs/class/corlib/System.Reflection/ConstructorInfo.cs:77
  19. at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00083] in /private/tmp/monobuild/build/BUILD/mono-2.4/mcs/class/corlib/System/Activator.cs:323
  20. at Mono.Addins.RuntimeAddin.CreateInstance (System.String typeName, Boolean throwIfNotFound) [0x00011] in /tmp/monobuild/build/BUILD/mono-addins-0.4/Mono.Addins/Mono.Addins/RuntimeAddin.cs:192
  21. at MonoDevelop.Ide.Codons.PadCodon.CreatePad () [0x00000] in /home/michael/mono/monodevelop-working/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Codons/PadCodon.cs:131
  22. at MonoDevelop.Ide.Codons.PadCodon.get_PadContent () [0x0000b] in /home/michael/mono/monodevelop-working/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Codons/PadCodon.cs:72
  23. at MonoDevelop.Ide.Gui.PadWindow.CreateContent () [0x0000b] in /home/michael/mono/monodevelop-working/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/IPadContainer.cs:157
  24. at MonoDevelop.Ide.Gui.PadWindow.get_Content () [0x00000] in /home/michael/mono/monodevelop-working/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/IPadContainer.cs:94
  25. at MonoDevelop.Ide.Gui.Pad.get_Content () [0x00000] in /home/michael/mono/monodevelop-working/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Pad.cs:58
  26. at MonoDevelop.Ide.Gui.Workbench.GetPad[TestPad] () [0x00000]
  27. at MonoDevelop.NUnit.TestPad.RunTest (ITreeNavigator nav, IExecutionHandler mode) [0x00049] in /home/michael/mono/monodevelop-working/main/src/addins/NUnit/Gui/TestPad.cs:481
  28. at MonoDevelop.NUnit.TestPad.RunSelectedTest (IExecutionHandler mode) [0x00000] in /home/michael/mono/monodevelop-working/main/src/addins/NUnit/Gui/TestPad.cs:493
  29. at MonoDevelop.NUnit.TestPad.OnRunTest () [0x00000] in /home/michael/mono/monodevelop-working/main/src/addins/NUnit/AssemblyInfo.cs:1
  30. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
  31. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00057] in /private/tmp/monobuild/build/BUILD/mono-2.4/mcs/class/corlib/System.Reflection/MonoMethod.cs:159
  32. --- End of inner exception stack trace ---
  33. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00071] in /private/tmp/monobuild/build/BUILD/mono-2.4/mcs/class/corlib/System.Reflection/MonoMethod.cs:169
  34. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /private/tmp/monobuild/build/BUILD/mono-2.4/mcs/class/corlib/System.Reflection/MethodBase.cs:111
  35. at MonoDevelop.Components.Commands.CommandHandlerInfo.Run (System.Object cmdTarget, MonoDevelop.Components.Commands.Command cmd) [0x00029] in /home/michael/mono/monodevelop-working/main/src/core/MonoDevelop.Components/MonoDevelop.Components.Commands/CommandManager.cs:1064
  36. at MonoDevelop.Components.Commands.CommandManager+<DispatchCommand>c__AnonStorey2.<>m__1 () [0x00000] in /home/michael/mono/monodevelop-working/main/src/core/MonoDevelop.Components/MonoDevelop.Components.Commands/CommandManager.cs:530
  37. at MonoDevelop.Components.Commands.CommandManager.DispatchCommand (System.Object commandId, System.Object dataItem, System.Object initialTarget) [0x0023e] in /home/michael/mono/monodevelop-working/main/src/core/MonoDevelop.Components/MonoDevelop.Components.Commands/CommandManager.cs:546
Add Comment
Please, Sign In to add comment