Advertisement
Guest User

Untitled

a guest
May 28th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. ~ > ckan
  2. exception inside UnhandledException handler: Object reference not set to an instance of an object
  3.  
  4. [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.WindowsFormsSynchronizationContext ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.ThemeEngine ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.ThemeWin32Classic ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.KnownColors ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: libgdiplus.dylib
  5. at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
  6. at System.Drawing.GDIPlus..cctor () [0x00000] in <filename unknown>:0
  7. --- End of inner exception stack trace ---
  8. at System.Drawing.KnownColors..cctor () [0x00000] in <filename unknown>:0
  9. --- End of inner exception stack trace ---
  10. at System.Drawing.Color.get_Black () [0x00000] in <filename unknown>:0
  11. at System.Windows.Forms.ThemeWin32Classic..cctor () [0x00000] in <filename unknown>:0
  12. --- End of inner exception stack trace ---
  13. at System.Windows.Forms.ThemeVisualStyles..ctor () [0x00000] in <filename unknown>:0
  14. at System.Windows.Forms.ThemeEngine..cctor () [0x00000] in <filename unknown>:0
  15. --- End of inner exception stack trace ---
  16. at System.Windows.Forms.SystemInformation.get_MenuAccessKeysUnderlined () [0x00000] in <filename unknown>:0
  17. at System.Windows.Forms.Control..ctor () [0x00000] in <filename unknown>:0
  18. at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:.ctor ()
  19. at System.Windows.Forms.WindowsFormsSynchronizationContext..cctor () [0x00000] in <filename unknown>:0
  20. --- End of inner exception stack trace ---
  21. at System.Windows.Forms.Control..ctor () [0x00000] in <filename unknown>:0
  22. at System.Windows.Forms.ScrollableControl..ctor () [0x00000] in <filename unknown>:0
  23. at System.Windows.Forms.ContainerControl..ctor () [0x00000] in <filename unknown>:0
  24. at System.Windows.Forms.Form..ctor () [0x00000] in <filename unknown>:0
  25. at System.Windows.Forms.CommonDialog+DialogForm..ctor (System.Windows.Forms.CommonDialog owner) [0x00000] in <filename unknown>:0
  26. at (wrapper remoting-invoke-with-check) System.Windows.Forms.CommonDialog/DialogForm:.ctor (System.Windows.Forms.CommonDialog)
  27. at System.Windows.Forms.FileDialog..ctor () [0x00000] in <filename unknown>:0
  28. at System.Windows.Forms.OpenFileDialog..ctor () [0x00000] in <filename unknown>:0
  29. at (wrapper remoting-invoke-with-check) System.Windows.Forms.OpenFileDialog:.ctor ()
  30. at CKAN.Main..ctor (System.String[] cmdlineArgs, CKAN.GUIUser User, Boolean showConsole) [0x00000] in <filename unknown>:0
  31. at (wrapper remoting-invoke-with-check) CKAN.Main:.ctor (string[],CKAN.GUIUser,bool)
  32. at CKAN.GUI.Main_ (System.String[] args, Boolean showConsole) [0x00000] in <filename unknown>:0
  33. at CKAN.CmdLine.MainClass.Gui (CKAN.CmdLine.GuiOptions options, System.String[] args) [0x00000] in <filename unknown>:0
  34. at CKAN.CmdLine.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
  35. ~ >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement