4
« on: March 15, 2014, 11:37:40 AM »
Actually, I had my console filters set wrong and didn't notice it. I do have what looks to me like an error regarding NGUI and access to a path in the FreeType.cs script. I have no idea how to fix it though. Maybe you'll know by seeing the message.
Here's the error:
UnauthorizedAccessException: Access to the path "/usr/local/lib" is denied.
System.IO.Directory.CreateDirectoriesInternal (System.String path) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.IO/Directory.cs:131)
System.IO.Directory.CreateDirectory (System.String path) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.IO/Directory.cs:96)
FreeType.get_isPresent () (at Assets/NGUI/Scripts/Editor/FreeType.cs:318)
UIFontMaker.OnGUI () (at Assets/NGUI/Scripts/Editor/UIFontMaker.cs:179)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)