Skip to content

Instantly share code, notes, and snippets.

@claudiug
Created June 24, 2016 19:10
Show Gist options
  • Save claudiug/2d66919dc390f4244084a90976b380b7 to your computer and use it in GitHub Desktop.
Save claudiug/2d66919dc390f4244084a90976b380b7 to your computer and use it in GitHub Desktop.
why?
inking...
To force a rebuild of up-to-date targets, run again with --force.
Running ./bin/dlangide
2016-06-24 21:08:41.777 I Log level changed to Trace
2016-06-24 21:08:41.780 I Logger is initialized
2016-06-24 21:08:41.781 V DerelictFT: Loading FreeType library
2016-06-24 21:08:41.781 V DerelictFT: Missing symbols callback is registered
2016-06-24 21:08:41.783 V DerelictFT: Loaded
2016-06-24 21:08:41.783 V Initializing FreeType library
2016-06-24 21:08:41.799 W Cannot load FontConfig shared library
2016-06-24 21:08:41.799 W No fonts found using FontConfig. Trying hardcoded paths.
2016-06-24 21:08:41.799 D Font file /Library/Fonts/Microsoft/Arial.ttf not found
2016-06-24 21:08:41.799 D Font file /Library/Fonts/Microsoft/Arial Bold.ttf not found
2016-06-24 21:08:41.799 D Font file /Library/Fonts/Microsoft/Arial Italic.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Arial Bold Italic.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Calibri.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Calibri Bold.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Calibri Italic.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Calibri Bold Italic.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Times New Roman.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Times New Roman Bold.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Times New Roman Italic.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Times New Roman Bold Italic.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Verdana.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Verdana Bold.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Verdana Italic.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Verdana Bold Italic.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Consolas.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Consolas Bold.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Consolas Italic.ttf not found
2016-06-24 21:08:41.800 D Font file /Library/Fonts/Microsoft/Consolas Bold Italic.ttf not found
2016-06-24 21:08:41.800 D initResourceManagers()
2016-06-24 21:08:41.802 I Creating ImageCache
2016-06-24 21:08:41.802 I Creating DrawableCache
2016-06-24 21:08:41.803 D Calling initSharedResourceManagers()
2016-06-24 21:08:41.803 D Calling initStandardEditorActions()
2016-06-24 21:08:41.803 D Calling registerStandardWidgets()
2016-06-24 21:08:41.803 D Registering standard widgets for DML
2016-06-24 21:08:41.803 D initResourceManagers() -- finished
2016-06-24 21:08:41.803 D Creating default theme
2016-06-24 21:08:41.805 E Cannot load SDL2 libraryderelict.util.exception.SharedLibLoadException@../../../.dub/packages/derelict-util-2.0.6/source/derelict/util/exception.d(35): Failed to load one or more shared libraries:
/usr/local/lib/libSDL2.dylib - dlopen(/usr/local/lib/libSDL2.dylib, 2): image not found
/usr/local/lib/libSDL2/libSDL2.dylib - dlopen(/usr/local/lib/libSDL2/libSDL2.dylib, 2): image not found
../Frameworks/SDL2.framework/SDL2 - dlopen(../Frameworks/SDL2.framework/SDL2, 2): image not found
/Library/Frameworks/SDL2.framework/SDL2 - dlopen(/Library/Frameworks/SDL2.framework/SDL2, 2): image not found
/System/Library/Frameworks/SDL2.framework/SDL2 - dlopen(/System/Library/Frameworks/SDL2.framework/SDL2, 2): image not found
----------------
4 dlangide 0x00000001079eb895 void derelict.util.exception.SharedLibLoadException.throwNew(immutable(char)[][], immutable(char)[][]) + 433
5 dlangide 0x00000001079ec82c void derelict.util.sharedlib.SharedLib.load(immutable(char)[][]) + 484
6 dlangide 0x00000001079ebe19 void derelict.util.loader.SharedLibLoader.load(immutable(char)[][]) + 117
7 dlangide 0x00000001079ebd11 void derelict.util.loader.SharedLibLoader.load(immutable(char)[]) + 301
8 dlangide 0x00000001079ebb69 void derelict.util.loader.SharedLibLoader.load() + 101
9 dlangide 0x00000001079847f0 int dlangui.platforms.sdl.sdlapp.sdlmain(immutable(char)[][]) + 244
10 dlangide 0x00000001079846f7 DLANGUImain + 31
11 dlangide 0x00000001076b55df _Dmain + 31
12 dlangide 0x0000000107a09c13 D2rt6dmain211_d_run_mainUiPPaPUAAaZiZ6runAllMFZ9__lambda1MFZv + 39
13 dlangide 0x0000000107a09b47 void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).tryExec(scope void delegate()) + 35
14 dlangide 0x0000000107a09bb8 void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).runAll() + 44
15 dlangide 0x0000000107a09b47 void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).tryExec(scope void delegate()) + 35
16 dlangide 0x0000000107a09aad _d_run_main + 497
17 dlangide 0x00000001076b5699 main + 33
18 libdyld.dylib 0x00007fff8f8fe5ac start + 0
19 ??? 0x0000000000000000 0x0 + 0
Program exited with code 1
╭─claudiug@Bender ~/personal/dlang/dlangide ‹2.2.2› ‹master›
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment