FICTURE7 / CoCSharp

Clash of Clans library, proxy and server written in .NET [Unmaintained]
MIT License
109 stars 57 forks source link

"Error code 9009" while compiling #64

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello, I am having PostBuild.exe 9009 error on windows. For those who have "The command "mono..blahblah" exited with code 9009.", first, run PostBuild.exe from solution folder > postbuild > bin > debug and then right click to CoCSharp > properties > Build Events and just clear Post-Build Event Command line textbox. That's it, error fixed :)

My solution might not be correct, so please fix this problem. Thanks

FICTURE7 commented 8 years ago

You must have mono.exe in your PATH to be able to run the post build but it should compile the stuff fine. Its just to copy the latest version of libsodium.dll to the compiled output directory of the CoCSharp library.