Does MonoDevelop Crash on Startup with no warnings or crash reports?
I had this problem, and it was because I was renaming my Unity folder from “Unity” to “Unity 3.0bx” or “Unity 3.0fx” to keep track of what was what.
The space " " between “Unity” and “3.0” causes MonoDevelop to quit as it starts.
Just an fyi for those of you who need to know.
GusM
September 28, 2010, 2:05pm
2
I also had problems with this, in my case I got an error when trying to build to iPhone. It was caused by a “/” sign in the name of one of the directories of the project. Looks like Monodevelop does not like any special letter.
The directory names seem to be a BIG BIG issue… see this thread:
I’m having a serious crash issue with Unity, and I can’t get to the bottom of it. This problem has persisted and is growing in frequency over the last 2-3 weeks, and currently I can produce nothing from this project. There are three possible...