I'm having trouble running the pong sample. Here's the error I'm getting:
Loading error. Reason : Cannot open library (library : libcsfml-audio.so, symbol : )
Segmentation Fault
And here's the backtrace:
#0 0x0000000000463d2d in dsfml.system.dllloader.DllLoader.getSymbol() ()
#1 0x000000000047082a in dsfml.audio.listener.Listener._staticCtor1() ()
#2 0x000000000047a3a3 in object._moduleCtor2(ModuleInfo[], int) (mi={length = 7, ptr = 0x6b4790}, skip=1)
at genobj.d:1126
#3 0x000000000047a3ff in object._moduleCtor2(ModuleInfo[], int) (mi={length = 6, ptr = 0x6ab110}, skip=0)
at genobj.d:1138
#4 0x000000000047a398 in object._moduleCtor2(ModuleInfo[], int) (mi={length = 45, ptr = 0x7f2c86511e00}, skip=0)
at genobj.d:1124
#5 0x0000000000477bf2 in runAll () at dgccmain2.d:293
#6 0x00000000004776ae in tryExec (dg={object = 0x7fff8e6337a0, func = 0x477be0 <runAll>}) at dgccmain2.d:235
#7 0x0000000000477b2a in _d_run_main (argc=2, argv=0x7fff8e6338d8, main_func=<value optimized out>)
at dgccmain2.d:302
#8 0x00007f2c85a423f6 in __libc_start_main () from /lib/libc.so.6
#9 0x000000000044e9d9 in _start ()
What's weird is that all of the other samples, even the ones using audio, run perfectly fine. Any ideas about what might be wrong?