1
DotNet / Re: DllNotFoundException even with .config DllMap
« on: September 20, 2013, 11:34:03 pm »
Try adding a line for csfml-window-2 in your sfmlnet-graphics-2.dll.config so it looks like this:
I had a similar problem and that fixed it for me.
Quote
<configuration>
<dllmap os="linux" dll="csfml-graphics-2" target="libcsfml-graphics.so.2" />
<dllmap os="linux" dll="csfml-window-2" target="libcsfml-window.so.2" />
</configuration>
I had a similar problem and that fixed it for me.