I tried following your tutorial, I thought I did everything right, but when I run I get this error:
** (/home/niko/programming/ProjectTurtle/projectturtle/bin/Debug/projectturtle_lin.exe:10568): WARNING **: Error parsing X
\xcc\u0008p
\xcc\u0008: Error on line 4 char 17: Element 'configuration' was closed, but the currently open element is 'dllmap'
** (/home/niko/programming/ProjectTurtle/projectturtle/bin/Debug/projectturtle_lin.exe:10568): WARNING **: Error parsing xa\xcc\u0008\x90a\xcc\u0008: Error on line 3 char 17: Element 'configuration' was closed, but the currently open element is 'dllmap'
Unhandled Exception: System.DllNotFoundException: /usr/local/lib/libcsfml-graphics.so.2.0
I think the "parse" errors are causing a problem in the .config files so then the DLLNotFoundException happens. I followed the mono tutorial on the DLLNotFoundException aswell. But when I run "ldconfig -p | grep libcs", It does not list libcsfml-graphics.so.2.0, but lists libcsfml-graphics.so.2 (without the extra .0)