Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. yusuke-no-iMac:~ yusuke$ brew install mono
  2. ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/mono-3.6.0.
  3. ######################################################################## 100.0%
  4. ==> Pouring mono-3.6.0.mavericks.bottle.tar.gz
  5. ==> Caveats
  6. To use the assemblies from other formulae you need to set:
  7. export MONO_GAC_PREFIX="/usr/local"
  8. ==> Summary
  9. 🍺 /usr/local/Cellar/mono/3.6.0: 1124 files, 179M
  10. yusuke-no-iMac:~ yusuke$ cd /Users/yusuke/Downloads/x265ui
  11. yusuke-no-iMac:x265ui yusuke$ mono ifme.exe
  12.  
  13. Unhandled Exception:
  14. 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: /usr/local/Cellar/mono/3.6.0/lib/libgdiplus.dylib
  15. at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
  16. at System.Drawing.GDIPlus..cctor () [0x00000] in <filename unknown>:0
  17. --- End of inner exception stack trace ---
  18. at System.Drawing.KnownColors..cctor () [0x00000] in <filename unknown>:0
  19. --- End of inner exception stack trace ---
  20. at System.Drawing.Color.get_Black () [0x00000] in <filename unknown>:0
  21. at System.Windows.Forms.ThemeWin32Classic..cctor () [0x00000] in <filename unknown>:0
  22. --- End of inner exception stack trace ---
  23. at System.Windows.Forms.ThemeVisualStyles..ctor () [0x00000] in <filename unknown>:0
  24. at System.Windows.Forms.ThemeEngine..cctor () [0x00000] in <filename unknown>:0
  25. --- End of inner exception stack trace ---
  26. at System.Windows.Forms.SystemInformation.get_MenuAccessKeysUnderlined () [0x00000] in <filename unknown>:0
  27. at System.Windows.Forms.Control..ctor () [0x00000] in <filename unknown>:0
  28. at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:.ctor ()
  29. at System.Windows.Forms.WindowsFormsSynchronizationContext..cctor () [0x00000] in <filename unknown>:0
  30. --- End of inner exception stack trace ---
  31. at System.Windows.Forms.Control..ctor () [0x00000] in <filename unknown>:0
  32. at System.Windows.Forms.ScrollableControl..ctor () [0x00000] in <filename unknown>:0
  33. at System.Windows.Forms.ContainerControl..ctor () [0x00000] in <filename unknown>:0
  34. at System.Windows.Forms.Form..ctor () [0x00000] in <filename unknown>:0
  35. at ifme.hitoha.frmMain..ctor () [0x00000] in <filename unknown>:0
  36. at (wrapper remoting-invoke-with-check) ifme.hitoha.frmMain:.ctor ()
  37. at ifme.Program.Main () [0x00000] in <filename unknown>:0
  38. [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: /usr/local/Cellar/mono/3.6.0/lib/libgdiplus.dylib
  39. at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
  40. at System.Drawing.GDIPlus..cctor () [0x00000] in <filename unknown>:0
  41. --- End of inner exception stack trace ---
  42. at System.Drawing.KnownColors..cctor () [0x00000] in <filename unknown>:0
  43. --- End of inner exception stack trace ---
  44. at System.Drawing.Color.get_Black () [0x00000] in <filename unknown>:0
  45. at System.Windows.Forms.ThemeWin32Classic..cctor () [0x00000] in <filename unknown>:0
  46. --- End of inner exception stack trace ---
  47. at System.Windows.Forms.ThemeVisualStyles..ctor () [0x00000] in <filename unknown>:0
  48. at System.Windows.Forms.ThemeEngine..cctor () [0x00000] in <filename unknown>:0
  49. --- End of inner exception stack trace ---
  50. at System.Windows.Forms.SystemInformation.get_MenuAccessKeysUnderlined () [0x00000] in <filename unknown>:0
  51. at System.Windows.Forms.Control..ctor () [0x00000] in <filename unknown>:0
  52. at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:.ctor ()
  53. at System.Windows.Forms.WindowsFormsSynchronizationContext..cctor () [0x00000] in <filename unknown>:0
  54. --- End of inner exception stack trace ---
  55. at System.Windows.Forms.Control..ctor () [0x00000] in <filename unknown>:0
  56. at System.Windows.Forms.ScrollableControl..ctor () [0x00000] in <filename unknown>:0
  57. at System.Windows.Forms.ContainerControl..ctor () [0x00000] in <filename unknown>:0
  58. at System.Windows.Forms.Form..ctor () [0x00000] in <filename unknown>:0
  59. at ifme.hitoha.frmMain..ctor () [0x00000] in <filename unknown>:0
  60. at (wrapper remoting-invoke-with-check) ifme.hitoha.frmMain:.ctor ()
  61. at ifme.Program.Main () [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement