Serious bug: Monodevelop can't start

I’m trying to edit one script but I can’t start MonoDevelop. It just freezes and sit in task manager waiting for termination. Before it worked fine.

P.S.: I’ve given MD time to “warm up”, like hour or so, but it still can’t start. Problem was introduced by last version of Unity, I think.

I had this problem with all the new Unity versions. Here’s the thread with the solution:

http://forum.unity3d.com/threads/185224-MonoDevelop-not-working-in-latest-version-4-1-4

There’s a DLL file you need to download and overwrite the MonoDevelop folder with.

Here’s the original solution message:

Originally Posted by Xaon If replacing MonoDelvelop.exe.config didn’t work for you try downloading the glibsharpglue-2.dll file (i.e. from http://originaldll.com/file/glibshar…dll/31306.html ) and replace the one in your instalation. It looks like the library is somehow broken in latest update.

Hope that helps.

Thanks, I’ll try. If I’ll bump this thread, it means it didn’t work.

//edit: Works fine! Thanks.

For future reference, you need to copy it to c:\Program Files (x86)\Unity\MonoDevelop\bin or c:\Program Files\Unity\MonoDevelop\bin if you are running 32bit Windows. Dunno if issue is present on Mac and where to put this lib there, please give correct path.