Crash after I add GUI any element

Hi,
after I add any GUI element and I run the scene, Unity crashes. I created a video:

It happens every time. I tried created different GUI elements (Label, Button etc.) and the result is always the same. I also tried to create GUI element programatically and It doesn’t work too. Other things (3D objects, sprites etc.) work fine.

I have Mac OS X 10.9.4 on late 2011 Macbook air.

That’s a bit odd. Maybe submit the project in the bug report. That’ll let the QA guys see what is happening. (The bug report will include the editor log which should give some insight.)

I already submitted a bug. I hope that there will be some solution.

http://fogbugz.unity3d.com/default.asp?631309_cktvkpqi9prlaqki

Okay, the callstack in your bug looks the same as the callstack here:

That forum thread had a conclusion that the machine had a corrupted font file on it. It’s likely that you have the same problem.

I deleted fonts from Library/Fonts folder a it works now. Thank you very much, Graham!