Skip to content

Instantly share code, notes, and snippets.

@sappho192
Created February 23, 2016 04:12
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 sappho192/b583c14ad851bc826551 to your computer and use it in GitHub Desktop.
Save sappho192/b583c14ad851bc826551 to your computer and use it in GitHub Desktop.
Use "go help [topic]" for more information about that topic.
leafNui-MacBook-Pro:~ leafN$ brew install mono
==> Downloading https://homebrew.bintray.com/bottles/mono-4.2.2.30.el_capitan.bo
######################################################################## 100.0%
==> Pouring mono-4.2.2.30.el_capitan.bottle.tar.gz
==> Caveats
To use the assemblies from other formulae you need to set:
export MONO_GAC_PREFIX="/usr/local"
Note that the 'mono' formula now includes F#. If you have
the 'fsharp' formula installed, remove it with 'brew uninstall fsharp'.
==> Summary
🍺 /usr/local/Cellar/mono/4.2.2.30: 1,080 files, 205.1M
leafNui-MacBook-Pro:~ leafN$ brew install openal
Error: No available formula with the name "openal"
==> Searching for similarly named formulae...
This similarly named formula was found:
openal-soft
To install it, run:
brew install openal-soft
==> Searching taps...
This formula was found in a tap:
homebrew/science/openalpr
To install it, run:
brew install homebrew/science/openalpr
leafNui-MacBook-Pro:~ leafN$ brew install openal-soft
==> Downloading https://homebrew.bintray.com/bottles/openal-soft-1.17.2.el_capit
######################################################################## 100.0%
==> Pouring openal-soft-1.17.2.el_capitan.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
OS X provides OpenAL.framework.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/openal-soft/lib
CPPFLAGS: -I/usr/local/opt/openal-soft/include
==> Summary
🍺 /usr/local/Cellar/openal-soft/1.17.2: 19 files, 762.7K
leafNui-MacBook-Pro:~ leafN$ ls
Applications Movies
Desktop Music
Documents Pictures
Downloads Public
Dropbox 내려받기
Library
leafNui-MacBook-Pro:~ leafN$ cd downloads
leafNui-MacBook-Pro:downloads leafN$ cd Input
leafNui-MacBook-Pro:Input leafN$ ls
AdamsLair.WinForms.dll FarseerDuality.xml
AdamsLair.WinForms.pdb Microsoft.Web.XmlTransform.dll
AdamsLair.WinForms.xml NVorbis.XML
Aga.Controls.dll NVorbis.dll
Aga.Controls.pdb NuGet.Core.dll
AppData.dat OpenAL32.dll
DDoc.chm OpenTK.GLControl.dll
Data OpenTK.GLControl.xml
DesignTimeData.dat OpenTK.dll
Duality.dll OpenTK.dll.config
Duality.pdb OpenTK.pdb
Duality.xml OpenTK.xml
DualityEditor.exe PackageConfig.xml
DualityEditor.exe.config Plugins
DualityEditor.pdb PopupControl.dll
DualityEditor.xml PopupControl.pdb
DualityLauncher.exe Source
DualityLauncher.exe.config VistaBridgeLibrary.dll
DualityLauncher.pdb WeifenLuo.WinFormsUI.Docking.dll
DualityPrimitives.XML WeifenLuo.WinFormsUI.Docking.pdb
DualityPrimitives.dll Windows7.DesktopIntegration.dll
DualityPrimitives.pdb logfile.txt
DualityUpdater.exe logfile_editor.txt
EditorUserData.xml perflog.txt
FarseerDuality.dll perflog_editor.txt
FarseerDuality.pdb
leafNui-MacBook-Pro:Input leafN$ mono DualityLauncher.exe
[Core] Msg: Running DualityLauncher with flags:
[Core] Msg: Using 'DefaultPluginLoader' to load plugins.
[Core] Msg: Scanning for core plugins...
[Core] Msg: Plugins/Compatibility.core.dll...
[Core] Msg: Assembly loaded: Compatibility.core
[Core] Msg: Assembly loaded: Duality
[Core] Msg: Assembly loaded: System.Linq.Expressions
[Core] Msg: Assembly loaded: Anonymously Hosted DynamicMethods Assembly
[Core] Msg: Assembly loaded: Mono.Security
[Core] Msg: Plugins/DefaultOpenTKBackend.core.dll...
[Core] Msg: Assembly loaded: DefaultOpenTKBackend.core
[Core] Msg: Assembly loaded: OpenTK
[Core] Msg: Plugins/DotNetFrameworkBackend.core.dll...
[Core] Msg: Assembly loaded: DotNetFrameworkBackend.core
[Core] Msg: Assembly loaded: Duality
[Core] Msg: Plugins/InputHandling.core.dll...
[Core] Msg: Assembly loaded: InputHandling.core
[Core] Msg: Assembly loaded: Duality
[Core] Msg: Loading auxiliary libraries...
[Core] Msg: Initializing ISystemBackend...
[Core] Msg: Assembly loaded: NVorbis
[Core] Msg: Assembly loaded: System.Xml.XDocument
[Core] Msg: Assembly loaded: System.Xml.Linq
[Core] Msg: Assembly loaded: System.Xml
[Core] Msg: .Net Framework...
[Core] Msg: Operating System: Unix 15.3.0.0
64 Bit Process: True
CLR Version: 4.0.30319.17020
Processor Count: 8
[Core] Msg: Assembly loaded: System.Threading
[Core] Msg: Assembly loaded: System.Xml.ReaderWriter
[Core] Msg: Assembly loaded: System.Text.Encoding
[Core] Msg: Assembly loaded: System.Text.RegularExpressions
[Core] Msg: Assembly loaded: System.Reflection.Extensions
[Core] Msg: Initializing IGraphicsBackend...
[Core] Msg: OpenGL 2.1 (OpenTK)...
[Core] Msg: Initializing OpenTK...
[Core] Msg: Backend: Default
EnableHighResolution: True
[Core] Msg: Initializing IAudioBackend...
[Core] Msg: OpenAL (OpenTK)...
[Core] Msg: Available devices:
Built-in Output (Default)
[Core] Msg: Current device: Built-in Output
[Core] Msg: OpenAL Version: 1.1
Vendor: Apple Computer Inc.
Renderer: Software
Effects: False
[Core] Msg: 256 sources available
[Core] Msg: Initializing core plugins...
[Core] Msg: Compatibility.core...
[Core] Msg: DefaultOpenTKBackend.core...
[Core] Msg: DotNetFrameworkBackend.core...
[Core] Msg: InputHandling.core...
[Core] Msg: DualityApp initialized
Debug Mode: False
Command line arguments:
[Core] Msg: Opening Window...
[Core] Msg: Assembly loaded: System.Drawing
[Core] Msg: Window Specification:
Buffers: 2
Samples: 8
ColorFormat: 32 (8888)
AccumulatorFormat: 0 (0000)
Depth: 24
Stencil: 0
VSync: On
SwapInterval: 1
[Core] ERR: TypeInitializationException: The type initializer for 'System.Drawing.GDIPlus' threw an exception.
CallStack:
at System.Drawing.Icon.GetInternalBitmap () <0x11427a1e0 + 0x00040> in <filename unknown>:0
at System.Drawing.Icon.ToBitmap () <0x11427a110 + 0x00027> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Icon:ToBitmap ()
at OpenTK.Platform.MacOS.CocoaNativeWindow.set_Icon (System.Drawing.Icon value) <0x114279e90 + 0x00051> in <filename unknown>:0
at OpenTK.NativeWindow.set_Icon (System.Drawing.Icon value) <0x114279e40 + 0x00038> in <filename unknown>:0
at Duality.Backend.DefaultOpenTK.NativeWindow..ctor (OpenTK.Graphics.GraphicsMode mode, Duality.Backend.WindowOptions options) <0x1131cbb60 + 0x009f8> in <filename unknown>:0
at Duality.Backend.DefaultOpenTK.GraphicsBackend.Duality.Backend.IGraphicsBackend.CreateWindow (Duality.Backend.WindowOptions options) <0x1131cba80 + 0x0007b> in <filename unknown>:0
at Duality.DualityApp.OpenWindow (Duality.Backend.WindowOptions options) <0x1131cb910 + 0x000b5> in <filename unknown>:0
at Duality.Launcher.Program.Main (System.String[] args) <0x10b914dc0 + 0x00e2e> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Drawing.GDIPlus' threw an exception. ---> System.DllNotFoundException: libgdiplus.dylib
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
at System.Drawing.GDIPlus..cctor () <0x11427a5c0 + 0x001d5> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Drawing.Icon.GetInternalBitmap () <0x11427a1e0 + 0x00040> in <filename unknown>:0
at System.Drawing.Icon.ToBitmap () <0x11427a110 + 0x00027> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Icon:ToBitmap ()
at OpenTK.Platform.MacOS.CocoaNativeWindow.set_Icon (System.Drawing.Icon value) <0x114279e90 + 0x00051> in <filename unknown>:0
at OpenTK.NativeWindow.set_Icon (System.Drawing.Icon value) <0x114279e40 + 0x00038> in <filename unknown>:0
at Duality.Backend.DefaultOpenTK.NativeWindow..ctor (OpenTK.Graphics.GraphicsMode mode, Duality.Backend.WindowOptions options) <0x1131cbb60 + 0x009f8> in <filename unknown>:0
at Duality.Backend.DefaultOpenTK.GraphicsBackend.Duality.Backend.IGraphicsBackend.CreateWindow (Duality.Backend.WindowOptions options) <0x1131cba80 + 0x0007b> in <filename unknown>:0
at Duality.DualityApp.OpenWindow (Duality.Backend.WindowOptions options) <0x1131cb910 + 0x000b5> in <filename unknown>:0
at Duality.Launcher.Program.Main (System.String[] args) <0x10b914dc0 + 0x00e2e> in <filename unknown>:0
leafNui-MacBook-Pro:Input leafN$ cd ..
leafNui-MacBook-Pro:downloads leafN$ ls
0xaa972b6f823eb3a4804240b07117f5e6f5b55241-Unencrypted.json KakaoTalk_Photo_2016-02-22-13-59-18_31.png
9T_POPO__TEA_ME.7z Metadata.zip
Amarra_303_Release_4559.pkg MinerGate-5.07-Mac.dmg
Amarra_303_Release_4559.zip NLiveCastPlugin_for_MacOSX.pkg
Atom.app POPOVER+TEATIME
AudioHandleExample ReactOS-0.4.0-Live.iso
AudioHandleExample.zip ReactOS-0.4.0-live.zip
AudirP232.zip Shader
Audirvana Plus.dmg Shader.zip
AudirvanaPlus_2.3.3.dmg TeamViewer.dmg
CbwIQPRUsAE8ev4.jpg-large.jpeg Xcode_7.3_beta_3.dmg
Input atom-mac.zip
Input.zip metadata
KCPPaymentPluginSetup.exe veraport-g3.pkg
KakaoTalk_Photo_2016-02-22-13-46-05_45.png
leafNui-MacBook-Pro:downloads leafN$ cd AudioHandleExample
leafNui-MacBook-Pro:AudioHandleExample leafN$ ls
AdamsLair.WinForms.dll DualityEditor.exe.config FarseerDuality.xml Plugins
AdamsLair.WinForms.pdb DualityEditor.pdb Microsoft.Web.XmlTransform.dll PopupControl.dll
AdamsLair.WinForms.xml DualityEditor.xml NVorbis.XML PopupControl.pdb
Aga.Controls.dll DualityLauncher.exe NVorbis.dll Source
Aga.Controls.pdb DualityLauncher.exe.config NuGet.Core.dll VistaBridgeLibrary.dll
AppData.dat DualityLauncher.pdb OpenAL32.dll WeifenLuo.WinFormsUI.Docking.dll
DDoc.chm DualityPrimitives.XML OpenTK.GLControl.dll WeifenLuo.WinFormsUI.Docking.pdb
Data DualityPrimitives.dll OpenTK.GLControl.xml Windows7.DesktopIntegration.dll
DesignTimeData.dat DualityPrimitives.pdb OpenTK.dll logfile.txt
Duality.dll DualityUpdater.exe OpenTK.dll.config logfile_editor.txt
Duality.pdb EditorUserData.xml OpenTK.pdb perflog.txt
Duality.xml FarseerDuality.dll OpenTK.xml perflog_editor.txt
DualityEditor.exe FarseerDuality.pdb PackageConfig.xml
leafNui-MacBook-Pro:AudioHandleExample leafN$ mono DualityLauncher.exe
[Core] Msg: Running DualityLauncher with flags:
[Core] Msg: Using 'DefaultPluginLoader' to load plugins.
[Core] Msg: Scanning for core plugins...
[Core] Msg: Plugins/AudioHandling.core.dll...
[Core] Msg: Assembly loaded: AudioHandling.core
[Core] Msg: Assembly loaded: Duality
[Core] Msg: Assembly loaded: System.Linq.Expressions
[Core] Msg: Assembly loaded: Anonymously Hosted DynamicMethods Assembly
[Core] Msg: Assembly loaded: Mono.Security
[Core] Msg: Plugins/Compatibility.core.dll...
[Core] Msg: Assembly loaded: Compatibility.core
[Core] Msg: Assembly loaded: Duality
[Core] Msg: Plugins/DefaultOpenTKBackend.core.dll...
[Core] Msg: Assembly loaded: DefaultOpenTKBackend.core
[Core] Msg: Assembly loaded: OpenTK
[Core] Msg: Plugins/DotNetFrameworkBackend.core.dll...
[Core] Msg: Assembly loaded: DotNetFrameworkBackend.core
[Core] Msg: Assembly loaded: Duality
[Core] Msg: Plugins/GamePlugin.core.dll...
[Core] Msg: Assembly loaded: GamePlugin.core
[Core] Msg: Loading auxiliary libraries...
[Core] Msg: Assembly loaded: SoXWrapper_x64
[Core] Msg: Assembly loaded: SoXWrapper_x86
[Core] Msg: Initializing ISystemBackend...
[Core] Msg: Assembly loaded: NVorbis
[Core] Msg: Assembly loaded: System.Xml.XDocument
[Core] Msg: Assembly loaded: System.Xml.Linq
[Core] Msg: Assembly loaded: System.Xml
[Core] Msg: .Net Framework...
[Core] Msg: Operating System: Unix 15.3.0.0
64 Bit Process: True
CLR Version: 4.0.30319.17020
Processor Count: 8
[Core] Msg: Assembly loaded: System.Threading
[Core] Msg: Assembly loaded: System.Xml.ReaderWriter
[Core] Msg: Assembly loaded: System.Text.Encoding
[Core] Msg: Assembly loaded: System.Text.RegularExpressions
[Core] Msg: Assembly loaded: System.Reflection.Extensions
[Core] Msg: Initializing IGraphicsBackend...
[Core] Msg: OpenGL 2.1 (OpenTK)...
[Core] Msg: Initializing OpenTK...
[Core] Msg: Backend: Default
EnableHighResolution: True
[Core] Msg: Initializing IAudioBackend...
[Core] Msg: OpenAL (OpenTK)...
[Core] Msg: Available devices:
Built-in Output (Default)
[Core] Msg: Current device: Built-in Output
[Core] Msg: OpenAL Version: 1.1
Vendor: Apple Computer Inc.
Renderer: Software
Effects: False
[Core] Msg: 256 sources available
[Core] Msg: Initializing core plugins...
[Core] Msg: AudioHandling.core...
[Core] Msg: Compatibility.core...
[Core] Msg: DefaultOpenTKBackend.core...
[Core] Msg: DotNetFrameworkBackend.core...
[Core] Msg: GamePlugin.core...
[Core] Msg: DualityApp initialized
Debug Mode: False
Command line arguments:
[Core] Msg: Opening Window...
[Core] Msg: Assembly loaded: System.Drawing
[Core] Msg: Window Specification:
Buffers: 2
Samples: 8
ColorFormat: 32 (8888)
AccumulatorFormat: 0 (0000)
Depth: 24
Stencil: 0
VSync: On
SwapInterval: 1
[Core] ERR: TypeInitializationException: The type initializer for 'System.Drawing.GDIPlus' threw an exception.
CallStack:
at System.Drawing.Icon.GetInternalBitmap () <0x10d1ca1e0 + 0x00040> in <filename unknown>:0
at System.Drawing.Icon.ToBitmap () <0x10d1ca110 + 0x00027> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Icon:ToBitmap ()
at OpenTK.Platform.MacOS.CocoaNativeWindow.set_Icon (System.Drawing.Icon value) <0x10d1c9e90 + 0x00051> in <filename unknown>:0
at OpenTK.NativeWindow.set_Icon (System.Drawing.Icon value) <0x10d1c9e40 + 0x00038> in <filename unknown>:0
at Duality.Backend.DefaultOpenTK.NativeWindow..ctor (OpenTK.Graphics.GraphicsMode mode, Duality.Backend.WindowOptions options) <0x10c11bb60 + 0x009f8> in <filename unknown>:0
at Duality.Backend.DefaultOpenTK.GraphicsBackend.Duality.Backend.IGraphicsBackend.CreateWindow (Duality.Backend.WindowOptions options) <0x10c11ba80 + 0x0007b> in <filename unknown>:0
at Duality.DualityApp.OpenWindow (Duality.Backend.WindowOptions options) <0x10c11b910 + 0x000b5> in <filename unknown>:0
at Duality.Launcher.Program.Main (System.String[] args) <0x104587dc0 + 0x00e2e> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Drawing.GDIPlus' threw an exception. ---> System.DllNotFoundException: libgdiplus.dylib
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
at System.Drawing.GDIPlus..cctor () <0x10d1ca5c0 + 0x001d5> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Drawing.Icon.GetInternalBitmap () <0x10d1ca1e0 + 0x00040> in <filename unknown>:0
at System.Drawing.Icon.ToBitmap () <0x10d1ca110 + 0x00027> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Icon:ToBitmap ()
at OpenTK.Platform.MacOS.CocoaNativeWindow.set_Icon (System.Drawing.Icon value) <0x10d1c9e90 + 0x00051> in <filename unknown>:0
at OpenTK.NativeWindow.set_Icon (System.Drawing.Icon value) <0x10d1c9e40 + 0x00038> in <filename unknown>:0
at Duality.Backend.DefaultOpenTK.NativeWindow..ctor (OpenTK.Graphics.GraphicsMode mode, Duality.Backend.WindowOptions options) <0x10c11bb60 + 0x009f8> in <filename unknown>:0
at Duality.Backend.DefaultOpenTK.GraphicsBackend.Duality.Backend.IGraphicsBackend.CreateWindow (Duality.Backend.WindowOptions options) <0x10c11ba80 + 0x0007b> in <filename unknown>:0
at Duality.DualityApp.OpenWindow (Duality.Backend.WindowOptions options) <0x10c11b910 + 0x000b5> in <filename unknown>:0
at Duality.Launcher.Program.Main (System.String[] args) <0x104587dc0 + 0x00e2e> in <filename unknown>:0
leafNui-MacBook-Pro:AudioHandleExample leafN$ cd ..
leafNui-MacBook-Pro:downloads leafN$ cd Shader
leafNui-MacBook-Pro:Shader leafN$ ls
AdamsLair.WinForms.dll DualityEditor.exe.config FarseerDuality.xml Plugins
AdamsLair.WinForms.pdb DualityEditor.pdb Microsoft.Web.XmlTransform.dll PopupControl.dll
AdamsLair.WinForms.xml DualityEditor.xml NVorbis.XML PopupControl.pdb
Aga.Controls.dll DualityLauncher.exe NVorbis.dll Source
Aga.Controls.pdb DualityLauncher.exe.config NuGet.Core.dll VistaBridgeLibrary.dll
AppData.dat DualityLauncher.pdb OpenAL32.dll WeifenLuo.WinFormsUI.Docking.dll
DDoc.chm DualityPrimitives.XML OpenTK.GLControl.dll WeifenLuo.WinFormsUI.Docking.pdb
Data DualityPrimitives.dll OpenTK.GLControl.xml Windows7.DesktopIntegration.dll
DesignTimeData.dat DualityPrimitives.pdb OpenTK.dll logfile.txt
Duality.dll DualityUpdater.exe OpenTK.dll.config logfile_editor.txt
Duality.pdb EditorUserData.xml OpenTK.pdb perflog.txt
Duality.xml FarseerDuality.dll OpenTK.xml perflog_editor.txt
DualityEditor.exe FarseerDuality.pdb PackageConfig.xml
leafNui-MacBook-Pro:Shader leafN$ mono DualityLauncher.exe
[Core] Msg: Running DualityLauncher with flags:
[Core] Msg: Using 'DefaultPluginLoader' to load plugins.
[Core] Msg: Scanning for core plugins...
[Core] Msg: Plugins/Compatibility.core.dll...
[Core] Msg: Assembly loaded: Compatibility.core
[Core] Msg: Assembly loaded: Duality
[Core] Msg: Assembly loaded: System.Linq.Expressions
[Core] Msg: Assembly loaded: Anonymously Hosted DynamicMethods Assembly
[Core] Msg: Assembly loaded: Mono.Security
[Core] Msg: Plugins/DefaultOpenTKBackend.core.dll...
[Core] Msg: Assembly loaded: DefaultOpenTKBackend.core
[Core] Msg: Assembly loaded: OpenTK
[Core] Msg: Plugins/DotNetFrameworkBackend.core.dll...
[Core] Msg: Assembly loaded: DotNetFrameworkBackend.core
[Core] Msg: Assembly loaded: Duality
[Core] Msg: Loading auxiliary libraries...
[Core] Msg: Initializing ISystemBackend...
[Core] Msg: Assembly loaded: NVorbis
[Core] Msg: Assembly loaded: System.Xml.XDocument
[Core] Msg: Assembly loaded: System.Xml.Linq
[Core] Msg: Assembly loaded: System.Xml
[Core] Msg: .Net Framework...
[Core] Msg: Operating System: Unix 15.3.0.0
64 Bit Process: True
CLR Version: 4.0.30319.17020
Processor Count: 8
[Core] Msg: Assembly loaded: System.Threading
[Core] Msg: Assembly loaded: System.Xml.ReaderWriter
[Core] Msg: Assembly loaded: System.Text.Encoding
[Core] Msg: Assembly loaded: System.Text.RegularExpressions
[Core] Msg: Assembly loaded: System.Reflection.Extensions
[Core] Msg: Initializing IGraphicsBackend...
[Core] Msg: OpenGL 2.1 (OpenTK)...
[Core] Msg: Initializing OpenTK...
[Core] Msg: Backend: Default
EnableHighResolution: True
[Core] Msg: Initializing IAudioBackend...
[Core] Msg: OpenAL (OpenTK)...
[Core] Msg: Available devices:
Built-in Output (Default)
[Core] Msg: Current device: Built-in Output
[Core] Msg: OpenAL Version: 1.1
Vendor: Apple Computer Inc.
Renderer: Software
Effects: False
[Core] Msg: 256 sources available
[Core] Msg: Initializing core plugins...
[Core] Msg: Compatibility.core...
[Core] Msg: DefaultOpenTKBackend.core...
[Core] Msg: DotNetFrameworkBackend.core...
[Core] Msg: DualityApp initialized
Debug Mode: False
Command line arguments:
[Core] Msg: Opening Window...
[Core] Msg: Assembly loaded: System.Drawing
[Core] Msg: Window Specification:
Buffers: 2
Samples: 8
ColorFormat: 32 (8888)
AccumulatorFormat: 0 (0000)
Depth: 24
Stencil: 0
VSync: On
SwapInterval: 1
[Core] ERR: TypeInitializationException: The type initializer for 'System.Drawing.GDIPlus' threw an exception.
CallStack:
at System.Drawing.Icon.GetInternalBitmap () <0x1148e5b50 + 0x00040> in <filename unknown>:0
at System.Drawing.Icon.ToBitmap () <0x1148e5a80 + 0x00027> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Icon:ToBitmap ()
at OpenTK.Platform.MacOS.CocoaNativeWindow.set_Icon (System.Drawing.Icon value) <0x1148e5800 + 0x00051> in <filename unknown>:0
at OpenTK.NativeWindow.set_Icon (System.Drawing.Icon value) <0x1148e57b0 + 0x00038> in <filename unknown>:0
at Duality.Backend.DefaultOpenTK.NativeWindow..ctor (OpenTK.Graphics.GraphicsMode mode, Duality.Backend.WindowOptions options) <0x113838b60 + 0x009f8> in <filename unknown>:0
at Duality.Backend.DefaultOpenTK.GraphicsBackend.Duality.Backend.IGraphicsBackend.CreateWindow (Duality.Backend.WindowOptions options) <0x113838a80 + 0x0007b> in <filename unknown>:0
at Duality.DualityApp.OpenWindow (Duality.Backend.WindowOptions options) <0x113838910 + 0x000b5> in <filename unknown>:0
at Duality.Launcher.Program.Main (System.String[] args) <0x10c080dc0 + 0x00e2e> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Drawing.GDIPlus' threw an exception. ---> System.DllNotFoundException: libgdiplus.dylib
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
at System.Drawing.GDIPlus..cctor () <0x1148e5f30 + 0x001d5> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Drawing.Icon.GetInternalBitmap () <0x1148e5b50 + 0x00040> in <filename unknown>:0
at System.Drawing.Icon.ToBitmap () <0x1148e5a80 + 0x00027> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Icon:ToBitmap ()
at OpenTK.Platform.MacOS.CocoaNativeWindow.set_Icon (System.Drawing.Icon value) <0x1148e5800 + 0x00051> in <filename unknown>:0
at OpenTK.NativeWindow.set_Icon (System.Drawing.Icon value) <0x1148e57b0 + 0x00038> in <filename unknown>:0
at Duality.Backend.DefaultOpenTK.NativeWindow..ctor (OpenTK.Graphics.GraphicsMode mode, Duality.Backend.WindowOptions options) <0x113838b60 + 0x009f8> in <filename unknown>:0
at Duality.Backend.DefaultOpenTK.GraphicsBackend.Duality.Backend.IGraphicsBackend.CreateWindow (Duality.Backend.WindowOptions options) <0x113838a80 + 0x0007b> in <filename unknown>:0
at Duality.DualityApp.OpenWindow (Duality.Backend.WindowOptions options) <0x113838910 + 0x000b5> in <filename unknown>:0
at Duality.Launcher.Program.Main (System.String[] args) <0x10c080dc0 + 0x00e2e> in <filename unknown>:0
leafNui-MacBook-Pro:Shader leafN$ mono --versin
Unknown command line option: '--versin'
leafNui-MacBook-Pro:Shader leafN$ mono --version
Mono JIT compiler version 4.2.2 (Stable 4.2.2.30/996df3c Wed Feb 10 13:36:17 PST 2016)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: normal
SIGSEGV: altstack
Notification: kqueue
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen
leafNui-MacBook-Pro:Shader leafN$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment